Merge "Support Native Tests in CTS" into ics-mr1
diff --git a/tests/tests/dpi/src/android/dpi/cts/ConfigurationScreenLayoutActivity.java b/tests/tests/dpi/src/android/dpi/cts/ConfigurationScreenLayoutActivity.java
index 8ee800c..d4d268d 100644
--- a/tests/tests/dpi/src/android/dpi/cts/ConfigurationScreenLayoutActivity.java
+++ b/tests/tests/dpi/src/android/dpi/cts/ConfigurationScreenLayoutActivity.java
@@ -18,6 +18,8 @@
 
 import android.app.Activity;
 import android.os.Bundle;
+import android.view.Window;
+import android.view.WindowManager;
 
 /** {@link Activity} that calls {@link #setRequestedOrientation(int)} with the extra value. */
 public class ConfigurationScreenLayoutActivity extends Activity {
@@ -27,6 +29,10 @@
     @Override
     protected void onCreate(Bundle savedInstanceState) {
         super.onCreate(savedInstanceState);
+
+        Window window = getWindow();
+        window.addFlags(WindowManager.LayoutParams.FLAG_DISMISS_KEYGUARD);
+
         int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1);
         setRequestedOrientation(orientation);
     }
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png
index 22805ee..72bb752 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_light_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png
index 4402c11a..427cc55 100644
--- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png
+++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png
deleted file mode 100644
index 83e6db7..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png
deleted file mode 100644
index 863e8a5..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png
deleted file mode 100644
index 144d7ce..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png
deleted file mode 100644
index 6888f47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png
deleted file mode 100644
index 417b38f..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png
deleted file mode 100644
index 66dfa37..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png
deleted file mode 100644
index 65dd0e0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png
deleted file mode 100644
index f839e45..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png
deleted file mode 100644
index b6812e9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png
deleted file mode 100644
index 3530a91..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png
deleted file mode 100644
index 793da54..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png
deleted file mode 100644
index 8ea8c14..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_light_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png
deleted file mode 100644
index 1d9ee47..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_list.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png
deleted file mode 100644
index 31434c6..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_multichoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png
deleted file mode 100644
index 517a575..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_onebutton.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png
deleted file mode 100644
index 3938fa9..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_singlechoice.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png
deleted file mode 100644
index a3f6005..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_threebuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png
deleted file mode 100644
index ae3bbb0..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_alertdialog_twobuttons.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png
deleted file mode 100644
index 69f8061..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png
deleted file mode 100644
index a0a8f12..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressdialog_horizontal.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png
deleted file mode 100644
index 06f4070..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png
deleted file mode 100644
index 303db0c..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png
deleted file mode 100644
index 45ade7b..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5_pressed.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png
deleted file mode 100644
index ead9c27..0000000
--- a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_timepicker.png
+++ /dev/null
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_inputmethod_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_darkactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png
index 6295dcf..16bedde 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_light_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_notitlebar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png
index 9873ede..43e3494 100644
--- a/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png
+++ b/tests/tests/holo/res/drawable-ldpi/holo_wallpaper_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_button.png b/tests/tests/holo/res/drawable-mdpi/holo_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialog_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_inputmethod_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialog_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_panel_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png
new file mode 100644
index 0000000..4194f13
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png
new file mode 100644
index 0000000..c27b8d8
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png
new file mode 100644
index 0000000..5e428b0
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_light_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_light_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_noactionbar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_panel_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_calendar_view.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_chronometer.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_green_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_purple.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_color_red_light.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_edittext.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_edittext.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_edittext.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_horizontal_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_horizontal_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_large.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_large.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_large.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_large.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_small.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_small.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_progressbar_small.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_progressbar_small.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radio_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_horizontal.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_radiogroup_vertical.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_2point5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_ratingbar_5.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png
new file mode 100644
index 0000000..06ec15b
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview_query_hint.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_0.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_0.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_0.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_0.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_100.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_100.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_100.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_100.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_50.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_50.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_seekbar_50.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_seekbar_50.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_spinner.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_switch_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png
new file mode 100644
index 0000000..6c1595c
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_textview.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png
new file mode 100644
index 0000000..86802e3
--- /dev/null
+++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_toggle_button_checked.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_wallpaper_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_zoomcontrols.png b/tests/tests/holo/res/drawable-mdpi/holo_zoomcontrols.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_zoomcontrols.png
rename to tests/tests/holo/res/drawable-mdpi/holo_zoomcontrols.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_minwidth_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialog_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_dialogwhenlarge_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_inputmethod_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_darkactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_minwidth_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialog_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_dialogwhenlarge_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_panel_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_light_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_fullscreen_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_noactionbar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_panel_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_notitlebar_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_searchview.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_searchview.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png
similarity index 100%
rename from tests/tests/holo/res/drawable-large-mdpi/holo_wallpaper_tabhost.png
rename to tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png
index a90ef06..01bebe5 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png
index 6c0d5a3..72856ac 100644
--- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png
+++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png
index 584e0fe..7a269fd 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_timepicker.png
Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png
index 8711542..c3a4951 100644
--- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png
+++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_timepicker.png
Binary files differ
diff --git a/tests/tests/os/src/android/os/cts/BuildVersionTest.java b/tests/tests/os/src/android/os/cts/BuildVersionTest.java
index a1a95d8..a317dce 100644
--- a/tests/tests/os/src/android/os/cts/BuildVersionTest.java
+++ b/tests/tests/os/src/android/os/cts/BuildVersionTest.java
@@ -29,7 +29,7 @@
 
     private static final String LOG_TAG = "BuildVersionTest";
     private static final Set<String> EXPECTED_RELEASES =
-            new HashSet<String>(Arrays.asList("4.1"));
+            new HashSet<String>(Arrays.asList("4.0.3"));
     private static final int EXPECTED_SDK = 15;
 
     @SuppressWarnings("deprecation")
diff --git a/tests/tests/webkit/src/android/webkit/cts/WebViewTest.java b/tests/tests/webkit/src/android/webkit/cts/WebViewTest.java
index 3eb49b3..db0f685 100755
--- a/tests/tests/webkit/src/android/webkit/cts/WebViewTest.java
+++ b/tests/tests/webkit/src/android/webkit/cts/WebViewTest.java
@@ -2503,6 +2503,12 @@
                 mWebView.loadData("<html><body><a href=\"" + url + "\">link</a></body></html>",
                         "text/html", null);
                 waitForLoadComplete();
+            }
+        });
+        // Wait for layout to complete before setting focus.
+        getInstrumentation().waitForIdleSync();
+        runTestOnUiThread(new Runnable() {
+            public void run() {
                 assertTrue(mWebView.requestFocus(View.FOCUS_DOWN, null));
             }
         });
@@ -2809,8 +2815,8 @@
 
         @Override
         public void handleMessage(Message msg) {
-            mHadRecieved = true;
             mResultUrl = msg.getData().getString("url");
+            mHadRecieved = true;
         }
     }
 
diff --git a/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoConstants.java b/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoConstants.java
index 57b0dad..63cbce8 100644
--- a/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoConstants.java
+++ b/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoConstants.java
@@ -23,6 +23,7 @@
  */
 public interface DeviceInfoConstants {
 
+    public static final String SYS_LIBRARIES = "systemlibraries";
     public static final String PARTITIONS = "partitions";
     public static final String OPEN_GL_ES_VERSION = "openGlEsVersion";
     public static final String PROCESSES = "processes";
diff --git a/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoInstrument.java b/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoInstrument.java
index 1b705e7..ca0c803 100644
--- a/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoInstrument.java
+++ b/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/DeviceInfoInstrument.java
@@ -131,6 +131,10 @@
         String partitions = getPartitions();
         addResult(PARTITIONS, partitions);
 
+        // System libraries
+        String sysLibraries = getSystemLibraries();
+        addResult(SYS_LIBRARIES, sysLibraries);
+
         finish(Activity.RESULT_OK, mResults);
     }
 
@@ -319,4 +323,18 @@
             return "Not able to run df for partition information.";
         }
     }
+
+    private String getSystemLibraries() {
+        PackageManager pm = getContext().getPackageManager();
+        String list[] = pm.getSystemSharedLibraryNames();
+
+        StringBuilder builder = new StringBuilder();
+        for (String lib : list) {
+            builder.append(lib);
+            builder.append(";");
+        }
+
+        return builder.toString();
+    }
+
 }
diff --git a/tools/tradefed-host/res/report/cts_result.xsd b/tools/tradefed-host/res/report/cts_result.xsd
index 665795f..2a40943 100644
--- a/tools/tradefed-host/res/report/cts_result.xsd
+++ b/tools/tradefed-host/res/report/cts_result.xsd
@@ -81,6 +81,7 @@
     </xs:element>
     <xs:element name="FeatureInfo" type="featureInfoType"/>
     <xs:element name="ProcessInfo" type="processInfoType"/>
+    <xs:element name="SystemLibrariesInfo" type="systemLibrariesInfoType"/>
   </xs:sequence>
 </xs:complexType>
 
@@ -139,6 +140,16 @@
     </xs:sequence>
 </xs:complexType>
 
+<xs:complexType name="systemLibrariesInfoType">
+    <xs:sequence>
+        <xs:element name="Library" minOccurs="0" maxOccurs="unbounded">
+            <xs:complexType>
+                <xs:attribute name="name" type="xs:string" />
+            </xs:complexType>
+        </xs:element>
+    </xs:sequence>
+</xs:complexType>
+
 <xs:complexType name="summaryType">
   <xs:attribute name="failed" type="xs:integer"/>
   <xs:attribute name="notExecuted" type="xs:integer"/>
diff --git a/tools/tradefed-host/res/report/cts_result.xsl b/tools/tradefed-host/res/report/cts_result.xsl
index a542c8a..ae6f450 100644
--- a/tools/tradefed-host/res/report/cts_result.xsl
+++ b/tools/tradefed-host/res/report/cts_result.xsl
@@ -265,6 +265,16 @@
                                                 </UL>
                                             </TD>
                                         </TR>
+                                        <TR>
+                                            <TD class="rowtitle">System Libraries</TD>
+                                            <TD>
+                                                <UL>
+                                                    <xsl:for-each select="TestResult/DeviceInfo/SystemLibrariesInfo/Library">
+                                                        <LI><xsl:value-of select="@name" /></LI>
+                                                    </xsl:for-each>
+                                                </UL>
+                                            </TD>
+                                        </TR>
                                     </TABLE>
                                 </div>
                             </TD>
diff --git a/tools/tradefed-host/src/com/android/cts/tradefed/result/CtsXmlResultReporter.java b/tools/tradefed-host/src/com/android/cts/tradefed/result/CtsXmlResultReporter.java
index e95ab71..a5519e6 100644
--- a/tools/tradefed-host/src/com/android/cts/tradefed/result/CtsXmlResultReporter.java
+++ b/tools/tradefed-host/src/com/android/cts/tradefed/result/CtsXmlResultReporter.java
@@ -56,7 +56,7 @@
     private static final String LOG_TAG = "CtsXmlResultReporter";
 
     static final String TEST_RESULT_FILE_NAME = "testResult.xml";
-    private static final String CTS_RESULT_FILE_VERSION = "1.11";
+    private static final String CTS_RESULT_FILE_VERSION = "1.12";
     private static final String[] CTS_RESULT_RESOURCES = {"cts_result.xsl", "cts_result.css",
         "logo.gif", "newrule-green.png"};
 
diff --git a/tools/tradefed-host/src/com/android/cts/tradefed/result/DeviceInfoResult.java b/tools/tradefed-host/src/com/android/cts/tradefed/result/DeviceInfoResult.java
index 102e998..28f818a 100644
--- a/tools/tradefed-host/src/com/android/cts/tradefed/result/DeviceInfoResult.java
+++ b/tools/tradefed-host/src/com/android/cts/tradefed/result/DeviceInfoResult.java
@@ -46,6 +46,9 @@
     private static final String FEATURE_TAG = "Feature";
     private static final String FEATURE_ATTR_DELIM = ":";
     private static final String FEATURE_DELIM = ";";
+    private static final String SYSLIB_INFO_TAG = "SystemLibrariesInfo";
+    private static final String SYSLIB_TAG = "Library";
+    private static final String SYSLIB_DELIM = ";";
     private static final String PROCESS_INFO_TAG = "ProcessInfo";
     private static final String PROCESS_TAG = "Process";
     private static final String PROCESS_DELIM = ";";
@@ -83,6 +86,7 @@
 
             String featureData = getMetric(metricsCopy, DeviceInfoConstants.FEATURES);
             String processData = getMetric(metricsCopy, DeviceInfoConstants.PROCESSES);
+            String sysLibData = getMetric(metricsCopy, DeviceInfoConstants.SYS_LIBRARIES);
 
             // dump the remaining metrics without translation
             serializer.startTag(ns, BUILD_TAG);
@@ -93,6 +97,7 @@
 
             serializeFeatureInfo(serializer, featureData);
             serializeProcessInfo(serializer, processData);
+            serializeSystemLibrariesInfo(serializer, sysLibData);
         } else {
             // this might be expected, if device info collection was turned off
             CLog.d("Could not find device info");
@@ -183,6 +188,39 @@
         serializer.endTag(ns, PROCESS_INFO_TAG);
     }
 
+
+    /**
+     * Prints XML data listing available system libraries.
+     * It parses a string from the rootLibraries argument that is in the form of
+     * "libName1;libName2;..." with a trailing semi-colon.
+     *
+     * <pre>
+     *   <SystemLibrariesInfo>
+     *     <Library name="a.b.c" />
+     *     ...
+     *   </SystemLibrariesInfo>
+     * </pre>
+     */
+    private void serializeSystemLibrariesInfo(KXmlSerializer serializer, String rootLibraries)
+            throws IOException {
+        serializer.startTag(ns, SYSLIB_INFO_TAG);
+
+        if (rootLibraries == null) {
+            rootLibraries = "";
+        }
+
+        String[] libNames = rootLibraries.split(SYSLIB_DELIM);
+        for (String libName : libNames) {
+            libName = libName.trim();
+            if (libName.length() > 0) {
+                serializer.startTag(ns, SYSLIB_TAG);
+                serializer.attribute(ns, "name", libName);
+                serializer.endTag(ns, SYSLIB_TAG);
+            }
+        }
+        serializer.endTag(ns, SYSLIB_INFO_TAG);
+    }
+
     /**
      * Populates this class with package result data parsed from XML.
      *
@@ -210,6 +248,10 @@
                     // store processes into metrics map, in the same format as when collected from
                     // device
                     mMetrics.put(DeviceInfoConstants.PROCESSES, parseProcess(parser));
+                } else if (parser.getName().equals(SYSLIB_INFO_TAG)) {
+                    // store system libs into metrics map, in the same format as when collected from
+                    // device
+                    mMetrics.put(DeviceInfoConstants.SYS_LIBRARIES, parseSystemLibraries(parser));
                 }
             } else if (eventType == XmlPullParser.END_TAG && parser.getName().equals(TAG)) {
                 return;
@@ -271,6 +313,31 @@
 
     }
 
+
+    /**
+     * Parse JavaLibrariesInfo XML, and return its contents as a delimited String
+     */
+    private String parseSystemLibraries(XmlPullParser parser) throws XmlPullParserException, IOException {
+        if (!parser.getName().equals(SYSLIB_INFO_TAG)) {
+            throw new XmlPullParserException(String.format(
+                    "invalid XML: Expected %s tag but received %s", SYSLIB_INFO_TAG,
+                    parser.getName()));
+        }
+        StringBuilder libsString = new StringBuilder();
+        int eventType = parser.getEventType();
+        while (eventType != XmlPullParser.END_DOCUMENT) {
+            if (eventType == XmlPullParser.START_TAG && parser.getName().equals(SYSLIB_TAG)) {
+                libsString.append(getAttribute(parser, "name"));
+                libsString.append(SYSLIB_DELIM);
+            } else if (eventType == XmlPullParser.END_TAG && parser.getName().equals(
+                    SYSLIB_INFO_TAG)) {
+                return libsString.toString();
+            }
+            eventType = parser.next();
+        }
+        return libsString.toString();
+    }
+
     /**
      * Adds all attributes from the current XML tag to metrics as name-value pairs
      */
diff --git a/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/CtsXmlResultReporterTest.java b/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/CtsXmlResultReporterTest.java
index 190aa77..4162c65 100644
--- a/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/CtsXmlResultReporterTest.java
+++ b/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/CtsXmlResultReporterTest.java
@@ -83,7 +83,7 @@
         final String expectedHeaderOutput = "<?xml version='1.0' encoding='UTF-8' standalone='no' ?>" +
             "<?xml-stylesheet type=\"text/xsl\" href=\"cts_result.xsl\"?>";
         final String expectedTestOutput =
-            "<TestResult testPlan=\"NA\" starttime=\"ignore\" endtime=\"ignore\" version=\"1.11\"> ";
+            "<TestResult testPlan=\"NA\" starttime=\"ignore\" endtime=\"ignore\" version=\"1.12\"> ";
         final String expectedSummaryOutput =
             "<Summary failed=\"0\" notExecuted=\"0\" timeout=\"0\" pass=\"0\" />";
         final String expectedEndTag = "</TestResult>";