commit | 635d0a809ad5ca24749dd05a312c9e7d9f22d192 | [log] [tgz] |
---|---|---|
author | Fabrice Di Meglio <fdimeglio@google.com> | Wed May 02 12:03:17 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 02 12:03:17 2012 -0700 |
tree | d1f0dadaadbea92a98f0fea44c3777374fccf98d | |
parent | ae00f0052c3cb1c2fd69edf5c757ad132cc895b0 [diff] | |
parent | 7b17574908c44c87d2f073ef1921ede7e243c918 [diff] |
Merge "Fix bug #6293328 android.view.cts.ViewTest#testLayoutDirection fails on JRN04 soju-userdebug" into jb-dev
diff --git a/tests/tests/holo/AndroidManifest.xml b/tests/tests/holo/AndroidManifest.xml index bd02fcb..df05cbb 100644 --- a/tests/tests/holo/AndroidManifest.xml +++ b/tests/tests/holo/AndroidManifest.xml
@@ -19,7 +19,7 @@ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> - <application> + <application android:hardwareAccelerated="false"> <uses-library android:name="android.test.runner" /> <activity android:name="android.holo.cts.HoloTestUtilitiesActivity"
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button.png b/tests/tests/holo/res/drawable-hdpi/holo_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_textview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_timepicker.png index 427cc55..4982007 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_textview.png 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 427cc55..4982007 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_textview.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 427cc55..4982007 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_textview.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 427cc55..4982007 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_textview.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 427cc55..4982007 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_textview.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 427cc55..4982007 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_textview.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 72bb752..3e03d50 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_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_inputmethod_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_textview.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 72bb752..3e03d50 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_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_darkactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_textview.png 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 72bb752..3e03d50 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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 72bb752..3e03d50 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_textview.png 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 72bb752..3e03d50 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_textview.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 72bb752..3e03d50 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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 72bb752..3e03d50 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_textview.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 72bb752..3e03d50 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_textview.png 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 72bb752..3e03d50 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_textview.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 72bb752..3e03d50 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png index 8c096ca..aa36b6d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png index 5c4d96c..b7562d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png index 99d23a7..095676e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png index 2c0619b..6e51b10 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png index 6fd2ba2..42115f0 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png index 5ede793..0341b6a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_textview.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 72bb752..3e03d50 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png index 8d0bd4f..193b359 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png index 26f65ee..ea3b15b 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png index dad7afc..d8aa363 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png index d8e8dfb..91373e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png index bf3c4c0..4646c79 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png index da47cb1..5674ee5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png index d7f357a..25ec62d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png index 64a0e59..a6af51e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png index cf3beea..3b52de7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png index 462e9d3..e82d5d1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png index bbb3acf..b1fed7e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_textview.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 72bb752..3e03d50 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_light_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png index 49ce08d..3ac84c2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png index 9d240f3..8562f3a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_light_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_textview.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 427cc55..4982007 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_textview.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 427cc55..4982007 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_textview.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 427cc55..4982007 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_textview.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 427cc55..4982007 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_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png index 1c65266..c8e6324 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png index 797dccc..b420842 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png index bf1aaa5..2646558 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 1421fbc..0bf1333 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png index 97e83b6..bd73c33 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png index 65af9b3..884708d 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png index 2d1e63f..0f4b8e8 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 914e522..27f55d2 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png index a6f2f65..47d0ad7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png index 2cf79d0..44cdc62 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png index 508a96e..39e71c6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 4a0157f..16b8a94 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png index 0bdb9be..d60ecac 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png index 97071db..4aeed2a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png index dbcef9d..a060544 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png index c60546f..cd7bf64 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_textview.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 427cc55..4982007 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_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_notitlebar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png index 50c99a6..8892cb5 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png index 5959f1b..4a3bbf7 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png index bfe6918..6a06567 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png index 5a74bfb..097aa86 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png index 1eb04da..2c046e6 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png index bdf014a..1e7615a 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png index 9aaac14..35f7ef1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png index 38fe4e7..1ead90f 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png index d85ceaa..19d5422 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png index 27698b0..2f1484c 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png index 85547e3..7d2b48e 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_textview.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 427cc55..4982007 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-hdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png index e101854..da6e9e1 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png index 2daed75..f0579bd 100644 --- a/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-hdpi/holo_wallpaper_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png index c657c1a..fb3641c 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png index 3ace071..33fdb97 100644 --- a/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-land-mdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_button.png b/tests/tests/holo/res/drawable-mdpi/holo_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png index 50d00ab..2b2c3b4 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png index aed3bc0..ff21490 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png index 50d00ab..2b2c3b4 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png index aed3bc0..ff21490 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png index 50d00ab..2b2c3b4 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png index aed3bc0..ff21490 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_switch_checked.png 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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_switch_checked.png 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 index 6c1595c..30c197f 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_textview.png 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 index 86802e3..2ff2a30 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_switch_checked.png 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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png index 50d00ab..2b2c3b4 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png index aed3bc0..ff21490 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png 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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_switch_checked.png +++ b/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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_inputmethod_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png index 3b86863..ea0a1dd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png index a457bc3..6b27a29 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png index 3b86863..ea0a1dd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png index a457bc3..6b27a29 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_switch_checked.png 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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_darkactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png index 3b86863..ea0a1dd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png index a457bc3..6b27a29 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png index 3b86863..ea0a1dd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png index a457bc3..6b27a29 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_switch_checked.png 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 index c27b8d8..1170270 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_textview.png 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 index 5e428b0..a235a97 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png 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 index c27b8d8..1170270 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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 index 5e428b0..a235a97 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_switch_checked.png 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 index c27b8d8..1170270 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_textview.png 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 index 5e428b0..a235a97 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_switch_checked.png 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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png index 3b86863..ea0a1dd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index a457bc3..6b27a29 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png 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 index c27b8d8..1170270 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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 index 5e428b0..a235a97 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_switch_checked.png 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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_switch_checked.png 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 index c27b8d8..1170270 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_textview.png 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 index 5e428b0..a235a97 100644 --- 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 Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_switch_checked.png 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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png index 19124b2..90ab554 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png new file mode 100644 index 0000000..9e92323 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png index 3b86863..b9182dc 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png index a457bc3..4930b34 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png index 54949e8..ff346df 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png index 200e909..79f209a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_switch_checked.png 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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png index c2398a1..b8446bd 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png index 898442f..5597bee 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png index 6191420..3f38afb 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png index fa88e6f..33b6543 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png new file mode 100644 index 0000000..b6812e9 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..3530a91 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png new file mode 100644 index 0000000..793da54 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png index 7f11808..8b3aa26 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png index f1e0f2f..6f1064e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png index 144cd8f..4e7b798 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png index f3029f2..63753c8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png index 2dad98a..f3b049f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_switch_checked.png +++ b/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 index c27b8d8..1170270 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png index f5319bf..f21019d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_textview.png +++ b/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 index 5e428b0..a235a97 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png index 6e95a85..cd53315 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png index bbbe3c6..068ba8d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_light_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_switch_checked.png 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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png index 50d00ab..2b2c3b4 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png index aed3bc0..ff21490 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png index 6d81450..eaf7e24 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png new file mode 100644 index 0000000..728cef7 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png index 50d00ab..bae6f93 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index aed3bc0..012988a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png index 63dc6ed..d03b9d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png index a4e7093..fe918d6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png index fe1bdd7..fda79f8 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png index f3f0640..6629e3a 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png index 285d925..876fef6 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png index cfbbdd4..01270b2 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png index a691827..0b3d808 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 3f0e99a..c989355 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png index f54fd64..1fc2013 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png index 15c9494..5040857 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png index de3385d..54d1f2e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png index dde4043..b2a165d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_switch_checked.png 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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_notitlebar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png index 813b9ee..b28db42 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png index ca4a1b7..3c20af5 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png index 944e7a4..33db27e 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png index e9aecf8..6bbdcac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png new file mode 100644 index 0000000..06f4070 --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_0_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png new file mode 100644 index 0000000..303db0c --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_2point5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png new file mode 100644 index 0000000..45ade7b --- /dev/null +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_ratingbar_5_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png index e6e3646..ae610ac 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png index df6d421..c98afae 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png index 7b14cc0..2802b63 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png index a1beda8..d1611e9 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png index a5e17d3..0513f09 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_switch_checked.png +++ b/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 index 6c1595c..30c197f 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png index 1ccf89f..fb5e63d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_textview.png +++ b/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 index 86802e3..2ff2a30 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_timepicker.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png index 948e1b8..5e91820 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png index c89fae2..4325d9d 100644 --- a/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-mdpi/holo_wallpaper_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png index df587bc..e4016df 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png index b5476b6..16660e7 100644 --- a/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-sw600dp-mdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png new file mode 100644 index 0000000..40c9572 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png new file mode 100644 index 0000000..004a107 --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png new file mode 100644 index 0000000..b389e1a --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_searchview.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png new file mode 100644 index 0000000..af2fdea --- /dev/null +++ b/tests/tests/holo/res/drawable-sw600dp-tvdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_textview.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 72856ac..fec37f3 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_textview.png 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 72856ac..fec37f3 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_textview.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 72856ac..fec37f3 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_textview.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 72856ac..fec37f3 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_textview.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 72856ac..fec37f3 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_textview.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 72856ac..fec37f3 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_textview.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 01bebe5..3427c27 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_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_inputmethod_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_textview.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 01bebe5..3427c27 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_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_darkactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_textview.png 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 01bebe5..3427c27 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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 01bebe5..3427c27 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_textview.png 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 01bebe5..3427c27 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_textview.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 01bebe5..3427c27 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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 01bebe5..3427c27 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_textview.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 01bebe5..3427c27 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_textview.png 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 01bebe5..3427c27 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_textview.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 01bebe5..3427c27 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png index f81277b..9f38b87 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png index df04a11..6f03b5a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png index 4d4616b..6aa56d4 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png index afefcfb..dd5ff43 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png index f73c30c..de6cefa 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png index ee7f5aa..84de7db 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_textview.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 01bebe5..3427c27 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png index 9d161a0..051a911 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png index 4090f1a..1ada8be 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png index c133aad..100a528 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png index fa2338c..9b9ac2a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png index b57a67c..26a4321 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png index bbaedc3..52c0f30 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png index 2ac5a69..3f13a0f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png index 53101ff..3cb8be2 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png index 214f168..ebf1fa9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png index 8a39bfe..1b68dec 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png index bae2482..3d1f29a 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_textview.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 01bebe5..3427c27 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_light_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png index d5fb293..bd9335e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png index 66d9351..640558f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_light_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_textview.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 72856ac..fec37f3 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_textview.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 72856ac..fec37f3 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_textview.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 72856ac..fec37f3 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_textview.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 72856ac..fec37f3 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_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png index 415b686..0201b3f 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png index 8ec08df..d54edde 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png index 9029d16..2a230d9 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index f6682f0..351db35 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png index d1d23c7..e400d16 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png index 6e2b2ca..8770096 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png index ac9c0fb..34a7740 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 2a7cbb1..1bc1a93 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png index dd9df4e..55040f0 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png index 3c8ed40..26b2ad7 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png index f5bf1da..f3b2676 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png index f6a8a84..839ead6 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png index 707642b..2c01b0d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png index 7eefbff..5f2b2c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png index 799dfbc..054e243 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png index 5ec82eb..99da80e 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_textview.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 72856ac..fec37f3 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_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_notitlebar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png index 4c06326..9f5c9fd 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png index ec14fb0..3a5625c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png index 52122d8..5865f20 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png index f1b20be..8ba3703 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png index 6f437d9..53d4887 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png index bbc8e92..383617b 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png index 7824c9f..25e01b3 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png index aa38e43..84f458d 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png index 6c9fba9..7023957 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png index 17593a9..c03b8c5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png index 72df2cf..6102b5c 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_textview.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 72856ac..fec37f3 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-tvdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png index 6129f1d..bf8b2d5 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png index 779b70b..e780198 100644 --- a/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-tvdpi/holo_wallpaper_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_textview.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 c3a4951..80eff06 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_textview.png 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 c3a4951..80eff06 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_textview.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 c3a4951..80eff06 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_textview.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 c3a4951..80eff06 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_textview.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 c3a4951..80eff06 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_textview.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 c3a4951..80eff06 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_textview.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 7a269fd..e40d33e 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_inputmethod_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_inputmethod_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_textview.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 7a269fd..e40d33e 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_darkactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_darkactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_textview.png 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 7a269fd..e40d33e 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_textview.png 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 7a269fd..e40d33e 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_minwidth_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_minwidth_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_textview.png 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 7a269fd..e40d33e 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_textview.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 7a269fd..e40d33e 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_dialog_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialog_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_textview.png 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 7a269fd..e40d33e 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_textview.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 7a269fd..e40d33e 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_dialogwhenlarge_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_dialogwhenlarge_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_textview.png 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 7a269fd..e40d33e 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_textview.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 7a269fd..e40d33e 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png index 06fae2d..02842db 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png index 415f4cb..8df4b76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png index 0e2ee26..2b098e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png index 3e7e915..b100d76 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png index 9cd44e5..92465b1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png index 90229f0..144b2f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_textview.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 7a269fd..e40d33e 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png index e1fa030..b0f27e9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png index e998ddc..6797de9 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png index bc60c67..4b7df21 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png index 13033aa..76a0f9b 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png index ee24814..ad6d1d6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png index 1a543aa..b4e3f91 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png index 2bb082b..eb04e22 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png index a7db1ed..3659839 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png index 469effd..d2eb8d7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png index 361cf06..8d49262 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png index 821c866..0383e61 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_textview.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 7a269fd..e40d33e 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_light_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png index c9e16e3..a073fc1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png index c974143..92f50bd 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_light_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_textview.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 c3a4951..80eff06 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_fullscreen_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_fullscreen_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_textview.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 c3a4951..80eff06 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_noactionbar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_noactionbar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_textview.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 c3a4951..80eff06 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_panel_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_panel_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_textview.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 c3a4951..80eff06 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_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png index 0478b2e..dbb7eaf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png index fa826df..5e635f8 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_button_pressed.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png index 7fb7333..36e1a69 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png index 37f6f4f..385fccf 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_calendar_view_feb.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png index 2e1963f..c4a8285 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_checkbox.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png index 2a62d85..144986a 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_chronometer.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png index d1a3f99..06f2e2f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_bright.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png index 52a4de2..17bf0b2 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png index f9439e8..f3455de 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_blue_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png index 4f8af58..560e8c4 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png index 6ad2394..f56e270 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_green_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png index 73f8418..fdc93f6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png index 90ab999..b376aa1 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_orange_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png index 30f2d23..994bd67 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_purple.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png index c0cbef0..d08ad04 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_dark.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png index e99df2c..2dbdb15 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_color_red_light.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_textview.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 c3a4951..80eff06 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_notitlebar_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_notitlebar_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png index db61da3..772ec20 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png index ea35686..973b08c 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radio_button_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png index 72b7077..ae2a09d 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_horizontal.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png index c145b7a..24611e6 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_radiogroup_vertical.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png index a61d007..09f7a86 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png index 139aacc..ff276a5 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_searchview_query_hint.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png index 713ea22..4b00e5f 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_spinner.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png index 001e106..7df89f7 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png index 79e75f3..8a8cbda 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_switch_checked.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png index eaeeae7..fef5e49 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_tabhost.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png index 0d908a5..3b222ae 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_textview.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 c3a4951..80eff06 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/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png index cdfb783..214a955 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button.png Binary files differ
diff --git a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png index 2c604ee..d0887ff 100644 --- a/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png +++ b/tests/tests/holo/res/drawable-xhdpi/holo_wallpaper_toggle_button_checked.png Binary files differ
diff --git a/tests/tests/media/src/android/media/cts/MediaPlayerTestBase.java b/tests/tests/media/src/android/media/cts/MediaPlayerTestBase.java index ae85cd2..42aaef1 100644 --- a/tests/tests/media/src/android/media/cts/MediaPlayerTestBase.java +++ b/tests/tests/media/src/android/media/cts/MediaPlayerTestBase.java
@@ -177,6 +177,11 @@ mMediaPlayer.setOnVideoSizeChangedListener(new MediaPlayer.OnVideoSizeChangedListener() { @Override public void onVideoSizeChanged(MediaPlayer mp, int w, int h) { + if (w == 0 && h == 0) { + // A size of 0x0 can be sent initially one time when using NuPlayer. + assertFalse(mOnVideoSizeChangedCalled.signalled); + return; + } mOnVideoSizeChangedCalled.signal(); if (width != null) { assertEquals(width.intValue(), w);