You've gone incognito. Pages you view in this window
+ won't appear in your browser history or search history, and they won't
+ leave other traces, like cookies, on your device after you close the
+ incognito window. Any files you download or bookmarks you create will be
+ preserved, however.
+
+
Going incognito doesn't affect the behavior of other people,
+ servers, or software. Be wary of:
+
+
+
Websites that collect or share information about you
+
Internet service providers or employers that track the pages you visit
+
Malicious software that tracks your keystrokes in exchange for free smileys
+
Surveillance by secret agents
+
People standing behind you
+
+
+
diff --git a/res/assets/webkit/missingImage.png b/res/assets/webkit/missingImage.png
new file mode 100644
index 00000000..f49a98d5
Binary files /dev/null and b/res/assets/webkit/missingImage.png differ
diff --git a/res/assets/webkit/nullPlugin.png b/res/assets/webkit/nullPlugin.png
new file mode 100644
index 00000000..96a52e3c
Binary files /dev/null and b/res/assets/webkit/nullPlugin.png differ
diff --git a/res/assets/webkit/play.png b/res/assets/webkit/play.png
new file mode 100644
index 00000000..26fe2864
Binary files /dev/null and b/res/assets/webkit/play.png differ
diff --git a/res/assets/webkit/textAreaResizeCorner.png b/res/assets/webkit/textAreaResizeCorner.png
new file mode 100644
index 00000000..777eff01
Binary files /dev/null and b/res/assets/webkit/textAreaResizeCorner.png differ
diff --git a/res/assets/webkit/togglePlugin.png b/res/assets/webkit/togglePlugin.png
new file mode 100644
index 00000000..008333c6
Binary files /dev/null and b/res/assets/webkit/togglePlugin.png differ
diff --git a/res/assets/webkit/youtube.html b/res/assets/webkit/youtube.html
new file mode 100644
index 00000000..8e103c16
--- /dev/null
+++ b/res/assets/webkit/youtube.html
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/assets/webkit/youtube.png b/res/assets/webkit/youtube.png
new file mode 100644
index 00000000..87779b11
Binary files /dev/null and b/res/assets/webkit/youtube.png differ
diff --git a/res/framework-res.apk b/res/framework-res.apk
new file mode 100644
index 00000000..08460d66
Binary files /dev/null and b/res/framework-res.apk differ
diff --git a/res/meson.build b/res/meson.build
new file mode 100644
index 00000000..a317d452
--- /dev/null
+++ b/res/meson.build
@@ -0,0 +1,13 @@
+aapt = find_program('aapt', required: false)
+
+if aapt.found()
+ aapt_command = [aapt, 'package', '-x', '-f', '-S', join_paths(dir_base, 'res/res'), '-A', join_paths(dir_base, 'res/assets'), '-M', join_paths(dir_base, 'res/AndroidManifest.xml'), '-F', '@OUTPUT@']
+else # fallback to prebuilt APK
+ aapt_command = ['cp', join_paths(dir_base, 'res/framework-res.apk'), '@OUTPUT@']
+endif
+
+ framework_res = custom_target('framework-res.apk',
+ output : 'framework-res.apk',
+ command : aapt_command,
+ install : true,
+ install_dir : get_option('libdir') / 'java/dex/android_translation_layer')
diff --git a/res/res/anim/accelerate_decelerate_interpolator.xml b/res/res/anim/accelerate_decelerate_interpolator.xml
new file mode 100644
index 00000000..e7f9d9fa
--- /dev/null
+++ b/res/res/anim/accelerate_decelerate_interpolator.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/anim/accelerate_interpolator.xml b/res/res/anim/accelerate_interpolator.xml
new file mode 100644
index 00000000..18207f29
--- /dev/null
+++ b/res/res/anim/accelerate_interpolator.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/anim/activity_close_enter.xml b/res/res/anim/activity_close_enter.xml
new file mode 100644
index 00000000..a67b0ca3
--- /dev/null
+++ b/res/res/anim/activity_close_enter.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/activity_close_exit.xml b/res/res/anim/activity_close_exit.xml
new file mode 100644
index 00000000..d8c42ed8
--- /dev/null
+++ b/res/res/anim/activity_close_exit.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/activity_open_enter.xml b/res/res/anim/activity_open_enter.xml
new file mode 100644
index 00000000..1d949d2f
--- /dev/null
+++ b/res/res/anim/activity_open_enter.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/activity_open_exit.xml b/res/res/anim/activity_open_exit.xml
new file mode 100644
index 00000000..3a84197f
--- /dev/null
+++ b/res/res/anim/activity_open_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/anticipate_interpolator.xml b/res/res/anim/anticipate_interpolator.xml
new file mode 100644
index 00000000..7a16b5f4
--- /dev/null
+++ b/res/res/anim/anticipate_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/anticipate_overshoot_interpolator.xml b/res/res/anim/anticipate_overshoot_interpolator.xml
new file mode 100644
index 00000000..d61ddd10
--- /dev/null
+++ b/res/res/anim/anticipate_overshoot_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/app_starting_exit.xml b/res/res/anim/app_starting_exit.xml
new file mode 100644
index 00000000..aaf7f156
--- /dev/null
+++ b/res/res/anim/app_starting_exit.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
diff --git a/res/res/anim/bounce_interpolator.xml b/res/res/anim/bounce_interpolator.xml
new file mode 100644
index 00000000..d89ba491
--- /dev/null
+++ b/res/res/anim/bounce_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/button_state_list_anim_material.xml b/res/res/anim/button_state_list_anim_material.xml
new file mode 100644
index 00000000..9a615488
--- /dev/null
+++ b/res/res/anim/button_state_list_anim_material.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/cycle_interpolator.xml b/res/res/anim/cycle_interpolator.xml
new file mode 100644
index 00000000..70ebcb1b
--- /dev/null
+++ b/res/res/anim/cycle_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/date_picker_fade_in_material.xml b/res/res/anim/date_picker_fade_in_material.xml
new file mode 100644
index 00000000..12e7ce3c
--- /dev/null
+++ b/res/res/anim/date_picker_fade_in_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/anim/date_picker_fade_out_material.xml b/res/res/anim/date_picker_fade_out_material.xml
new file mode 100644
index 00000000..40846056
--- /dev/null
+++ b/res/res/anim/date_picker_fade_out_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/anim/decelerate_interpolator.xml b/res/res/anim/decelerate_interpolator.xml
new file mode 100644
index 00000000..48e2308c
--- /dev/null
+++ b/res/res/anim/decelerate_interpolator.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/anim/dialog_enter.xml b/res/res/anim/dialog_enter.xml
new file mode 100644
index 00000000..8c67eeea
--- /dev/null
+++ b/res/res/anim/dialog_enter.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dialog_exit.xml b/res/res/anim/dialog_exit.xml
new file mode 100644
index 00000000..b040d763
--- /dev/null
+++ b/res/res/anim/dialog_exit.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_bottom_enter.xml b/res/res/anim/dock_bottom_enter.xml
new file mode 100644
index 00000000..bfb97b6d
--- /dev/null
+++ b/res/res/anim/dock_bottom_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_bottom_exit.xml b/res/res/anim/dock_bottom_exit.xml
new file mode 100644
index 00000000..4e15448a
--- /dev/null
+++ b/res/res/anim/dock_bottom_exit.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_left_enter.xml b/res/res/anim/dock_left_enter.xml
new file mode 100644
index 00000000..7f5dfd50
--- /dev/null
+++ b/res/res/anim/dock_left_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_left_exit.xml b/res/res/anim/dock_left_exit.xml
new file mode 100644
index 00000000..11cbc0b3
--- /dev/null
+++ b/res/res/anim/dock_left_exit.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_right_enter.xml b/res/res/anim/dock_right_enter.xml
new file mode 100644
index 00000000..a92c7d23
--- /dev/null
+++ b/res/res/anim/dock_right_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_right_exit.xml b/res/res/anim/dock_right_exit.xml
new file mode 100644
index 00000000..80e4dc31
--- /dev/null
+++ b/res/res/anim/dock_right_exit.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_top_enter.xml b/res/res/anim/dock_top_enter.xml
new file mode 100644
index 00000000..f763fb5c
--- /dev/null
+++ b/res/res/anim/dock_top_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/dock_top_exit.xml b/res/res/anim/dock_top_exit.xml
new file mode 100644
index 00000000..995b7d0f
--- /dev/null
+++ b/res/res/anim/dock_top_exit.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/fade_in.xml b/res/res/anim/fade_in.xml
new file mode 100644
index 00000000..03e76a57
--- /dev/null
+++ b/res/res/anim/fade_in.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/fade_out.xml b/res/res/anim/fade_out.xml
new file mode 100644
index 00000000..e5dfb962
--- /dev/null
+++ b/res/res/anim/fade_out.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/anim/fast_fade_in.xml b/res/res/anim/fast_fade_in.xml
new file mode 100644
index 00000000..296eb496
--- /dev/null
+++ b/res/res/anim/fast_fade_in.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/anim/fast_fade_out.xml b/res/res/anim/fast_fade_out.xml
new file mode 100644
index 00000000..c534771e
--- /dev/null
+++ b/res/res/anim/fast_fade_out.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/anim/grow_fade_in.xml b/res/res/anim/grow_fade_in.xml
new file mode 100644
index 00000000..f121a8aa
--- /dev/null
+++ b/res/res/anim/grow_fade_in.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/grow_fade_in_center.xml b/res/res/anim/grow_fade_in_center.xml
new file mode 100644
index 00000000..972101b2
--- /dev/null
+++ b/res/res/anim/grow_fade_in_center.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/grow_fade_in_from_bottom.xml b/res/res/anim/grow_fade_in_from_bottom.xml
new file mode 100644
index 00000000..4ca11b86
--- /dev/null
+++ b/res/res/anim/grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml b/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml
new file mode 100644
index 00000000..e5224531
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml b/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml
new file mode 100644
index 00000000..628e9674
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml b/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml
new file mode 100644
index 00000000..6fa3fd52
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml b/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml
new file mode 100644
index 00000000..d35b4263
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml b/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml
new file mode 100644
index 00000000..a5d814e3
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml b/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml
new file mode 100644
index 00000000..0f07b0e0
--- /dev/null
+++ b/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/input_method_enter.xml b/res/res/anim/input_method_enter.xml
new file mode 100644
index 00000000..df9310a6
--- /dev/null
+++ b/res/res/anim/input_method_enter.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/input_method_exit.xml b/res/res/anim/input_method_exit.xml
new file mode 100644
index 00000000..117774af
--- /dev/null
+++ b/res/res/anim/input_method_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/anim/input_method_extract_enter.xml b/res/res/anim/input_method_extract_enter.xml
new file mode 100644
index 00000000..c475b833
--- /dev/null
+++ b/res/res/anim/input_method_extract_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/input_method_extract_exit.xml b/res/res/anim/input_method_extract_exit.xml
new file mode 100644
index 00000000..8aedb149
--- /dev/null
+++ b/res/res/anim/input_method_extract_exit.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/anim/input_method_fancy_enter.xml b/res/res/anim/input_method_fancy_enter.xml
new file mode 100644
index 00000000..046f41b6
--- /dev/null
+++ b/res/res/anim/input_method_fancy_enter.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/input_method_fancy_exit.xml b/res/res/anim/input_method_fancy_exit.xml
new file mode 100644
index 00000000..6cb7e6f4
--- /dev/null
+++ b/res/res/anim/input_method_fancy_exit.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/launch_task_behind_source.xml b/res/res/anim/launch_task_behind_source.xml
new file mode 100644
index 00000000..a7157056
--- /dev/null
+++ b/res/res/anim/launch_task_behind_source.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/launch_task_behind_target.xml b/res/res/anim/launch_task_behind_target.xml
new file mode 100644
index 00000000..805918bf
--- /dev/null
+++ b/res/res/anim/launch_task_behind_target.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/linear_interpolator.xml b/res/res/anim/linear_interpolator.xml
new file mode 100644
index 00000000..f4d256a6
--- /dev/null
+++ b/res/res/anim/linear_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/lock_screen_behind_enter.xml b/res/res/anim/lock_screen_behind_enter.xml
new file mode 100644
index 00000000..6f3c4d42
--- /dev/null
+++ b/res/res/anim/lock_screen_behind_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/lock_screen_behind_enter_fade_in.xml b/res/res/anim/lock_screen_behind_enter_fade_in.xml
new file mode 100644
index 00000000..94e40a86
--- /dev/null
+++ b/res/res/anim/lock_screen_behind_enter_fade_in.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/lock_screen_behind_enter_wallpaper.xml b/res/res/anim/lock_screen_behind_enter_wallpaper.xml
new file mode 100644
index 00000000..660b6625
--- /dev/null
+++ b/res/res/anim/lock_screen_behind_enter_wallpaper.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/lock_screen_enter.xml b/res/res/anim/lock_screen_enter.xml
new file mode 100644
index 00000000..3a6c5b63
--- /dev/null
+++ b/res/res/anim/lock_screen_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
diff --git a/res/res/anim/lock_screen_exit.xml b/res/res/anim/lock_screen_exit.xml
new file mode 100644
index 00000000..37383d9d
--- /dev/null
+++ b/res/res/anim/lock_screen_exit.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/lock_screen_wallpaper_exit.xml b/res/res/anim/lock_screen_wallpaper_exit.xml
new file mode 100644
index 00000000..49d0327b
--- /dev/null
+++ b/res/res/anim/lock_screen_wallpaper_exit.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/options_panel_enter.xml b/res/res/anim/options_panel_enter.xml
new file mode 100644
index 00000000..31b16ed5
--- /dev/null
+++ b/res/res/anim/options_panel_enter.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/options_panel_exit.xml b/res/res/anim/options_panel_exit.xml
new file mode 100644
index 00000000..c95ad5fe
--- /dev/null
+++ b/res/res/anim/options_panel_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/overshoot_interpolator.xml b/res/res/anim/overshoot_interpolator.xml
new file mode 100644
index 00000000..725ea489
--- /dev/null
+++ b/res/res/anim/overshoot_interpolator.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/anim/popup_enter_material.xml b/res/res/anim/popup_enter_material.xml
new file mode 100644
index 00000000..79de26ba
--- /dev/null
+++ b/res/res/anim/popup_enter_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/anim/popup_exit_material.xml b/res/res/anim/popup_exit_material.xml
new file mode 100644
index 00000000..7d7d5c54
--- /dev/null
+++ b/res/res/anim/popup_exit_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/anim/progress_indeterminate_horizontal_rect1.xml b/res/res/anim/progress_indeterminate_horizontal_rect1.xml
new file mode 100644
index 00000000..96a9d45e
--- /dev/null
+++ b/res/res/anim/progress_indeterminate_horizontal_rect1.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/progress_indeterminate_horizontal_rect2.xml b/res/res/anim/progress_indeterminate_horizontal_rect2.xml
new file mode 100644
index 00000000..32759fa2
--- /dev/null
+++ b/res/res/anim/progress_indeterminate_horizontal_rect2.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/progress_indeterminate_material.xml b/res/res/anim/progress_indeterminate_material.xml
new file mode 100644
index 00000000..98555e89
--- /dev/null
+++ b/res/res/anim/progress_indeterminate_material.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/progress_indeterminate_rotation_material.xml b/res/res/anim/progress_indeterminate_rotation_material.xml
new file mode 100644
index 00000000..5d3ba22a
--- /dev/null
+++ b/res/res/anim/progress_indeterminate_rotation_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/push_down_in.xml b/res/res/anim/push_down_in.xml
new file mode 100644
index 00000000..6ab9a047
--- /dev/null
+++ b/res/res/anim/push_down_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/push_down_in_no_alpha.xml b/res/res/anim/push_down_in_no_alpha.xml
new file mode 100644
index 00000000..045d691c
--- /dev/null
+++ b/res/res/anim/push_down_in_no_alpha.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/anim/push_down_out.xml b/res/res/anim/push_down_out.xml
new file mode 100644
index 00000000..ce36458a
--- /dev/null
+++ b/res/res/anim/push_down_out.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/push_down_out_no_alpha.xml b/res/res/anim/push_down_out_no_alpha.xml
new file mode 100644
index 00000000..3c2474a4
--- /dev/null
+++ b/res/res/anim/push_down_out_no_alpha.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/anim/push_up_in.xml b/res/res/anim/push_up_in.xml
new file mode 100644
index 00000000..6ef582c4
--- /dev/null
+++ b/res/res/anim/push_up_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/push_up_out.xml b/res/res/anim/push_up_out.xml
new file mode 100644
index 00000000..2b267d59
--- /dev/null
+++ b/res/res/anim/push_up_out.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/recent_enter.xml b/res/res/anim/recent_enter.xml
new file mode 100644
index 00000000..46d5a9d0
--- /dev/null
+++ b/res/res/anim/recent_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/recent_exit.xml b/res/res/anim/recent_exit.xml
new file mode 100644
index 00000000..446ffe6a
--- /dev/null
+++ b/res/res/anim/recent_exit.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/recents_fade_in.xml b/res/res/anim/recents_fade_in.xml
new file mode 100644
index 00000000..c516fadb
--- /dev/null
+++ b/res/res/anim/recents_fade_in.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/recents_fade_out.xml b/res/res/anim/recents_fade_out.xml
new file mode 100644
index 00000000..7468cc19
--- /dev/null
+++ b/res/res/anim/recents_fade_out.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/rotation_animation_enter.xml b/res/res/anim/rotation_animation_enter.xml
new file mode 100644
index 00000000..a674e1d9
--- /dev/null
+++ b/res/res/anim/rotation_animation_enter.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/anim/rotation_animation_jump_exit.xml b/res/res/anim/rotation_animation_jump_exit.xml
new file mode 100644
index 00000000..33385299
--- /dev/null
+++ b/res/res/anim/rotation_animation_jump_exit.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/anim/rotation_animation_xfade_exit.xml b/res/res/anim/rotation_animation_xfade_exit.xml
new file mode 100644
index 00000000..1dedde46
--- /dev/null
+++ b/res/res/anim/rotation_animation_xfade_exit.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_0_enter.xml b/res/res/anim/screen_rotate_0_enter.xml
new file mode 100644
index 00000000..93cf3652
--- /dev/null
+++ b/res/res/anim/screen_rotate_0_enter.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_0_exit.xml b/res/res/anim/screen_rotate_0_exit.xml
new file mode 100644
index 00000000..f1df2de0
--- /dev/null
+++ b/res/res/anim/screen_rotate_0_exit.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_0_frame.xml b/res/res/anim/screen_rotate_0_frame.xml
new file mode 100644
index 00000000..5ea9bf82
--- /dev/null
+++ b/res/res/anim/screen_rotate_0_frame.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_180_enter.xml b/res/res/anim/screen_rotate_180_enter.xml
new file mode 100644
index 00000000..688a8d5b
--- /dev/null
+++ b/res/res/anim/screen_rotate_180_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_180_exit.xml b/res/res/anim/screen_rotate_180_exit.xml
new file mode 100644
index 00000000..1eb6361c
--- /dev/null
+++ b/res/res/anim/screen_rotate_180_exit.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/screen_rotate_180_frame.xml b/res/res/anim/screen_rotate_180_frame.xml
new file mode 100644
index 00000000..19dade1a
--- /dev/null
+++ b/res/res/anim/screen_rotate_180_frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_finish_enter.xml b/res/res/anim/screen_rotate_finish_enter.xml
new file mode 100644
index 00000000..f12a1aec
--- /dev/null
+++ b/res/res/anim/screen_rotate_finish_enter.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_finish_exit.xml b/res/res/anim/screen_rotate_finish_exit.xml
new file mode 100644
index 00000000..003940e9
--- /dev/null
+++ b/res/res/anim/screen_rotate_finish_exit.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_finish_frame.xml b/res/res/anim/screen_rotate_finish_frame.xml
new file mode 100644
index 00000000..06dfc5e1
--- /dev/null
+++ b/res/res/anim/screen_rotate_finish_frame.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_minus_90_enter.xml b/res/res/anim/screen_rotate_minus_90_enter.xml
new file mode 100644
index 00000000..b16d5fc7
--- /dev/null
+++ b/res/res/anim/screen_rotate_minus_90_enter.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_minus_90_exit.xml b/res/res/anim/screen_rotate_minus_90_exit.xml
new file mode 100644
index 00000000..9b389392
--- /dev/null
+++ b/res/res/anim/screen_rotate_minus_90_exit.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_minus_90_frame.xml b/res/res/anim/screen_rotate_minus_90_frame.xml
new file mode 100644
index 00000000..2d198f39
--- /dev/null
+++ b/res/res/anim/screen_rotate_minus_90_frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_plus_90_enter.xml b/res/res/anim/screen_rotate_plus_90_enter.xml
new file mode 100644
index 00000000..86a8d24c
--- /dev/null
+++ b/res/res/anim/screen_rotate_plus_90_enter.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_plus_90_exit.xml b/res/res/anim/screen_rotate_plus_90_exit.xml
new file mode 100644
index 00000000..fa345337
--- /dev/null
+++ b/res/res/anim/screen_rotate_plus_90_exit.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_plus_90_frame.xml b/res/res/anim/screen_rotate_plus_90_frame.xml
new file mode 100644
index 00000000..cd200508
--- /dev/null
+++ b/res/res/anim/screen_rotate_plus_90_frame.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_start_enter.xml b/res/res/anim/screen_rotate_start_enter.xml
new file mode 100644
index 00000000..162ae8c4
--- /dev/null
+++ b/res/res/anim/screen_rotate_start_enter.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_start_exit.xml b/res/res/anim/screen_rotate_start_exit.xml
new file mode 100644
index 00000000..162ae8c4
--- /dev/null
+++ b/res/res/anim/screen_rotate_start_exit.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_rotate_start_frame.xml b/res/res/anim/screen_rotate_start_frame.xml
new file mode 100644
index 00000000..162ae8c4
--- /dev/null
+++ b/res/res/anim/screen_rotate_start_frame.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_user_enter.xml b/res/res/anim/screen_user_enter.xml
new file mode 100644
index 00000000..cb0a6342
--- /dev/null
+++ b/res/res/anim/screen_user_enter.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/anim/screen_user_exit.xml b/res/res/anim/screen_user_exit.xml
new file mode 100644
index 00000000..3d465be0
--- /dev/null
+++ b/res/res/anim/screen_user_exit.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/anim/search_bar_enter.xml b/res/res/anim/search_bar_enter.xml
new file mode 100644
index 00000000..1a26e01f
--- /dev/null
+++ b/res/res/anim/search_bar_enter.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/search_bar_exit.xml b/res/res/anim/search_bar_exit.xml
new file mode 100644
index 00000000..ca9a9b78
--- /dev/null
+++ b/res/res/anim/search_bar_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/seekbar_thumb_pressed_to_unpressed_thumb_animation.xml b/res/res/anim/seekbar_thumb_pressed_to_unpressed_thumb_animation.xml
new file mode 100644
index 00000000..081b5527
--- /dev/null
+++ b/res/res/anim/seekbar_thumb_pressed_to_unpressed_thumb_animation.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/res/res/anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml b/res/res/anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml
new file mode 100644
index 00000000..41e5a44f
--- /dev/null
+++ b/res/res/anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/res/res/anim/shrink_fade_out.xml b/res/res/anim/shrink_fade_out.xml
new file mode 100644
index 00000000..8f02362d
--- /dev/null
+++ b/res/res/anim/shrink_fade_out.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/shrink_fade_out_center.xml b/res/res/anim/shrink_fade_out_center.xml
new file mode 100644
index 00000000..03742235
--- /dev/null
+++ b/res/res/anim/shrink_fade_out_center.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/shrink_fade_out_from_bottom.xml b/res/res/anim/shrink_fade_out_from_bottom.xml
new file mode 100644
index 00000000..4716641a
--- /dev/null
+++ b/res/res/anim/shrink_fade_out_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/slide_in_child_bottom.xml b/res/res/anim/slide_in_child_bottom.xml
new file mode 100644
index 00000000..5b143bd7
--- /dev/null
+++ b/res/res/anim/slide_in_child_bottom.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_in_left.xml b/res/res/anim/slide_in_left.xml
new file mode 100644
index 00000000..9a585f5b
--- /dev/null
+++ b/res/res/anim/slide_in_left.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_in_micro.xml b/res/res/anim/slide_in_micro.xml
new file mode 100644
index 00000000..6320e80c
--- /dev/null
+++ b/res/res/anim/slide_in_micro.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_in_right.xml b/res/res/anim/slide_in_right.xml
new file mode 100644
index 00000000..125060e4
--- /dev/null
+++ b/res/res/anim/slide_in_right.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_in_up.xml b/res/res/anim/slide_in_up.xml
new file mode 100644
index 00000000..bf471c38
--- /dev/null
+++ b/res/res/anim/slide_in_up.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/anim/slide_out_down.xml b/res/res/anim/slide_out_down.xml
new file mode 100644
index 00000000..9b8d5b79
--- /dev/null
+++ b/res/res/anim/slide_out_down.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/anim/slide_out_left.xml b/res/res/anim/slide_out_left.xml
new file mode 100644
index 00000000..73337d4f
--- /dev/null
+++ b/res/res/anim/slide_out_left.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_out_micro.xml b/res/res/anim/slide_out_micro.xml
new file mode 100644
index 00000000..4cb6df04
--- /dev/null
+++ b/res/res/anim/slide_out_micro.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slide_out_right.xml b/res/res/anim/slide_out_right.xml
new file mode 100644
index 00000000..de8c512c
--- /dev/null
+++ b/res/res/anim/slide_out_right.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/slow_fade_in.xml b/res/res/anim/slow_fade_in.xml
new file mode 100644
index 00000000..21a2c782
--- /dev/null
+++ b/res/res/anim/slow_fade_in.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/submenu_enter.xml b/res/res/anim/submenu_enter.xml
new file mode 100644
index 00000000..a3840fc4
--- /dev/null
+++ b/res/res/anim/submenu_enter.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/submenu_exit.xml b/res/res/anim/submenu_exit.xml
new file mode 100644
index 00000000..20fbefc0
--- /dev/null
+++ b/res/res/anim/submenu_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/swipe_window_enter.xml b/res/res/anim/swipe_window_enter.xml
new file mode 100644
index 00000000..e1617e21
--- /dev/null
+++ b/res/res/anim/swipe_window_enter.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/anim/swipe_window_exit.xml b/res/res/anim/swipe_window_exit.xml
new file mode 100644
index 00000000..ed0c5d37
--- /dev/null
+++ b/res/res/anim/swipe_window_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/anim/task_close_enter.xml b/res/res/anim/task_close_enter.xml
new file mode 100644
index 00000000..b07f470d
--- /dev/null
+++ b/res/res/anim/task_close_enter.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/task_close_exit.xml b/res/res/anim/task_close_exit.xml
new file mode 100644
index 00000000..d23c74ff
--- /dev/null
+++ b/res/res/anim/task_close_exit.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/task_open_enter.xml b/res/res/anim/task_open_enter.xml
new file mode 100644
index 00000000..e511cc9d
--- /dev/null
+++ b/res/res/anim/task_open_enter.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/task_open_exit.xml b/res/res/anim/task_open_exit.xml
new file mode 100644
index 00000000..78d0fb01
--- /dev/null
+++ b/res/res/anim/task_open_exit.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/toast_enter.xml b/res/res/anim/toast_enter.xml
new file mode 100644
index 00000000..03e76a57
--- /dev/null
+++ b/res/res/anim/toast_enter.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/anim/toast_exit.xml b/res/res/anim/toast_exit.xml
new file mode 100644
index 00000000..33a7357e
--- /dev/null
+++ b/res/res/anim/toast_exit.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/anim/translucent_enter.xml b/res/res/anim/translucent_enter.xml
new file mode 100644
index 00000000..4526b212
--- /dev/null
+++ b/res/res/anim/translucent_enter.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/translucent_exit.xml b/res/res/anim/translucent_exit.xml
new file mode 100644
index 00000000..1ceb8921
--- /dev/null
+++ b/res/res/anim/translucent_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/voice_activity_close_enter.xml b/res/res/anim/voice_activity_close_enter.xml
new file mode 100644
index 00000000..4f3d3d55
--- /dev/null
+++ b/res/res/anim/voice_activity_close_enter.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/anim/voice_activity_close_exit.xml b/res/res/anim/voice_activity_close_exit.xml
new file mode 100644
index 00000000..023b0120
--- /dev/null
+++ b/res/res/anim/voice_activity_close_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/anim/voice_activity_open_enter.xml b/res/res/anim/voice_activity_open_enter.xml
new file mode 100644
index 00000000..ce7a4f9f
--- /dev/null
+++ b/res/res/anim/voice_activity_open_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/voice_activity_open_exit.xml b/res/res/anim/voice_activity_open_exit.xml
new file mode 100644
index 00000000..4f3d3d55
--- /dev/null
+++ b/res/res/anim/voice_activity_open_exit.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/anim/voice_layer_enter.xml b/res/res/anim/voice_layer_enter.xml
new file mode 100644
index 00000000..ce7a4f9f
--- /dev/null
+++ b/res/res/anim/voice_layer_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/voice_layer_exit.xml b/res/res/anim/voice_layer_exit.xml
new file mode 100644
index 00000000..023b0120
--- /dev/null
+++ b/res/res/anim/voice_layer_exit.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/anim/wallpaper_close_enter.xml b/res/res/anim/wallpaper_close_enter.xml
new file mode 100644
index 00000000..7256a3c1
--- /dev/null
+++ b/res/res/anim/wallpaper_close_enter.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_close_exit.xml b/res/res/anim/wallpaper_close_exit.xml
new file mode 100644
index 00000000..12b31aef
--- /dev/null
+++ b/res/res/anim/wallpaper_close_exit.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_enter.xml b/res/res/anim/wallpaper_enter.xml
new file mode 100644
index 00000000..eb826b8e
--- /dev/null
+++ b/res/res/anim/wallpaper_enter.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_exit.xml b/res/res/anim/wallpaper_exit.xml
new file mode 100644
index 00000000..d675afbe
--- /dev/null
+++ b/res/res/anim/wallpaper_exit.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_intra_close_enter.xml b/res/res/anim/wallpaper_intra_close_enter.xml
new file mode 100644
index 00000000..caeb8205
--- /dev/null
+++ b/res/res/anim/wallpaper_intra_close_enter.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/res/res/anim/wallpaper_intra_close_exit.xml b/res/res/anim/wallpaper_intra_close_exit.xml
new file mode 100644
index 00000000..c61587e2
--- /dev/null
+++ b/res/res/anim/wallpaper_intra_close_exit.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/anim/wallpaper_intra_open_enter.xml b/res/res/anim/wallpaper_intra_open_enter.xml
new file mode 100644
index 00000000..939e240f
--- /dev/null
+++ b/res/res/anim/wallpaper_intra_open_enter.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_intra_open_exit.xml b/res/res/anim/wallpaper_intra_open_exit.xml
new file mode 100644
index 00000000..6edd83a4
--- /dev/null
+++ b/res/res/anim/wallpaper_intra_open_exit.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
diff --git a/res/res/anim/wallpaper_open_enter.xml b/res/res/anim/wallpaper_open_enter.xml
new file mode 100644
index 00000000..e70f0e7d
--- /dev/null
+++ b/res/res/anim/wallpaper_open_enter.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/wallpaper_open_exit.xml b/res/res/anim/wallpaper_open_exit.xml
new file mode 100644
index 00000000..696912b2
--- /dev/null
+++ b/res/res/anim/wallpaper_open_exit.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/anim/window_move_from_decor.xml b/res/res/anim/window_move_from_decor.xml
new file mode 100644
index 00000000..7fc9b5fd
--- /dev/null
+++ b/res/res/anim/window_move_from_decor.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
diff --git a/res/res/animator/fade_in.xml b/res/res/animator/fade_in.xml
new file mode 100644
index 00000000..cff98cf1
--- /dev/null
+++ b/res/res/animator/fade_in.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/animator/fade_out.xml b/res/res/animator/fade_out.xml
new file mode 100644
index 00000000..6a3d5eee
--- /dev/null
+++ b/res/res/animator/fade_out.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/animator/fragment_close_enter.xml b/res/res/animator/fragment_close_enter.xml
new file mode 100644
index 00000000..dccf372a
--- /dev/null
+++ b/res/res/animator/fragment_close_enter.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/fragment_close_exit.xml b/res/res/animator/fragment_close_exit.xml
new file mode 100644
index 00000000..ddede707
--- /dev/null
+++ b/res/res/animator/fragment_close_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/fragment_fade_enter.xml b/res/res/animator/fragment_fade_enter.xml
new file mode 100644
index 00000000..ce8913ef
--- /dev/null
+++ b/res/res/animator/fragment_fade_enter.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/fragment_fade_exit.xml b/res/res/animator/fragment_fade_exit.xml
new file mode 100644
index 00000000..f0fbd15e
--- /dev/null
+++ b/res/res/animator/fragment_fade_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/fragment_open_enter.xml b/res/res/animator/fragment_open_enter.xml
new file mode 100644
index 00000000..dccf372a
--- /dev/null
+++ b/res/res/animator/fragment_open_enter.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/fragment_open_exit.xml b/res/res/animator/fragment_open_exit.xml
new file mode 100644
index 00000000..ddede707
--- /dev/null
+++ b/res/res/animator/fragment_open_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/animator/leanback_setup_fragment_close_enter.xml b/res/res/animator/leanback_setup_fragment_close_enter.xml
new file mode 100644
index 00000000..1626dd34
--- /dev/null
+++ b/res/res/animator/leanback_setup_fragment_close_enter.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/animator/leanback_setup_fragment_close_exit.xml b/res/res/animator/leanback_setup_fragment_close_exit.xml
new file mode 100644
index 00000000..a827df40
--- /dev/null
+++ b/res/res/animator/leanback_setup_fragment_close_exit.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
diff --git a/res/res/animator/leanback_setup_fragment_open_enter.xml b/res/res/animator/leanback_setup_fragment_open_enter.xml
new file mode 100644
index 00000000..34b9a579
--- /dev/null
+++ b/res/res/animator/leanback_setup_fragment_open_enter.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
diff --git a/res/res/animator/leanback_setup_fragment_open_exit.xml b/res/res/animator/leanback_setup_fragment_open_exit.xml
new file mode 100644
index 00000000..5622db48
--- /dev/null
+++ b/res/res/animator/leanback_setup_fragment_open_exit.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/color/background_cache_hint_selector_holo_dark.xml b/res/res/color/background_cache_hint_selector_holo_dark.xml
new file mode 100644
index 00000000..b18c5b71
--- /dev/null
+++ b/res/res/color/background_cache_hint_selector_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/background_cache_hint_selector_holo_light.xml b/res/res/color/background_cache_hint_selector_holo_light.xml
new file mode 100644
index 00000000..9d80944d
--- /dev/null
+++ b/res/res/color/background_cache_hint_selector_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/background_cache_hint_selector_material_dark.xml b/res/res/color/background_cache_hint_selector_material_dark.xml
new file mode 100644
index 00000000..e7c9426b
--- /dev/null
+++ b/res/res/color/background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/background_cache_hint_selector_material_light.xml b/res/res/color/background_cache_hint_selector_material_light.xml
new file mode 100644
index 00000000..96f1f595
--- /dev/null
+++ b/res/res/color/background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/btn_colored_material.xml b/res/res/color/btn_colored_material.xml
new file mode 100644
index 00000000..b45f824c
--- /dev/null
+++ b/res/res/color/btn_colored_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/btn_colored_text_material.xml b/res/res/color/btn_colored_text_material.xml
new file mode 100644
index 00000000..950d04a6
--- /dev/null
+++ b/res/res/color/btn_colored_text_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/btn_default_material_dark.xml b/res/res/color/btn_default_material_dark.xml
new file mode 100644
index 00000000..e77af374
--- /dev/null
+++ b/res/res/color/btn_default_material_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/btn_default_material_light.xml b/res/res/color/btn_default_material_light.xml
new file mode 100644
index 00000000..9fe57663
--- /dev/null
+++ b/res/res/color/btn_default_material_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/control_checkable_material.xml b/res/res/color/control_checkable_material.xml
new file mode 100644
index 00000000..c8ef909c
--- /dev/null
+++ b/res/res/color/control_checkable_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/control_default_material.xml b/res/res/color/control_default_material.xml
new file mode 100644
index 00000000..901c6809
--- /dev/null
+++ b/res/res/color/control_default_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/control_highlight_material.xml b/res/res/color/control_highlight_material.xml
new file mode 100644
index 00000000..2492a4d3
--- /dev/null
+++ b/res/res/color/control_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/highlighted_text_material.xml b/res/res/color/highlighted_text_material.xml
new file mode 100644
index 00000000..fee277ac
--- /dev/null
+++ b/res/res/color/highlighted_text_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/hint_foreground_material_dark.xml b/res/res/color/hint_foreground_material_dark.xml
new file mode 100644
index 00000000..77883d97
--- /dev/null
+++ b/res/res/color/hint_foreground_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/hint_foreground_material_light.xml b/res/res/color/hint_foreground_material_light.xml
new file mode 100644
index 00000000..99168fdc
--- /dev/null
+++ b/res/res/color/hint_foreground_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/list_highlight_material.xml b/res/res/color/list_highlight_material.xml
new file mode 100644
index 00000000..116ab295
--- /dev/null
+++ b/res/res/color/list_highlight_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_dark.xml b/res/res/color/primary_text_dark.xml
new file mode 100644
index 00000000..3dd73e70
--- /dev/null
+++ b/res/res/color/primary_text_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_dark_disable_only.xml b/res/res/color/primary_text_dark_disable_only.xml
new file mode 100644
index 00000000..9a187a4e
--- /dev/null
+++ b/res/res/color/primary_text_dark_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_dark_focused.xml b/res/res/color/primary_text_dark_focused.xml
new file mode 100644
index 00000000..c97c0bd7
--- /dev/null
+++ b/res/res/color/primary_text_dark_focused.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_dark_nodisable.xml b/res/res/color/primary_text_dark_nodisable.xml
new file mode 100644
index 00000000..443f7f48
--- /dev/null
+++ b/res/res/color/primary_text_dark_nodisable.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_disable_only_holo_dark.xml b/res/res/color/primary_text_disable_only_holo_dark.xml
new file mode 100644
index 00000000..6de4583f
--- /dev/null
+++ b/res/res/color/primary_text_disable_only_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_disable_only_holo_light.xml b/res/res/color/primary_text_disable_only_holo_light.xml
new file mode 100644
index 00000000..87a92c81
--- /dev/null
+++ b/res/res/color/primary_text_disable_only_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_disable_only_material_dark.xml b/res/res/color/primary_text_disable_only_material_dark.xml
new file mode 100644
index 00000000..8bfefa7f
--- /dev/null
+++ b/res/res/color/primary_text_disable_only_material_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_disable_only_material_light.xml b/res/res/color/primary_text_disable_only_material_light.xml
new file mode 100644
index 00000000..0cc09fc9
--- /dev/null
+++ b/res/res/color/primary_text_disable_only_material_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_focused_holo_dark.xml b/res/res/color/primary_text_focused_holo_dark.xml
new file mode 100644
index 00000000..80c68a4d
--- /dev/null
+++ b/res/res/color/primary_text_focused_holo_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_holo_dark.xml b/res/res/color/primary_text_holo_dark.xml
new file mode 100644
index 00000000..64186645
--- /dev/null
+++ b/res/res/color/primary_text_holo_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_holo_light.xml b/res/res/color/primary_text_holo_light.xml
new file mode 100644
index 00000000..86f8f865
--- /dev/null
+++ b/res/res/color/primary_text_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_inverse_when_activated_material.xml b/res/res/color/primary_text_inverse_when_activated_material.xml
new file mode 100644
index 00000000..0f7f9cdf
--- /dev/null
+++ b/res/res/color/primary_text_inverse_when_activated_material.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_leanback_formwizard_dark.xml b/res/res/color/primary_text_leanback_formwizard_dark.xml
new file mode 100644
index 00000000..8fe02b2e
--- /dev/null
+++ b/res/res/color/primary_text_leanback_formwizard_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_light.xml b/res/res/color/primary_text_light.xml
new file mode 100644
index 00000000..a12c6b42
--- /dev/null
+++ b/res/res/color/primary_text_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_light_disable_only.xml b/res/res/color/primary_text_light_disable_only.xml
new file mode 100644
index 00000000..f8afb636
--- /dev/null
+++ b/res/res/color/primary_text_light_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_light_nodisable.xml b/res/res/color/primary_text_light_nodisable.xml
new file mode 100644
index 00000000..051cccf4
--- /dev/null
+++ b/res/res/color/primary_text_light_nodisable.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_material_dark.xml b/res/res/color/primary_text_material_dark.xml
new file mode 100644
index 00000000..690f0ec0
--- /dev/null
+++ b/res/res/color/primary_text_material_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_material_light.xml b/res/res/color/primary_text_material_light.xml
new file mode 100644
index 00000000..634ad946
--- /dev/null
+++ b/res/res/color/primary_text_material_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_nodisable_holo_dark.xml b/res/res/color/primary_text_nodisable_holo_dark.xml
new file mode 100644
index 00000000..f45088f4
--- /dev/null
+++ b/res/res/color/primary_text_nodisable_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_nodisable_holo_light.xml b/res/res/color/primary_text_nodisable_holo_light.xml
new file mode 100644
index 00000000..331e8c3d
--- /dev/null
+++ b/res/res/color/primary_text_nodisable_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/primary_text_secondary_when_activated_material.xml b/res/res/color/primary_text_secondary_when_activated_material.xml
new file mode 100644
index 00000000..7ab4a2ee
--- /dev/null
+++ b/res/res/color/primary_text_secondary_when_activated_material.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/color/primary_text_secondary_when_activated_material_inverse.xml b/res/res/color/primary_text_secondary_when_activated_material_inverse.xml
new file mode 100644
index 00000000..baa8958e
--- /dev/null
+++ b/res/res/color/primary_text_secondary_when_activated_material_inverse.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/color/ratingbar_background_material.xml b/res/res/color/ratingbar_background_material.xml
new file mode 100644
index 00000000..5af6de1b
--- /dev/null
+++ b/res/res/color/ratingbar_background_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/ripple_material_dark.xml b/res/res/color/ripple_material_dark.xml
new file mode 100644
index 00000000..940e5dad
--- /dev/null
+++ b/res/res/color/ripple_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/ripple_material_light.xml b/res/res/color/ripple_material_light.xml
new file mode 100644
index 00000000..406a1335
--- /dev/null
+++ b/res/res/color/ripple_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/search_url_text.xml b/res/res/color/search_url_text.xml
new file mode 100644
index 00000000..449fdf0b
--- /dev/null
+++ b/res/res/color/search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/search_url_text_holo.xml b/res/res/color/search_url_text_holo.xml
new file mode 100644
index 00000000..78093ba7
--- /dev/null
+++ b/res/res/color/search_url_text_holo.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/search_url_text_material_dark.xml b/res/res/color/search_url_text_material_dark.xml
new file mode 100644
index 00000000..5263fd70
--- /dev/null
+++ b/res/res/color/search_url_text_material_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/search_url_text_material_light.xml b/res/res/color/search_url_text_material_light.xml
new file mode 100644
index 00000000..5263fd70
--- /dev/null
+++ b/res/res/color/search_url_text_material_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_dark.xml b/res/res/color/secondary_text_dark.xml
new file mode 100644
index 00000000..1a38fa94
--- /dev/null
+++ b/res/res/color/secondary_text_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_dark_nodisable.xml b/res/res/color/secondary_text_dark_nodisable.xml
new file mode 100644
index 00000000..cbc7b02a
--- /dev/null
+++ b/res/res/color/secondary_text_dark_nodisable.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_holo_dark.xml b/res/res/color/secondary_text_holo_dark.xml
new file mode 100644
index 00000000..7c564f77
--- /dev/null
+++ b/res/res/color/secondary_text_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_holo_light.xml b/res/res/color/secondary_text_holo_light.xml
new file mode 100644
index 00000000..05721b2f
--- /dev/null
+++ b/res/res/color/secondary_text_holo_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_inverse_when_activated_material.xml b/res/res/color/secondary_text_inverse_when_activated_material.xml
new file mode 100644
index 00000000..5b259de5
--- /dev/null
+++ b/res/res/color/secondary_text_inverse_when_activated_material.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_light.xml b/res/res/color/secondary_text_light.xml
new file mode 100644
index 00000000..293f4aaf
--- /dev/null
+++ b/res/res/color/secondary_text_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_light_nodisable.xml b/res/res/color/secondary_text_light_nodisable.xml
new file mode 100644
index 00000000..cbc7b02a
--- /dev/null
+++ b/res/res/color/secondary_text_light_nodisable.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_material_dark.xml b/res/res/color/secondary_text_material_dark.xml
new file mode 100644
index 00000000..5bddf966
--- /dev/null
+++ b/res/res/color/secondary_text_material_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_material_light.xml b/res/res/color/secondary_text_material_light.xml
new file mode 100644
index 00000000..3c354cb3
--- /dev/null
+++ b/res/res/color/secondary_text_material_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_nodisable_holo_dark.xml b/res/res/color/secondary_text_nodisable_holo_dark.xml
new file mode 100644
index 00000000..8c222418
--- /dev/null
+++ b/res/res/color/secondary_text_nodisable_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_nodisable_holo_light.xml b/res/res/color/secondary_text_nodisable_holo_light.xml
new file mode 100644
index 00000000..8c222418
--- /dev/null
+++ b/res/res/color/secondary_text_nodisable_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/secondary_text_nofocus.xml b/res/res/color/secondary_text_nofocus.xml
new file mode 100644
index 00000000..b6cbfb55
--- /dev/null
+++ b/res/res/color/secondary_text_nofocus.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/seekbar_track_progress_material.xml b/res/res/color/seekbar_track_progress_material.xml
new file mode 100644
index 00000000..3597c005
--- /dev/null
+++ b/res/res/color/seekbar_track_progress_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/switch_thumb_material_dark.xml b/res/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 00000000..8fede70f
--- /dev/null
+++ b/res/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/switch_thumb_material_light.xml b/res/res/color/switch_thumb_material_light.xml
new file mode 100644
index 00000000..1a34b741
--- /dev/null
+++ b/res/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/switch_track_material.xml b/res/res/color/switch_track_material.xml
new file mode 100644
index 00000000..0c8caa92
--- /dev/null
+++ b/res/res/color/switch_track_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/color/tab_highlight_material.xml b/res/res/color/tab_highlight_material.xml
new file mode 100644
index 00000000..7b2922bd
--- /dev/null
+++ b/res/res/color/tab_highlight_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/tab_indicator_material.xml b/res/res/color/tab_indicator_material.xml
new file mode 100644
index 00000000..9602e920
--- /dev/null
+++ b/res/res/color/tab_indicator_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/tab_indicator_text.xml b/res/res/color/tab_indicator_text.xml
new file mode 100644
index 00000000..5f5c2a4a
--- /dev/null
+++ b/res/res/color/tab_indicator_text.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/tab_indicator_text_material.xml b/res/res/color/tab_indicator_text_material.xml
new file mode 100644
index 00000000..019fa672
--- /dev/null
+++ b/res/res/color/tab_indicator_text_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/tab_indicator_text_v4.xml b/res/res/color/tab_indicator_text_v4.xml
new file mode 100644
index 00000000..4f4e3940
--- /dev/null
+++ b/res/res/color/tab_indicator_text_v4.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/color/tertiary_text_dark.xml b/res/res/color/tertiary_text_dark.xml
new file mode 100644
index 00000000..66227bc6
--- /dev/null
+++ b/res/res/color/tertiary_text_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/tertiary_text_holo_dark.xml b/res/res/color/tertiary_text_holo_dark.xml
new file mode 100644
index 00000000..0718d7db
--- /dev/null
+++ b/res/res/color/tertiary_text_holo_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/tertiary_text_holo_light.xml b/res/res/color/tertiary_text_holo_light.xml
new file mode 100644
index 00000000..9e5c2d98
--- /dev/null
+++ b/res/res/color/tertiary_text_holo_light.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/tertiary_text_light.xml b/res/res/color/tertiary_text_light.xml
new file mode 100644
index 00000000..ea65756d
--- /dev/null
+++ b/res/res/color/tertiary_text_light.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/color/white_disabled_material.xml b/res/res/color/white_disabled_material.xml
new file mode 100644
index 00000000..c61f900e
--- /dev/null
+++ b/res/res/color/white_disabled_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/color/widget_edittext_dark.xml b/res/res/color/widget_edittext_dark.xml
new file mode 100644
index 00000000..d6effbed
--- /dev/null
+++ b/res/res/color/widget_edittext_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable-en-hdpi/sym_keyboard_delete.png b/res/res/drawable-en-hdpi/sym_keyboard_delete.png
new file mode 100644
index 00000000..569369e7
Binary files /dev/null and b/res/res/drawable-en-hdpi/sym_keyboard_delete.png differ
diff --git a/res/res/drawable-en-ldpi/sym_keyboard_delete.png b/res/res/drawable-en-ldpi/sym_keyboard_delete.png
new file mode 100644
index 00000000..d9d56539
Binary files /dev/null and b/res/res/drawable-en-ldpi/sym_keyboard_delete.png differ
diff --git a/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png b/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png
new file mode 100644
index 00000000..8922bf92
Binary files /dev/null and b/res/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png differ
diff --git a/res/res/drawable-en-mdpi/sym_keyboard_delete.png b/res/res/drawable-en-mdpi/sym_keyboard_delete.png
new file mode 100644
index 00000000..f1f7c58c
Binary files /dev/null and b/res/res/drawable-en-mdpi/sym_keyboard_delete.png differ
diff --git a/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png b/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png
new file mode 100644
index 00000000..3c908397
Binary files /dev/null and b/res/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png differ
diff --git a/res/res/drawable-land-hdpi/btn_lock_normal.9.png b/res/res/drawable-land-hdpi/btn_lock_normal.9.png
new file mode 100644
index 00000000..f1dac62e
Binary files /dev/null and b/res/res/drawable-land-hdpi/btn_lock_normal.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png
new file mode 100644
index 00000000..76f76bc1
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png
new file mode 100644
index 00000000..d070fad2
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png
new file mode 100644
index 00000000..8d38ea62
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png
new file mode 100644
index 00000000..2da4677c
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png
new file mode 100644
index 00000000..a1816529
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png
new file mode 100644
index 00000000..6cf31316
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png
new file mode 100644
index 00000000..05541f37
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png
new file mode 100644
index 00000000..0bf0ea90
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png
new file mode 100644
index 00000000..b82a30f2
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png
new file mode 100644
index 00000000..5f530fa0
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png
new file mode 100644
index 00000000..d8bbd170
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png
new file mode 100644
index 00000000..c4080878
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png b/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png
new file mode 100644
index 00000000..dff38b43
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png b/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png
new file mode 100644
index 00000000..88a95be8
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_confirm_green.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png b/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png
new file mode 100644
index 00000000..b9486ea7
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_confirm_red.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png b/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png
new file mode 100644
index 00000000..9144d7ab
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_normal.png b/res/res/drawable-land-hdpi/jog_tab_left_normal.png
new file mode 100644
index 00000000..b2d76954
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_normal.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_left_pressed.png b/res/res/drawable-land-hdpi/jog_tab_left_pressed.png
new file mode 100644
index 00000000..55e170d4
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_left_pressed.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png b/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png
new file mode 100644
index 00000000..131b7201
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png b/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png
new file mode 100644
index 00000000..c36b0ada
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_confirm_green.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png b/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png
new file mode 100644
index 00000000..d388619d
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_confirm_red.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png b/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png
new file mode 100644
index 00000000..24f1aec1
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_normal.png b/res/res/drawable-land-hdpi/jog_tab_right_normal.png
new file mode 100644
index 00000000..9111649a
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_normal.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_right_pressed.png b/res/res/drawable-land-hdpi/jog_tab_right_pressed.png
new file mode 100644
index 00000000..3bd2e5ba
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_right_pressed.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_target_gray.png b/res/res/drawable-land-hdpi/jog_tab_target_gray.png
new file mode 100644
index 00000000..41500078
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_target_gray.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_target_green.png b/res/res/drawable-land-hdpi/jog_tab_target_green.png
new file mode 100644
index 00000000..ef18b6c8
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_target_green.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_target_red.png b/res/res/drawable-land-hdpi/jog_tab_target_red.png
new file mode 100644
index 00000000..5dfaa5f4
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_target_red.png differ
diff --git a/res/res/drawable-land-hdpi/jog_tab_target_yellow.png b/res/res/drawable-land-hdpi/jog_tab_target_yellow.png
new file mode 100644
index 00000000..d0509fa7
Binary files /dev/null and b/res/res/drawable-land-hdpi/jog_tab_target_yellow.png differ
diff --git a/res/res/drawable-land-ldpi/btn_lock_normal.9.png b/res/res/drawable-land-ldpi/btn_lock_normal.9.png
new file mode 100644
index 00000000..e685adcc
Binary files /dev/null and b/res/res/drawable-land-ldpi/btn_lock_normal.9.png differ
diff --git a/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png b/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png
new file mode 100644
index 00000000..a4e3edf1
Binary files /dev/null and b/res/res/drawable-land-ldpi/ic_jog_dial_sound_off.png differ
diff --git a/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png b/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png
new file mode 100644
index 00000000..f8190b56
Binary files /dev/null and b/res/res/drawable-land-ldpi/ic_jog_dial_sound_on.png differ
diff --git a/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png b/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png
new file mode 100644
index 00000000..16fa0db9
Binary files /dev/null and b/res/res/drawable-land-ldpi/ic_jog_dial_unlock.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png
new file mode 100644
index 00000000..e16e9f63
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png
new file mode 100644
index 00000000..90211df9
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png
new file mode 100644
index 00000000..154ae8e1
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png
new file mode 100644
index 00000000..1e69e4d6
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png
new file mode 100644
index 00000000..09710a58
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png
new file mode 100644
index 00000000..158ce859
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png
new file mode 100644
index 00000000..1be54d4d
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png
new file mode 100644
index 00000000..4ef4d692
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png
new file mode 100644
index 00000000..dad283ee
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png
new file mode 100644
index 00000000..f7aa85a2
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png
new file mode 100644
index 00000000..23860ceb
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png
new file mode 100644
index 00000000..1105fe5a
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png b/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png
new file mode 100644
index 00000000..945851d6
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png b/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png
new file mode 100644
index 00000000..07029272
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_confirm_green.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png b/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png
new file mode 100644
index 00000000..d79f46cd
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_confirm_red.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png b/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png
new file mode 100644
index 00000000..8e4ef9ac
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_normal.png b/res/res/drawable-land-ldpi/jog_tab_left_normal.png
new file mode 100644
index 00000000..ee6d98c5
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_normal.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_left_pressed.png b/res/res/drawable-land-ldpi/jog_tab_left_pressed.png
new file mode 100644
index 00000000..727fdbbd
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_left_pressed.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png b/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png
new file mode 100644
index 00000000..93d0bf4f
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png b/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png
new file mode 100644
index 00000000..d49c831e
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_confirm_green.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png b/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png
new file mode 100644
index 00000000..29bddcfe
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_confirm_red.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png b/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png
new file mode 100644
index 00000000..4cefb0c8
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_normal.png b/res/res/drawable-land-ldpi/jog_tab_right_normal.png
new file mode 100644
index 00000000..30fa0029
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_normal.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_right_pressed.png b/res/res/drawable-land-ldpi/jog_tab_right_pressed.png
new file mode 100644
index 00000000..f2d358bb
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_right_pressed.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_target_gray.png b/res/res/drawable-land-ldpi/jog_tab_target_gray.png
new file mode 100644
index 00000000..1e76bc1f
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_target_gray.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_target_green.png b/res/res/drawable-land-ldpi/jog_tab_target_green.png
new file mode 100644
index 00000000..917769e0
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_target_green.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_target_red.png b/res/res/drawable-land-ldpi/jog_tab_target_red.png
new file mode 100644
index 00000000..3501ba38
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_target_red.png differ
diff --git a/res/res/drawable-land-ldpi/jog_tab_target_yellow.png b/res/res/drawable-land-ldpi/jog_tab_target_yellow.png
new file mode 100644
index 00000000..ee795a3a
Binary files /dev/null and b/res/res/drawable-land-ldpi/jog_tab_target_yellow.png differ
diff --git a/res/res/drawable-land-mdpi/btn_lock_normal.9.png b/res/res/drawable-land-mdpi/btn_lock_normal.9.png
new file mode 100644
index 00000000..f2482c0c
Binary files /dev/null and b/res/res/drawable-land-mdpi/btn_lock_normal.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png
new file mode 100644
index 00000000..61222f41
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png
new file mode 100644
index 00000000..3060f726
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png
new file mode 100644
index 00000000..cee7bf50
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png
new file mode 100644
index 00000000..4bd56d11
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png
new file mode 100644
index 00000000..367e887c
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png
new file mode 100644
index 00000000..02f3f275
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png
new file mode 100644
index 00000000..bfaba2fe
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png
new file mode 100644
index 00000000..d35fe7b2
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png
new file mode 100644
index 00000000..508f6bdf
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png
new file mode 100644
index 00000000..a6041e56
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png
new file mode 100644
index 00000000..28cdd0b2
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png
new file mode 100644
index 00000000..46ba76b9
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png b/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png
new file mode 100644
index 00000000..396dcf7a
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png b/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png
new file mode 100644
index 00000000..d9283107
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_confirm_green.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png b/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png
new file mode 100644
index 00000000..c377463b
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_confirm_red.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png b/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png
new file mode 100644
index 00000000..b868c767
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_normal.png b/res/res/drawable-land-mdpi/jog_tab_left_normal.png
new file mode 100644
index 00000000..5ca876bb
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_normal.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_left_pressed.png b/res/res/drawable-land-mdpi/jog_tab_left_pressed.png
new file mode 100644
index 00000000..8c33a782
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_left_pressed.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png b/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png
new file mode 100644
index 00000000..4f1a002a
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png b/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png
new file mode 100644
index 00000000..af1550f4
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_confirm_green.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png b/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png
new file mode 100644
index 00000000..b458d27c
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_confirm_red.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png b/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png
new file mode 100644
index 00000000..8e55d6a7
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_normal.png b/res/res/drawable-land-mdpi/jog_tab_right_normal.png
new file mode 100644
index 00000000..c607c7c0
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_normal.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_right_pressed.png b/res/res/drawable-land-mdpi/jog_tab_right_pressed.png
new file mode 100644
index 00000000..2537d73f
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_right_pressed.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_target_gray.png b/res/res/drawable-land-mdpi/jog_tab_target_gray.png
new file mode 100644
index 00000000..1319b6e6
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_target_gray.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_target_green.png b/res/res/drawable-land-mdpi/jog_tab_target_green.png
new file mode 100644
index 00000000..88a3f306
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_target_green.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_target_red.png b/res/res/drawable-land-mdpi/jog_tab_target_red.png
new file mode 100644
index 00000000..300c4015
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_target_red.png differ
diff --git a/res/res/drawable-land-mdpi/jog_tab_target_yellow.png b/res/res/drawable-land-mdpi/jog_tab_target_yellow.png
new file mode 100644
index 00000000..efa30eeb
Binary files /dev/null and b/res/res/drawable-land-mdpi/jog_tab_target_yellow.png differ
diff --git a/res/res/drawable-land-xhdpi/btn_lock_normal.9.png b/res/res/drawable-land-xhdpi/btn_lock_normal.9.png
new file mode 100644
index 00000000..e7c4a19b
Binary files /dev/null and b/res/res/drawable-land-xhdpi/btn_lock_normal.9.png differ
diff --git a/res/res/drawable-ldpi/activity_title_bar.9.png b/res/res/drawable-ldpi/activity_title_bar.9.png
new file mode 100644
index 00000000..8aaa7d18
Binary files /dev/null and b/res/res/drawable-ldpi/activity_title_bar.9.png differ
diff --git a/res/res/drawable-ldpi/arrow_down_float.png b/res/res/drawable-ldpi/arrow_down_float.png
new file mode 100644
index 00000000..c41340da
Binary files /dev/null and b/res/res/drawable-ldpi/arrow_down_float.png differ
diff --git a/res/res/drawable-ldpi/arrow_up_float.png b/res/res/drawable-ldpi/arrow_up_float.png
new file mode 100644
index 00000000..8b60f121
Binary files /dev/null and b/res/res/drawable-ldpi/arrow_up_float.png differ
diff --git a/res/res/drawable-ldpi/battery_charge_background.png b/res/res/drawable-ldpi/battery_charge_background.png
new file mode 100644
index 00000000..503c4f9f
Binary files /dev/null and b/res/res/drawable-ldpi/battery_charge_background.png differ
diff --git a/res/res/drawable-ldpi/bottom_bar.png b/res/res/drawable-ldpi/bottom_bar.png
new file mode 100644
index 00000000..c80fd4ac
Binary files /dev/null and b/res/res/drawable-ldpi/bottom_bar.png differ
diff --git a/res/res/drawable-ldpi/btn_check_buttonless_off.png b/res/res/drawable-ldpi/btn_check_buttonless_off.png
new file mode 100644
index 00000000..327d2c62
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_buttonless_off.png differ
diff --git a/res/res/drawable-ldpi/btn_check_buttonless_on.png b/res/res/drawable-ldpi/btn_check_buttonless_on.png
new file mode 100644
index 00000000..4d0ab2a7
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_buttonless_on.png differ
diff --git a/res/res/drawable-ldpi/btn_check_label_background.9.png b/res/res/drawable-ldpi/btn_check_label_background.9.png
new file mode 100644
index 00000000..5b083674
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_label_background.9.png differ
diff --git a/res/res/drawable-ldpi/btn_check_off.png b/res/res/drawable-ldpi/btn_check_off.png
new file mode 100644
index 00000000..f333117d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_off.png differ
diff --git a/res/res/drawable-ldpi/btn_check_off_disable.png b/res/res/drawable-ldpi/btn_check_off_disable.png
new file mode 100644
index 00000000..c4d7cd94
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_off_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_check_off_disable_focused.png b/res/res/drawable-ldpi/btn_check_off_disable_focused.png
new file mode 100644
index 00000000..2bc5899b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_off_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_check_off_pressed.png b/res/res/drawable-ldpi/btn_check_off_pressed.png
new file mode 100644
index 00000000..fe77b085
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_off_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_check_off_selected.png b/res/res/drawable-ldpi/btn_check_off_selected.png
new file mode 100644
index 00000000..58542c44
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_off_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_check_on.png b/res/res/drawable-ldpi/btn_check_on.png
new file mode 100644
index 00000000..f4d777a6
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_on.png differ
diff --git a/res/res/drawable-ldpi/btn_check_on_disable.png b/res/res/drawable-ldpi/btn_check_on_disable.png
new file mode 100644
index 00000000..57513cad
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_on_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_check_on_disable_focused.png b/res/res/drawable-ldpi/btn_check_on_disable_focused.png
new file mode 100644
index 00000000..798835e5
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_on_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_check_on_pressed.png b/res/res/drawable-ldpi/btn_check_on_pressed.png
new file mode 100644
index 00000000..0f00d17b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_on_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_check_on_selected.png b/res/res/drawable-ldpi/btn_check_on_selected.png
new file mode 100644
index 00000000..51b35660
Binary files /dev/null and b/res/res/drawable-ldpi/btn_check_on_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_circle_disable.png b/res/res/drawable-ldpi/btn_circle_disable.png
new file mode 100644
index 00000000..87a51c56
Binary files /dev/null and b/res/res/drawable-ldpi/btn_circle_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_circle_disable_focused.png b/res/res/drawable-ldpi/btn_circle_disable_focused.png
new file mode 100644
index 00000000..cc28e3b4
Binary files /dev/null and b/res/res/drawable-ldpi/btn_circle_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_circle_normal.png b/res/res/drawable-ldpi/btn_circle_normal.png
new file mode 100644
index 00000000..b25ad81c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_circle_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_circle_pressed.png b/res/res/drawable-ldpi/btn_circle_pressed.png
new file mode 100644
index 00000000..abeedadc
Binary files /dev/null and b/res/res/drawable-ldpi/btn_circle_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_circle_selected.png b/res/res/drawable-ldpi/btn_circle_selected.png
new file mode 100644
index 00000000..e3e8d131
Binary files /dev/null and b/res/res/drawable-ldpi/btn_circle_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_close_normal.png b/res/res/drawable-ldpi/btn_close_normal.png
new file mode 100644
index 00000000..e4de0885
Binary files /dev/null and b/res/res/drawable-ldpi/btn_close_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_close_pressed.png b/res/res/drawable-ldpi/btn_close_pressed.png
new file mode 100644
index 00000000..5d946bd3
Binary files /dev/null and b/res/res/drawable-ldpi/btn_close_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_close_selected.png b/res/res/drawable-ldpi/btn_close_selected.png
new file mode 100644
index 00000000..c1ee5a89
Binary files /dev/null and b/res/res/drawable-ldpi/btn_close_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_default_normal.9.png b/res/res/drawable-ldpi/btn_default_normal.9.png
new file mode 100644
index 00000000..198da17c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_normal_disable.9.png b/res/res/drawable-ldpi/btn_default_normal_disable.9.png
new file mode 100644
index 00000000..2e61b509
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_normal_disable.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png b/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png
new file mode 100644
index 00000000..9fab12ef
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_normal_disable_focused.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_pressed.9.png b/res/res/drawable-ldpi/btn_default_pressed.9.png
new file mode 100644
index 00000000..f5a21b21
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_selected.9.png b/res/res/drawable-ldpi/btn_default_selected.9.png
new file mode 100644
index 00000000..a09da007
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_small_normal.9.png b/res/res/drawable-ldpi/btn_default_small_normal.9.png
new file mode 100644
index 00000000..4e69058f
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_small_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png b/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png
new file mode 100644
index 00000000..64fce657
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_small_normal_disable.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png b/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png
new file mode 100644
index 00000000..528b5e1c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_small_pressed.9.png b/res/res/drawable-ldpi/btn_default_small_pressed.9.png
new file mode 100644
index 00000000..bf701280
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_small_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_small_selected.9.png b/res/res/drawable-ldpi/btn_default_small_selected.9.png
new file mode 100644
index 00000000..71938d07
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_small_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_default_transparent_normal.9.png b/res/res/drawable-ldpi/btn_default_transparent_normal.9.png
new file mode 100644
index 00000000..2c7249e4
Binary files /dev/null and b/res/res/drawable-ldpi/btn_default_transparent_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_dialog_disable.png b/res/res/drawable-ldpi/btn_dialog_disable.png
new file mode 100644
index 00000000..82d13f28
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dialog_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_dialog_normal.png b/res/res/drawable-ldpi/btn_dialog_normal.png
new file mode 100644
index 00000000..e4de0885
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dialog_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_dialog_pressed.png b/res/res/drawable-ldpi/btn_dialog_pressed.png
new file mode 100644
index 00000000..557c13a9
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dialog_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_dialog_selected.png b/res/res/drawable-ldpi/btn_dialog_selected.png
new file mode 100644
index 00000000..f63ce276
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dialog_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_dropdown_disabled.9.png b/res/res/drawable-ldpi/btn_dropdown_disabled.9.png
new file mode 100644
index 00000000..27cb8f56
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dropdown_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png b/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png
new file mode 100644
index 00000000..a0231c5a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png differ
diff --git a/res/res/drawable-ldpi/btn_dropdown_normal.9.png b/res/res/drawable-ldpi/btn_dropdown_normal.9.png
new file mode 100644
index 00000000..b23e10ff
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dropdown_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_dropdown_pressed.9.png b/res/res/drawable-ldpi/btn_dropdown_pressed.9.png
new file mode 100644
index 00000000..c3c08e4c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dropdown_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_dropdown_selected.9.png b/res/res/drawable-ldpi/btn_dropdown_selected.9.png
new file mode 100644
index 00000000..2660e430
Binary files /dev/null and b/res/res/drawable-ldpi/btn_dropdown_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_erase_default.9.png b/res/res/drawable-ldpi/btn_erase_default.9.png
new file mode 100644
index 00000000..dc592ca5
Binary files /dev/null and b/res/res/drawable-ldpi/btn_erase_default.9.png differ
diff --git a/res/res/drawable-ldpi/btn_erase_pressed.9.png b/res/res/drawable-ldpi/btn_erase_pressed.9.png
new file mode 100644
index 00000000..48c0570a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_erase_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_erase_selected.9.png b/res/res/drawable-ldpi/btn_erase_selected.9.png
new file mode 100644
index 00000000..51f7b86b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_erase_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_global_search_normal.9.png b/res/res/drawable-ldpi/btn_global_search_normal.9.png
new file mode 100644
index 00000000..60bd3ceb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_global_search_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png
new file mode 100644
index 00000000..8cf50b8a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png
new file mode 100644
index 00000000..d853bf18
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png
new file mode 100644
index 00000000..f54e9488
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png
new file mode 100644
index 00000000..ad7c9513
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png
new file mode 100644
index 00000000..1a075d29
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png
new file mode 100644
index 00000000..5933f614
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png b/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png
new file mode 100644
index 00000000..69db65f2
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png
new file mode 100644
index 00000000..37c5fedb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png
new file mode 100644
index 00000000..019e6f78
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png b/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png
new file mode 100644
index 00000000..d3827f03
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png
new file mode 100644
index 00000000..2bef0049
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png
new file mode 100644
index 00000000..25daabee
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png
new file mode 100644
index 00000000..9d026c4d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png
new file mode 100644
index 00000000..6ededbec
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png
new file mode 100644
index 00000000..987014f8
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png
new file mode 100644
index 00000000..d19a0fcc
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png
new file mode 100644
index 00000000..978ff4c3
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png
new file mode 100644
index 00000000..8355c7d4
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png b/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png
new file mode 100644
index 00000000..8afb9082
Binary files /dev/null and b/res/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_media_player.9.png b/res/res/drawable-ldpi/btn_media_player.9.png
new file mode 100644
index 00000000..7096dbcb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_media_player.9.png differ
diff --git a/res/res/drawable-ldpi/btn_media_player_disabled.9.png b/res/res/drawable-ldpi/btn_media_player_disabled.9.png
new file mode 100644
index 00000000..83b1059a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_media_player_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png b/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png
new file mode 100644
index 00000000..f55ac211
Binary files /dev/null and b/res/res/drawable-ldpi/btn_media_player_disabled_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_media_player_pressed.9.png b/res/res/drawable-ldpi/btn_media_player_pressed.9.png
new file mode 100644
index 00000000..de58ee21
Binary files /dev/null and b/res/res/drawable-ldpi/btn_media_player_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_media_player_selected.9.png b/res/res/drawable-ldpi/btn_media_player_selected.9.png
new file mode 100644
index 00000000..54435803
Binary files /dev/null and b/res/res/drawable-ldpi/btn_media_player_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_minus_default.png b/res/res/drawable-ldpi/btn_minus_default.png
new file mode 100644
index 00000000..19c66e06
Binary files /dev/null and b/res/res/drawable-ldpi/btn_minus_default.png differ
diff --git a/res/res/drawable-ldpi/btn_minus_disable.png b/res/res/drawable-ldpi/btn_minus_disable.png
new file mode 100644
index 00000000..7b91ea6b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_minus_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_minus_disable_focused.png b/res/res/drawable-ldpi/btn_minus_disable_focused.png
new file mode 100644
index 00000000..a347e341
Binary files /dev/null and b/res/res/drawable-ldpi/btn_minus_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_minus_pressed.png b/res/res/drawable-ldpi/btn_minus_pressed.png
new file mode 100644
index 00000000..aaa97461
Binary files /dev/null and b/res/res/drawable-ldpi/btn_minus_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_minus_selected.png b/res/res/drawable-ldpi/btn_minus_selected.png
new file mode 100644
index 00000000..29c69626
Binary files /dev/null and b/res/res/drawable-ldpi/btn_minus_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_plus_default.png b/res/res/drawable-ldpi/btn_plus_default.png
new file mode 100644
index 00000000..8a5c600b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_plus_default.png differ
diff --git a/res/res/drawable-ldpi/btn_plus_disable.png b/res/res/drawable-ldpi/btn_plus_disable.png
new file mode 100644
index 00000000..1903ffa5
Binary files /dev/null and b/res/res/drawable-ldpi/btn_plus_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_plus_disable_focused.png b/res/res/drawable-ldpi/btn_plus_disable_focused.png
new file mode 100644
index 00000000..92f228a6
Binary files /dev/null and b/res/res/drawable-ldpi/btn_plus_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_plus_pressed.png b/res/res/drawable-ldpi/btn_plus_pressed.png
new file mode 100644
index 00000000..28f4e028
Binary files /dev/null and b/res/res/drawable-ldpi/btn_plus_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_plus_selected.png b/res/res/drawable-ldpi/btn_plus_selected.png
new file mode 100644
index 00000000..c6fab190
Binary files /dev/null and b/res/res/drawable-ldpi/btn_plus_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_label_background.9.png b/res/res/drawable-ldpi/btn_radio_label_background.9.png
new file mode 100644
index 00000000..d04c41fb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_label_background.9.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_off.png b/res/res/drawable-ldpi/btn_radio_off.png
new file mode 100644
index 00000000..6df3b0d7
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_off.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_off_pressed.png b/res/res/drawable-ldpi/btn_radio_off_pressed.png
new file mode 100644
index 00000000..4848ff05
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_off_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_off_selected.png b/res/res/drawable-ldpi/btn_radio_off_selected.png
new file mode 100644
index 00000000..93367224
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_off_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_on.png b/res/res/drawable-ldpi/btn_radio_on.png
new file mode 100644
index 00000000..65e5791d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_on.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_on_pressed.png b/res/res/drawable-ldpi/btn_radio_on_pressed.png
new file mode 100644
index 00000000..4856c324
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_on_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_radio_on_selected.png b/res/res/drawable-ldpi/btn_radio_on_selected.png
new file mode 100644
index 00000000..8b19dc79
Binary files /dev/null and b/res/res/drawable-ldpi/btn_radio_on_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_off_normal.png b/res/res/drawable-ldpi/btn_rating_star_off_normal.png
new file mode 100644
index 00000000..5967bd36
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_off_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_off_pressed.png b/res/res/drawable-ldpi/btn_rating_star_off_pressed.png
new file mode 100644
index 00000000..209e6a4a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_off_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_off_selected.png b/res/res/drawable-ldpi/btn_rating_star_off_selected.png
new file mode 100644
index 00000000..c095f7fb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_off_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_on_normal.png b/res/res/drawable-ldpi/btn_rating_star_on_normal.png
new file mode 100644
index 00000000..89d26129
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_on_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_on_pressed.png b/res/res/drawable-ldpi/btn_rating_star_on_pressed.png
new file mode 100644
index 00000000..6386eaaf
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_on_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_rating_star_on_selected.png b/res/res/drawable-ldpi/btn_rating_star_on_selected.png
new file mode 100644
index 00000000..e1edf4eb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_rating_star_on_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_default.9.png b/res/res/drawable-ldpi/btn_search_dialog_default.9.png
new file mode 100644
index 00000000..35111b7f
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_default.9.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png b/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png
new file mode 100644
index 00000000..8ca4c659
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_selected.9.png b/res/res/drawable-ldpi/btn_search_dialog_selected.9.png
new file mode 100644
index 00000000..0bee0b72
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png b/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png
new file mode 100644
index 00000000..f9e7298d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_voice_default.9.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png b/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png
new file mode 100644
index 00000000..a130f653
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png b/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png
new file mode 100644
index 00000000..c055bfef
Binary files /dev/null and b/res/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_square_overlay_disabled.png b/res/res/drawable-ldpi/btn_square_overlay_disabled.png
new file mode 100644
index 00000000..3b60946c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_square_overlay_disabled.png differ
diff --git a/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png b/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png
new file mode 100644
index 00000000..a36a9dd8
Binary files /dev/null and b/res/res/drawable-ldpi/btn_square_overlay_disabled_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_square_overlay_normal.png b/res/res/drawable-ldpi/btn_square_overlay_normal.png
new file mode 100644
index 00000000..4537623d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_square_overlay_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_square_overlay_pressed.png b/res/res/drawable-ldpi/btn_square_overlay_pressed.png
new file mode 100644
index 00000000..62f22463
Binary files /dev/null and b/res/res/drawable-ldpi/btn_square_overlay_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_square_overlay_selected.png b/res/res/drawable-ldpi/btn_square_overlay_selected.png
new file mode 100644
index 00000000..264d3fac
Binary files /dev/null and b/res/res/drawable-ldpi/btn_square_overlay_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_off.png b/res/res/drawable-ldpi/btn_star_big_off.png
new file mode 100644
index 00000000..f0f1eb84
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_off.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_off_disable.png b/res/res/drawable-ldpi/btn_star_big_off_disable.png
new file mode 100644
index 00000000..c6f2e20a
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_off_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png b/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png
new file mode 100644
index 00000000..228a84e3
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_off_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_off_pressed.png b/res/res/drawable-ldpi/btn_star_big_off_pressed.png
new file mode 100644
index 00000000..041f81a0
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_off_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_off_selected.png b/res/res/drawable-ldpi/btn_star_big_off_selected.png
new file mode 100644
index 00000000..adc8151d
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_off_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_on.png b/res/res/drawable-ldpi/btn_star_big_on.png
new file mode 100644
index 00000000..cf5ed353
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_on.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_on_disable.png b/res/res/drawable-ldpi/btn_star_big_on_disable.png
new file mode 100644
index 00000000..53e6c65f
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_on_disable.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png b/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png
new file mode 100644
index 00000000..8535013b
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_on_disable_focused.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_on_pressed.png b/res/res/drawable-ldpi/btn_star_big_on_pressed.png
new file mode 100644
index 00000000..272787f3
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_on_pressed.png differ
diff --git a/res/res/drawable-ldpi/btn_star_big_on_selected.png b/res/res/drawable-ldpi/btn_star_big_on_selected.png
new file mode 100644
index 00000000..938d7431
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_big_on_selected.png differ
diff --git a/res/res/drawable-ldpi/btn_star_label_background.9.png b/res/res/drawable-ldpi/btn_star_label_background.9.png
new file mode 100644
index 00000000..3bc13c88
Binary files /dev/null and b/res/res/drawable-ldpi/btn_star_label_background.9.png differ
diff --git a/res/res/drawable-ldpi/btn_toggle_off.9.png b/res/res/drawable-ldpi/btn_toggle_off.9.png
new file mode 100644
index 00000000..d0245ffb
Binary files /dev/null and b/res/res/drawable-ldpi/btn_toggle_off.9.png differ
diff --git a/res/res/drawable-ldpi/btn_toggle_on.9.png b/res/res/drawable-ldpi/btn_toggle_on.9.png
new file mode 100644
index 00000000..0987759e
Binary files /dev/null and b/res/res/drawable-ldpi/btn_toggle_on.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png b/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png
new file mode 100644
index 00000000..0346abc4
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_down_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png b/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png
new file mode 100644
index 00000000..b03aa1b5
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_down_normal.9.png b/res/res/drawable-ldpi/btn_zoom_down_normal.9.png
new file mode 100644
index 00000000..aa2464c6
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_down_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png b/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png
new file mode 100644
index 00000000..caa4d30c
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_down_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_down_selected.9.png b/res/res/drawable-ldpi/btn_zoom_down_selected.9.png
new file mode 100644
index 00000000..b8147857
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_down_selected.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_page_normal.png b/res/res/drawable-ldpi/btn_zoom_page_normal.png
new file mode 100644
index 00000000..453bf406
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_page_normal.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_page_press.png b/res/res/drawable-ldpi/btn_zoom_page_press.png
new file mode 100644
index 00000000..82c29c81
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_page_press.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png b/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png
new file mode 100644
index 00000000..e64f1789
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_up_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png b/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png
new file mode 100644
index 00000000..3b21d0a1
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_up_normal.9.png b/res/res/drawable-ldpi/btn_zoom_up_normal.9.png
new file mode 100644
index 00000000..f4b56d58
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_up_normal.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png b/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png
new file mode 100644
index 00000000..45c668c8
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_up_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/btn_zoom_up_selected.9.png b/res/res/drawable-ldpi/btn_zoom_up_selected.9.png
new file mode 100644
index 00000000..1a07a52f
Binary files /dev/null and b/res/res/drawable-ldpi/btn_zoom_up_selected.9.png differ
diff --git a/res/res/drawable-ldpi/button_onoff_indicator_off.png b/res/res/drawable-ldpi/button_onoff_indicator_off.png
new file mode 100644
index 00000000..79463564
Binary files /dev/null and b/res/res/drawable-ldpi/button_onoff_indicator_off.png differ
diff --git a/res/res/drawable-ldpi/button_onoff_indicator_on.png b/res/res/drawable-ldpi/button_onoff_indicator_on.png
new file mode 100644
index 00000000..6b817d57
Binary files /dev/null and b/res/res/drawable-ldpi/button_onoff_indicator_on.png differ
diff --git a/res/res/drawable-ldpi/call_contact.png b/res/res/drawable-ldpi/call_contact.png
new file mode 100644
index 00000000..bee1d205
Binary files /dev/null and b/res/res/drawable-ldpi/call_contact.png differ
diff --git a/res/res/drawable-ldpi/checkbox_off_background.png b/res/res/drawable-ldpi/checkbox_off_background.png
new file mode 100644
index 00000000..ab779833
Binary files /dev/null and b/res/res/drawable-ldpi/checkbox_off_background.png differ
diff --git a/res/res/drawable-ldpi/checkbox_on_background.png b/res/res/drawable-ldpi/checkbox_on_background.png
new file mode 100644
index 00000000..dd92a4ce
Binary files /dev/null and b/res/res/drawable-ldpi/checkbox_on_background.png differ
diff --git a/res/res/drawable-ldpi/clock_dial.png b/res/res/drawable-ldpi/clock_dial.png
new file mode 100644
index 00000000..cbc99618
Binary files /dev/null and b/res/res/drawable-ldpi/clock_dial.png differ
diff --git a/res/res/drawable-ldpi/clock_hand_hour.png b/res/res/drawable-ldpi/clock_hand_hour.png
new file mode 100644
index 00000000..3362fd07
Binary files /dev/null and b/res/res/drawable-ldpi/clock_hand_hour.png differ
diff --git a/res/res/drawable-ldpi/clock_hand_minute.png b/res/res/drawable-ldpi/clock_hand_minute.png
new file mode 100644
index 00000000..5c73d45a
Binary files /dev/null and b/res/res/drawable-ldpi/clock_hand_minute.png differ
diff --git a/res/res/drawable-ldpi/code_lock_bottom.9.png b/res/res/drawable-ldpi/code_lock_bottom.9.png
new file mode 100644
index 00000000..dddac516
Binary files /dev/null and b/res/res/drawable-ldpi/code_lock_bottom.9.png differ
diff --git a/res/res/drawable-ldpi/code_lock_left.9.png b/res/res/drawable-ldpi/code_lock_left.9.png
new file mode 100644
index 00000000..8834f74e
Binary files /dev/null and b/res/res/drawable-ldpi/code_lock_left.9.png differ
diff --git a/res/res/drawable-ldpi/code_lock_top.9.png b/res/res/drawable-ldpi/code_lock_top.9.png
new file mode 100644
index 00000000..2a5e3534
Binary files /dev/null and b/res/res/drawable-ldpi/code_lock_top.9.png differ
diff --git a/res/res/drawable-ldpi/compass_arrow.png b/res/res/drawable-ldpi/compass_arrow.png
new file mode 100644
index 00000000..f59015c2
Binary files /dev/null and b/res/res/drawable-ldpi/compass_arrow.png differ
diff --git a/res/res/drawable-ldpi/compass_base.png b/res/res/drawable-ldpi/compass_base.png
new file mode 100644
index 00000000..a2eeb075
Binary files /dev/null and b/res/res/drawable-ldpi/compass_base.png differ
diff --git a/res/res/drawable-ldpi/contact_header_bg.9.png b/res/res/drawable-ldpi/contact_header_bg.9.png
new file mode 100644
index 00000000..20f0cd32
Binary files /dev/null and b/res/res/drawable-ldpi/contact_header_bg.9.png differ
diff --git a/res/res/drawable-ldpi/create_contact.png b/res/res/drawable-ldpi/create_contact.png
new file mode 100644
index 00000000..c920ef4a
Binary files /dev/null and b/res/res/drawable-ldpi/create_contact.png differ
diff --git a/res/res/drawable-ldpi/dark_header.9.png b/res/res/drawable-ldpi/dark_header.9.png
new file mode 100644
index 00000000..88fa160e
Binary files /dev/null and b/res/res/drawable-ldpi/dark_header.9.png differ
diff --git a/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png b/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png
new file mode 100644
index 00000000..75a15341
Binary files /dev/null and b/res/res/drawable-ldpi/dialog_divider_horizontal_light.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_bright.9.png b/res/res/drawable-ldpi/divider_horizontal_bright.9.png
new file mode 100644
index 00000000..24f2a3f1
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_bright.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png b/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png
new file mode 100644
index 00000000..24f2a3f1
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_dark.9.png b/res/res/drawable-ldpi/divider_horizontal_dark.9.png
new file mode 100644
index 00000000..470be26b
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_dark.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png b/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png
new file mode 100644
index 00000000..24f2a3f1
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png b/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png
new file mode 100644
index 00000000..e04b49d5
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_dim_dark.9.png differ
diff --git a/res/res/drawable-ldpi/divider_horizontal_textfield.9.png b/res/res/drawable-ldpi/divider_horizontal_textfield.9.png
new file mode 100644
index 00000000..547b180e
Binary files /dev/null and b/res/res/drawable-ldpi/divider_horizontal_textfield.9.png differ
diff --git a/res/res/drawable-ldpi/divider_vertical_bright.9.png b/res/res/drawable-ldpi/divider_vertical_bright.9.png
new file mode 100644
index 00000000..c85f7ab1
Binary files /dev/null and b/res/res/drawable-ldpi/divider_vertical_bright.9.png differ
diff --git a/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png b/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png
new file mode 100644
index 00000000..662e0330
Binary files /dev/null and b/res/res/drawable-ldpi/divider_vertical_bright_opaque.9.png differ
diff --git a/res/res/drawable-ldpi/divider_vertical_dark.9.png b/res/res/drawable-ldpi/divider_vertical_dark.9.png
new file mode 100644
index 00000000..470be26b
Binary files /dev/null and b/res/res/drawable-ldpi/divider_vertical_dark.9.png differ
diff --git a/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png b/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png
new file mode 100644
index 00000000..94d2fda4
Binary files /dev/null and b/res/res/drawable-ldpi/divider_vertical_dark_opaque.9.png differ
diff --git a/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png b/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png
new file mode 100644
index 00000000..f8d65bcc
Binary files /dev/null and b/res/res/drawable-ldpi/editbox_background_focus_yellow.9.png differ
diff --git a/res/res/drawable-ldpi/editbox_background_normal.9.png b/res/res/drawable-ldpi/editbox_background_normal.9.png
new file mode 100644
index 00000000..f8fb1789
Binary files /dev/null and b/res/res/drawable-ldpi/editbox_background_normal.9.png differ
diff --git a/res/res/drawable-ldpi/editbox_dropdown_background.9.png b/res/res/drawable-ldpi/editbox_dropdown_background.9.png
new file mode 100644
index 00000000..8717d342
Binary files /dev/null and b/res/res/drawable-ldpi/editbox_dropdown_background.9.png differ
diff --git a/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png b/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png
new file mode 100644
index 00000000..18885fc8
Binary files /dev/null and b/res/res/drawable-ldpi/editbox_dropdown_background_dark.9.png differ
diff --git a/res/res/drawable-ldpi/emo_im_angel.png b/res/res/drawable-ldpi/emo_im_angel.png
new file mode 100644
index 00000000..eb74cb3d
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_angel.png differ
diff --git a/res/res/drawable-ldpi/emo_im_cool.png b/res/res/drawable-ldpi/emo_im_cool.png
new file mode 100644
index 00000000..657de3bf
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_cool.png differ
diff --git a/res/res/drawable-ldpi/emo_im_crying.png b/res/res/drawable-ldpi/emo_im_crying.png
new file mode 100644
index 00000000..292cf0c0
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_crying.png differ
diff --git a/res/res/drawable-ldpi/emo_im_foot_in_mouth.png b/res/res/drawable-ldpi/emo_im_foot_in_mouth.png
new file mode 100644
index 00000000..b1d99835
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_foot_in_mouth.png differ
diff --git a/res/res/drawable-ldpi/emo_im_happy.png b/res/res/drawable-ldpi/emo_im_happy.png
new file mode 100644
index 00000000..b34a54ba
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_happy.png differ
diff --git a/res/res/drawable-ldpi/emo_im_kissing.png b/res/res/drawable-ldpi/emo_im_kissing.png
new file mode 100644
index 00000000..d8aaf114
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_kissing.png differ
diff --git a/res/res/drawable-ldpi/emo_im_laughing.png b/res/res/drawable-ldpi/emo_im_laughing.png
new file mode 100644
index 00000000..41ddb6fd
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_laughing.png differ
diff --git a/res/res/drawable-ldpi/emo_im_lips_are_sealed.png b/res/res/drawable-ldpi/emo_im_lips_are_sealed.png
new file mode 100644
index 00000000..85d0c420
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_lips_are_sealed.png differ
diff --git a/res/res/drawable-ldpi/emo_im_money_mouth.png b/res/res/drawable-ldpi/emo_im_money_mouth.png
new file mode 100644
index 00000000..b04a56c1
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_money_mouth.png differ
diff --git a/res/res/drawable-ldpi/emo_im_sad.png b/res/res/drawable-ldpi/emo_im_sad.png
new file mode 100644
index 00000000..e9782316
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_sad.png differ
diff --git a/res/res/drawable-ldpi/emo_im_surprised.png b/res/res/drawable-ldpi/emo_im_surprised.png
new file mode 100644
index 00000000..6f9c8d91
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_surprised.png differ
diff --git a/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png b/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png
new file mode 100644
index 00000000..c62447cb
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_tongue_sticking_out.png differ
diff --git a/res/res/drawable-ldpi/emo_im_undecided.png b/res/res/drawable-ldpi/emo_im_undecided.png
new file mode 100644
index 00000000..27c4ca39
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_undecided.png differ
diff --git a/res/res/drawable-ldpi/emo_im_winking.png b/res/res/drawable-ldpi/emo_im_winking.png
new file mode 100644
index 00000000..97b180fb
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_winking.png differ
diff --git a/res/res/drawable-ldpi/emo_im_wtf.png b/res/res/drawable-ldpi/emo_im_wtf.png
new file mode 100644
index 00000000..8d6a307d
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_wtf.png differ
diff --git a/res/res/drawable-ldpi/emo_im_yelling.png b/res/res/drawable-ldpi/emo_im_yelling.png
new file mode 100644
index 00000000..ce74375b
Binary files /dev/null and b/res/res/drawable-ldpi/emo_im_yelling.png differ
diff --git a/res/res/drawable-ldpi/expander_ic_maximized.9.png b/res/res/drawable-ldpi/expander_ic_maximized.9.png
new file mode 100644
index 00000000..732a6f55
Binary files /dev/null and b/res/res/drawable-ldpi/expander_ic_maximized.9.png differ
diff --git a/res/res/drawable-ldpi/expander_ic_minimized.9.png b/res/res/drawable-ldpi/expander_ic_minimized.9.png
new file mode 100644
index 00000000..054e3a42
Binary files /dev/null and b/res/res/drawable-ldpi/expander_ic_minimized.9.png differ
diff --git a/res/res/drawable-ldpi/focused_application_background_static.png b/res/res/drawable-ldpi/focused_application_background_static.png
new file mode 100644
index 00000000..8738badc
Binary files /dev/null and b/res/res/drawable-ldpi/focused_application_background_static.png differ
diff --git a/res/res/drawable-ldpi/frame_gallery_thumb.9.png b/res/res/drawable-ldpi/frame_gallery_thumb.9.png
new file mode 100644
index 00000000..d686b776
Binary files /dev/null and b/res/res/drawable-ldpi/frame_gallery_thumb.9.png differ
diff --git a/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png b/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png
new file mode 100644
index 00000000..c33048a5
Binary files /dev/null and b/res/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png b/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png
new file mode 100644
index 00000000..8c4adbc5
Binary files /dev/null and b/res/res/drawable-ldpi/frame_gallery_thumb_selected.9.png differ
diff --git a/res/res/drawable-ldpi/gallery_selected_default.9.png b/res/res/drawable-ldpi/gallery_selected_default.9.png
new file mode 100644
index 00000000..3d55225b
Binary files /dev/null and b/res/res/drawable-ldpi/gallery_selected_default.9.png differ
diff --git a/res/res/drawable-ldpi/gallery_selected_focused.9.png b/res/res/drawable-ldpi/gallery_selected_focused.9.png
new file mode 100644
index 00000000..31aabc2a
Binary files /dev/null and b/res/res/drawable-ldpi/gallery_selected_focused.9.png differ
diff --git a/res/res/drawable-ldpi/gallery_selected_pressed.9.png b/res/res/drawable-ldpi/gallery_selected_pressed.9.png
new file mode 100644
index 00000000..d05a36f4
Binary files /dev/null and b/res/res/drawable-ldpi/gallery_selected_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/gallery_unselected_default.9.png b/res/res/drawable-ldpi/gallery_unselected_default.9.png
new file mode 100644
index 00000000..179c32c4
Binary files /dev/null and b/res/res/drawable-ldpi/gallery_unselected_default.9.png differ
diff --git a/res/res/drawable-ldpi/gallery_unselected_pressed.9.png b/res/res/drawable-ldpi/gallery_unselected_pressed.9.png
new file mode 100644
index 00000000..0e3f6521
Binary files /dev/null and b/res/res/drawable-ldpi/gallery_unselected_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/grid_selector_background_focus.9.png b/res/res/drawable-ldpi/grid_selector_background_focus.9.png
new file mode 100644
index 00000000..87d47caa
Binary files /dev/null and b/res/res/drawable-ldpi/grid_selector_background_focus.9.png differ
diff --git a/res/res/drawable-ldpi/grid_selector_background_pressed.9.png b/res/res/drawable-ldpi/grid_selector_background_pressed.9.png
new file mode 100644
index 00000000..f2cc5073
Binary files /dev/null and b/res/res/drawable-ldpi/grid_selector_background_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/highlight_disabled.9.png b/res/res/drawable-ldpi/highlight_disabled.9.png
new file mode 100644
index 00000000..473bdf6f
Binary files /dev/null and b/res/res/drawable-ldpi/highlight_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/highlight_pressed.9.png b/res/res/drawable-ldpi/highlight_pressed.9.png
new file mode 100644
index 00000000..0ebfbde5
Binary files /dev/null and b/res/res/drawable-ldpi/highlight_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/highlight_selected.9.png b/res/res/drawable-ldpi/highlight_selected.9.png
new file mode 100644
index 00000000..a4df0275
Binary files /dev/null and b/res/res/drawable-ldpi/highlight_selected.9.png differ
diff --git a/res/res/drawable-ldpi/ic_aggregated.png b/res/res/drawable-ldpi/ic_aggregated.png
new file mode 100644
index 00000000..fdb2e90a
Binary files /dev/null and b/res/res/drawable-ldpi/ic_aggregated.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_round_more_disabled.png b/res/res/drawable-ldpi/ic_btn_round_more_disabled.png
new file mode 100644
index 00000000..99c7a2f0
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_round_more_disabled.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_round_more_normal.png b/res/res/drawable-ldpi/ic_btn_round_more_normal.png
new file mode 100644
index 00000000..a8cb6d54
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_round_more_normal.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_search_go.png b/res/res/drawable-ldpi/ic_btn_search_go.png
new file mode 100644
index 00000000..94e5555e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_search_go.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_speak_now.png b/res/res/drawable-ldpi/ic_btn_speak_now.png
new file mode 100644
index 00000000..106e8e68
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_speak_now.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png
new file mode 100644
index 00000000..ef71e6c4
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png
new file mode 100644
index 00000000..fc1531cb
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png
new file mode 100644
index 00000000..84fcf0af
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png differ
diff --git a/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png
new file mode 100644
index 00000000..70fc8184
Binary files /dev/null and b/res/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png differ
diff --git a/res/res/drawable-ldpi/ic_bullet_key_permission.png b/res/res/drawable-ldpi/ic_bullet_key_permission.png
new file mode 100644
index 00000000..4aff20ce
Binary files /dev/null and b/res/res/drawable-ldpi/ic_bullet_key_permission.png differ
diff --git a/res/res/drawable-ldpi/ic_contact_picture.png b/res/res/drawable-ldpi/ic_contact_picture.png
new file mode 100644
index 00000000..a0444e4b
Binary files /dev/null and b/res/res/drawable-ldpi/ic_contact_picture.png differ
diff --git a/res/res/drawable-ldpi/ic_contact_picture_2.png b/res/res/drawable-ldpi/ic_contact_picture_2.png
new file mode 100644
index 00000000..42e8d868
Binary files /dev/null and b/res/res/drawable-ldpi/ic_contact_picture_2.png differ
diff --git a/res/res/drawable-ldpi/ic_contact_picture_3.png b/res/res/drawable-ldpi/ic_contact_picture_3.png
new file mode 100644
index 00000000..c9c0a65e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_contact_picture_3.png differ
diff --git a/res/res/drawable-ldpi/ic_delete.png b/res/res/drawable-ldpi/ic_delete.png
new file mode 100644
index 00000000..a4cefa8c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_delete.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_alert.png b/res/res/drawable-ldpi/ic_dialog_alert.png
new file mode 100644
index 00000000..6c3c624d
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_alert.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_dialer.png b/res/res/drawable-ldpi/ic_dialog_dialer.png
new file mode 100644
index 00000000..066efefe
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_dialer.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_email.png b/res/res/drawable-ldpi/ic_dialog_email.png
new file mode 100644
index 00000000..194222ec
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_email.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_info.png b/res/res/drawable-ldpi/ic_dialog_info.png
new file mode 100644
index 00000000..a1dcc5ac
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_info.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_map.png b/res/res/drawable-ldpi/ic_dialog_map.png
new file mode 100644
index 00000000..9b04476c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_map.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_time.png b/res/res/drawable-ldpi/ic_dialog_time.png
new file mode 100644
index 00000000..5b8722bb
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_time.png differ
diff --git a/res/res/drawable-ldpi/ic_dialog_usb.png b/res/res/drawable-ldpi/ic_dialog_usb.png
new file mode 100644
index 00000000..eeef46e8
Binary files /dev/null and b/res/res/drawable-ldpi/ic_dialog_usb.png differ
diff --git a/res/res/drawable-ldpi/ic_emergency.png b/res/res/drawable-ldpi/ic_emergency.png
new file mode 100644
index 00000000..5c4ed5db
Binary files /dev/null and b/res/res/drawable-ldpi/ic_emergency.png differ
diff --git a/res/res/drawable-ldpi/ic_input_add.png b/res/res/drawable-ldpi/ic_input_add.png
new file mode 100644
index 00000000..04cc27a0
Binary files /dev/null and b/res/res/drawable-ldpi/ic_input_add.png differ
diff --git a/res/res/drawable-ldpi/ic_input_delete.png b/res/res/drawable-ldpi/ic_input_delete.png
new file mode 100644
index 00000000..d7eff17b
Binary files /dev/null and b/res/res/drawable-ldpi/ic_input_delete.png differ
diff --git a/res/res/drawable-ldpi/ic_input_get.png b/res/res/drawable-ldpi/ic_input_get.png
new file mode 100644
index 00000000..44529938
Binary files /dev/null and b/res/res/drawable-ldpi/ic_input_get.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_answer.png b/res/res/drawable-ldpi/ic_jog_dial_answer.png
new file mode 100644
index 00000000..9c5800ad
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_answer.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png b/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png
new file mode 100644
index 00000000..117c6d84
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_answer_and_end.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png b/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png
new file mode 100644
index 00000000..08280e38
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_decline.png b/res/res/drawable-ldpi/ic_jog_dial_decline.png
new file mode 100644
index 00000000..7ccc1ca1
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_decline.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_sound_off.png b/res/res/drawable-ldpi/ic_jog_dial_sound_off.png
new file mode 100644
index 00000000..a4e3edf1
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_sound_off.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_sound_on.png b/res/res/drawable-ldpi/ic_jog_dial_sound_on.png
new file mode 100644
index 00000000..f8190b56
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_sound_on.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_unlock.png b/res/res/drawable-ldpi/ic_jog_dial_unlock.png
new file mode 100644
index 00000000..16fa0db9
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_unlock.png differ
diff --git a/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png b/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png
new file mode 100644
index 00000000..ac5a9b95
Binary files /dev/null and b/res/res/drawable-ldpi/ic_jog_dial_vibrate_on.png differ
diff --git a/res/res/drawable-ldpi/ic_launcher_android.png b/res/res/drawable-ldpi/ic_launcher_android.png
new file mode 100644
index 00000000..628a8de9
Binary files /dev/null and b/res/res/drawable-ldpi/ic_launcher_android.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png b/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png
new file mode 100644
index 00000000..65a101be
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png b/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png
new file mode 100644
index 00000000..11adeb83
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png b/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png
new file mode 100644
index 00000000..dc133c56
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_idle_charging.png b/res/res/drawable-ldpi/ic_lock_idle_charging.png
new file mode 100644
index 00000000..c943b670
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_idle_charging.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_idle_lock.png b/res/res/drawable-ldpi/ic_lock_idle_lock.png
new file mode 100644
index 00000000..bc4adfd0
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_idle_lock.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_idle_low_battery.png b/res/res/drawable-ldpi/ic_lock_idle_low_battery.png
new file mode 100644
index 00000000..df7cb220
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_idle_low_battery.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_lock_alpha.png b/res/res/drawable-ldpi/ic_lock_lock_alpha.png
new file mode 100644
index 00000000..bde40f6d
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_lock_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_power_off_alpha.png b/res/res/drawable-ldpi/ic_lock_power_off_alpha.png
new file mode 100644
index 00000000..074d6d09
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_power_off_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png b/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png
new file mode 100644
index 00000000..50ff3de7
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_ringer_off_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png b/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png
new file mode 100644
index 00000000..72327283
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_ringer_on_alpha.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_silent_mode.png b/res/res/drawable-ldpi/ic_lock_silent_mode.png
new file mode 100644
index 00000000..8004f9d9
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_silent_mode.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_silent_mode_off.png b/res/res/drawable-ldpi/ic_lock_silent_mode_off.png
new file mode 100644
index 00000000..81b7a8d5
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_silent_mode_off.png differ
diff --git a/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png b/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png
new file mode 100644
index 00000000..5f54f6f9
Binary files /dev/null and b/res/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png differ
diff --git a/res/res/drawable-ldpi/ic_maps_indicator_current_position.png b/res/res/drawable-ldpi/ic_maps_indicator_current_position.png
new file mode 100644
index 00000000..697b0656
Binary files /dev/null and b/res/res/drawable-ldpi/ic_maps_indicator_current_position.png differ
diff --git a/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png
new file mode 100644
index 00000000..15a8a085
Binary files /dev/null and b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png differ
diff --git a/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png
new file mode 100644
index 00000000..f8b8de23
Binary files /dev/null and b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png differ
diff --git a/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png
new file mode 100644
index 00000000..02f75470
Binary files /dev/null and b/res/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png differ
diff --git a/res/res/drawable-ldpi/ic_media_embed_play.png b/res/res/drawable-ldpi/ic_media_embed_play.png
new file mode 100644
index 00000000..e7c19724
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_embed_play.png differ
diff --git a/res/res/drawable-ldpi/ic_media_ff.png b/res/res/drawable-ldpi/ic_media_ff.png
new file mode 100644
index 00000000..1b4d9dbe
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_ff.png differ
diff --git a/res/res/drawable-ldpi/ic_media_fullscreen.png b/res/res/drawable-ldpi/ic_media_fullscreen.png
new file mode 100644
index 00000000..1a38c38e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_fullscreen.png differ
diff --git a/res/res/drawable-ldpi/ic_media_next.png b/res/res/drawable-ldpi/ic_media_next.png
new file mode 100644
index 00000000..99927fd2
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_next.png differ
diff --git a/res/res/drawable-ldpi/ic_media_pause.png b/res/res/drawable-ldpi/ic_media_pause.png
new file mode 100644
index 00000000..3b98d666
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_pause.png differ
diff --git a/res/res/drawable-ldpi/ic_media_play.png b/res/res/drawable-ldpi/ic_media_play.png
new file mode 100644
index 00000000..e7c19724
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_play.png differ
diff --git a/res/res/drawable-ldpi/ic_media_previous.png b/res/res/drawable-ldpi/ic_media_previous.png
new file mode 100644
index 00000000..df043228
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_previous.png differ
diff --git a/res/res/drawable-ldpi/ic_media_rew.png b/res/res/drawable-ldpi/ic_media_rew.png
new file mode 100644
index 00000000..28843f9f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_rew.png differ
diff --git a/res/res/drawable-ldpi/ic_media_video_poster.png b/res/res/drawable-ldpi/ic_media_video_poster.png
new file mode 100644
index 00000000..7b349135
Binary files /dev/null and b/res/res/drawable-ldpi/ic_media_video_poster.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_account_list.png b/res/res/drawable-ldpi/ic_menu_account_list.png
new file mode 100644
index 00000000..04ededd3
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_account_list.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_add.png b/res/res/drawable-ldpi/ic_menu_add.png
new file mode 100644
index 00000000..89620af8
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_add.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_agenda.png b/res/res/drawable-ldpi/ic_menu_agenda.png
new file mode 100644
index 00000000..9abcc685
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_agenda.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_allfriends.png b/res/res/drawable-ldpi/ic_menu_allfriends.png
new file mode 100644
index 00000000..462d078b
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_allfriends.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png b/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png
new file mode 100644
index 00000000..2c779ca8
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_always_landscape_portrait.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_archive.png b/res/res/drawable-ldpi/ic_menu_archive.png
new file mode 100644
index 00000000..719ecd85
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_archive.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_attachment.png b/res/res/drawable-ldpi/ic_menu_attachment.png
new file mode 100644
index 00000000..8fc2211f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_attachment.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_back.png b/res/res/drawable-ldpi/ic_menu_back.png
new file mode 100644
index 00000000..71eb533a
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_back.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_block.png b/res/res/drawable-ldpi/ic_menu_block.png
new file mode 100644
index 00000000..c8d80cd1
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_block.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_blocked_user.png b/res/res/drawable-ldpi/ic_menu_blocked_user.png
new file mode 100644
index 00000000..c6407b58
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_blocked_user.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_call.png b/res/res/drawable-ldpi/ic_menu_call.png
new file mode 100644
index 00000000..39d4b106
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_call.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_camera.png b/res/res/drawable-ldpi/ic_menu_camera.png
new file mode 100644
index 00000000..4d3a6a5d
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_camera.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_cc_am.png b/res/res/drawable-ldpi/ic_menu_cc_am.png
new file mode 100644
index 00000000..d90d70df
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_cc_am.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_chat_dashboard.png b/res/res/drawable-ldpi/ic_menu_chat_dashboard.png
new file mode 100644
index 00000000..c417faab
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_chat_dashboard.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_clear_playlist.png b/res/res/drawable-ldpi/ic_menu_clear_playlist.png
new file mode 100644
index 00000000..f3e6b51c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_clear_playlist.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png b/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png
new file mode 100644
index 00000000..760b9254
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_close_clear_cancel.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_compass.png b/res/res/drawable-ldpi/ic_menu_compass.png
new file mode 100644
index 00000000..bf1724b6
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_compass.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_compose.png b/res/res/drawable-ldpi/ic_menu_compose.png
new file mode 100644
index 00000000..1e6767b3
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_compose.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_crop.png b/res/res/drawable-ldpi/ic_menu_crop.png
new file mode 100644
index 00000000..97c91822
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_crop.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_day.png b/res/res/drawable-ldpi/ic_menu_day.png
new file mode 100644
index 00000000..f0d661be
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_day.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_delete.png b/res/res/drawable-ldpi/ic_menu_delete.png
new file mode 100644
index 00000000..dbad3ddc
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_delete.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_directions.png b/res/res/drawable-ldpi/ic_menu_directions.png
new file mode 100644
index 00000000..5d89d466
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_directions.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_edit.png b/res/res/drawable-ldpi/ic_menu_edit.png
new file mode 100644
index 00000000..9bb66e35
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_edit.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_emoticons.png b/res/res/drawable-ldpi/ic_menu_emoticons.png
new file mode 100644
index 00000000..a97db875
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_emoticons.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_end_conversation.png b/res/res/drawable-ldpi/ic_menu_end_conversation.png
new file mode 100644
index 00000000..dd2005ef
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_end_conversation.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_forward.png b/res/res/drawable-ldpi/ic_menu_forward.png
new file mode 100644
index 00000000..554cfb7b
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_forward.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_friendslist.png b/res/res/drawable-ldpi/ic_menu_friendslist.png
new file mode 100644
index 00000000..62950da4
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_friendslist.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_gallery.png b/res/res/drawable-ldpi/ic_menu_gallery.png
new file mode 100644
index 00000000..d57b284c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_gallery.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_goto.png b/res/res/drawable-ldpi/ic_menu_goto.png
new file mode 100644
index 00000000..d15ea3de
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_goto.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_help.png b/res/res/drawable-ldpi/ic_menu_help.png
new file mode 100644
index 00000000..f93a4e64
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_help.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_home.png b/res/res/drawable-ldpi/ic_menu_home.png
new file mode 100644
index 00000000..fd6f453f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_home.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_info_details.png b/res/res/drawable-ldpi/ic_menu_info_details.png
new file mode 100644
index 00000000..55c57d5c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_info_details.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_invite.png b/res/res/drawable-ldpi/ic_menu_invite.png
new file mode 100644
index 00000000..16de8fe1
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_invite.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_login.png b/res/res/drawable-ldpi/ic_menu_login.png
new file mode 100644
index 00000000..d4181de5
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_login.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_manage.png b/res/res/drawable-ldpi/ic_menu_manage.png
new file mode 100644
index 00000000..b137b8c6
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_manage.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_mapmode.png b/res/res/drawable-ldpi/ic_menu_mapmode.png
new file mode 100644
index 00000000..88510059
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_mapmode.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_mark.png b/res/res/drawable-ldpi/ic_menu_mark.png
new file mode 100644
index 00000000..1d440272
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_mark.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_month.png b/res/res/drawable-ldpi/ic_menu_month.png
new file mode 100644
index 00000000..a3462f6f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_month.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_more.png b/res/res/drawable-ldpi/ic_menu_more.png
new file mode 100644
index 00000000..92965547
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_more.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_my_calendar.png b/res/res/drawable-ldpi/ic_menu_my_calendar.png
new file mode 100644
index 00000000..db3a8b51
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_my_calendar.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_mylocation.png b/res/res/drawable-ldpi/ic_menu_mylocation.png
new file mode 100644
index 00000000..2db78676
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_mylocation.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_myplaces.png b/res/res/drawable-ldpi/ic_menu_myplaces.png
new file mode 100644
index 00000000..9d2e8dc1
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_myplaces.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_notifications.png b/res/res/drawable-ldpi/ic_menu_notifications.png
new file mode 100644
index 00000000..0a22b32a
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_notifications.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_play_clip.png b/res/res/drawable-ldpi/ic_menu_play_clip.png
new file mode 100644
index 00000000..7d0f11ee
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_play_clip.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_preferences.png b/res/res/drawable-ldpi/ic_menu_preferences.png
new file mode 100644
index 00000000..efc2f3e4
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_preferences.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_recent_history.png b/res/res/drawable-ldpi/ic_menu_recent_history.png
new file mode 100644
index 00000000..c75f6e36
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_recent_history.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_report_image.png b/res/res/drawable-ldpi/ic_menu_report_image.png
new file mode 100644
index 00000000..f2c3a904
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_report_image.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_revert.png b/res/res/drawable-ldpi/ic_menu_revert.png
new file mode 100644
index 00000000..b0f2c60c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_revert.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_rotate.png b/res/res/drawable-ldpi/ic_menu_rotate.png
new file mode 100644
index 00000000..34dcbceb
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_rotate.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_save.png b/res/res/drawable-ldpi/ic_menu_save.png
new file mode 100644
index 00000000..ac053b41
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_save.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_search.png b/res/res/drawable-ldpi/ic_menu_search.png
new file mode 100644
index 00000000..1d95408c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_search.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_send.png b/res/res/drawable-ldpi/ic_menu_send.png
new file mode 100644
index 00000000..9043c11e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_send.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_set_as.png b/res/res/drawable-ldpi/ic_menu_set_as.png
new file mode 100644
index 00000000..d1997d31
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_set_as.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_share.png b/res/res/drawable-ldpi/ic_menu_share.png
new file mode 100644
index 00000000..f58d2318
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_share.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_slideshow.png b/res/res/drawable-ldpi/ic_menu_slideshow.png
new file mode 100644
index 00000000..a0625c4a
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_slideshow.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png b/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png
new file mode 100644
index 00000000..438e8546
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_sort_alphabetically.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_sort_by_size.png b/res/res/drawable-ldpi/ic_menu_sort_by_size.png
new file mode 100644
index 00000000..bb95da70
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_sort_by_size.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_star.png b/res/res/drawable-ldpi/ic_menu_star.png
new file mode 100644
index 00000000..b88f0107
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_star.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_start_conversation.png b/res/res/drawable-ldpi/ic_menu_start_conversation.png
new file mode 100644
index 00000000..1e399288
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_start_conversation.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_stop.png b/res/res/drawable-ldpi/ic_menu_stop.png
new file mode 100644
index 00000000..d185ae2f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_stop.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_today.png b/res/res/drawable-ldpi/ic_menu_today.png
new file mode 100644
index 00000000..2bff7514
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_today.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_upload.png b/res/res/drawable-ldpi/ic_menu_upload.png
new file mode 100644
index 00000000..fd64fe1a
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_upload.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_upload_you_tube.png b/res/res/drawable-ldpi/ic_menu_upload_you_tube.png
new file mode 100644
index 00000000..8fa7005e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_upload_you_tube.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_view.png b/res/res/drawable-ldpi/ic_menu_view.png
new file mode 100644
index 00000000..f1acb3d0
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_view.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_week.png b/res/res/drawable-ldpi/ic_menu_week.png
new file mode 100644
index 00000000..0af314b8
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_week.png differ
diff --git a/res/res/drawable-ldpi/ic_menu_zoom.png b/res/res/drawable-ldpi/ic_menu_zoom.png
new file mode 100644
index 00000000..ff291848
Binary files /dev/null and b/res/res/drawable-ldpi/ic_menu_zoom.png differ
diff --git a/res/res/drawable-ldpi/ic_notification_clear_all.png b/res/res/drawable-ldpi/ic_notification_clear_all.png
new file mode 100644
index 00000000..e7797406
Binary files /dev/null and b/res/res/drawable-ldpi/ic_notification_clear_all.png differ
diff --git a/res/res/drawable-ldpi/ic_notification_overlay.9.png b/res/res/drawable-ldpi/ic_notification_overlay.9.png
new file mode 100644
index 00000000..771fa738
Binary files /dev/null and b/res/res/drawable-ldpi/ic_notification_overlay.9.png differ
diff --git a/res/res/drawable-ldpi/ic_partial_secure.png b/res/res/drawable-ldpi/ic_partial_secure.png
new file mode 100644
index 00000000..a9c05b16
Binary files /dev/null and b/res/res/drawable-ldpi/ic_partial_secure.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_disk_full.png b/res/res/drawable-ldpi/ic_popup_disk_full.png
new file mode 100644
index 00000000..f613f38c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_disk_full.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_reminder.png b/res/res/drawable-ldpi/ic_popup_reminder.png
new file mode 100644
index 00000000..332daef5
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_reminder.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_1.png b/res/res/drawable-ldpi/ic_popup_sync_1.png
new file mode 100644
index 00000000..407e8de7
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_1.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_2.png b/res/res/drawable-ldpi/ic_popup_sync_2.png
new file mode 100644
index 00000000..a867aa72
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_2.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_3.png b/res/res/drawable-ldpi/ic_popup_sync_3.png
new file mode 100644
index 00000000..77bd3d70
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_3.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_4.png b/res/res/drawable-ldpi/ic_popup_sync_4.png
new file mode 100644
index 00000000..131486bb
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_4.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_5.png b/res/res/drawable-ldpi/ic_popup_sync_5.png
new file mode 100644
index 00000000..33fded8f
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_5.png differ
diff --git a/res/res/drawable-ldpi/ic_popup_sync_6.png b/res/res/drawable-ldpi/ic_popup_sync_6.png
new file mode 100644
index 00000000..489dd56e
Binary files /dev/null and b/res/res/drawable-ldpi/ic_popup_sync_6.png differ
diff --git a/res/res/drawable-ldpi/ic_search_category_default.png b/res/res/drawable-ldpi/ic_search_category_default.png
new file mode 100644
index 00000000..1d95408c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_search_category_default.png differ
diff --git a/res/res/drawable-ldpi/ic_secure.png b/res/res/drawable-ldpi/ic_secure.png
new file mode 100644
index 00000000..02d74d1c
Binary files /dev/null and b/res/res/drawable-ldpi/ic_secure.png differ
diff --git a/res/res/drawable-ldpi/ic_vibrate.png b/res/res/drawable-ldpi/ic_vibrate.png
new file mode 100644
index 00000000..726e9dcc
Binary files /dev/null and b/res/res/drawable-ldpi/ic_vibrate.png differ
diff --git a/res/res/drawable-ldpi/ic_vibrate_small.png b/res/res/drawable-ldpi/ic_vibrate_small.png
new file mode 100644
index 00000000..06bfbb51
Binary files /dev/null and b/res/res/drawable-ldpi/ic_vibrate_small.png differ
diff --git a/res/res/drawable-ldpi/ic_volume.png b/res/res/drawable-ldpi/ic_volume.png
new file mode 100644
index 00000000..b8a35610
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume.png differ
diff --git a/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png b/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png
new file mode 100644
index 00000000..facfa4cd
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png differ
diff --git a/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png b/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png
new file mode 100644
index 00000000..298ce6b4
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume_bluetooth_in_call.png differ
diff --git a/res/res/drawable-ldpi/ic_volume_off.png b/res/res/drawable-ldpi/ic_volume_off.png
new file mode 100644
index 00000000..bad1a685
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume_off.png differ
diff --git a/res/res/drawable-ldpi/ic_volume_off_small.png b/res/res/drawable-ldpi/ic_volume_off_small.png
new file mode 100644
index 00000000..56239112
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume_off_small.png differ
diff --git a/res/res/drawable-ldpi/ic_volume_small.png b/res/res/drawable-ldpi/ic_volume_small.png
new file mode 100644
index 00000000..530f6b44
Binary files /dev/null and b/res/res/drawable-ldpi/ic_volume_small.png differ
diff --git a/res/res/drawable-ldpi/icon_highlight_rectangle.9.png b/res/res/drawable-ldpi/icon_highlight_rectangle.9.png
new file mode 100644
index 00000000..27519b20
Binary files /dev/null and b/res/res/drawable-ldpi/icon_highlight_rectangle.9.png differ
diff --git a/res/res/drawable-ldpi/icon_highlight_square.9.png b/res/res/drawable-ldpi/icon_highlight_square.9.png
new file mode 100644
index 00000000..228ef237
Binary files /dev/null and b/res/res/drawable-ldpi/icon_highlight_square.9.png differ
diff --git a/res/res/drawable-ldpi/ime_qwerty.png b/res/res/drawable-ldpi/ime_qwerty.png
new file mode 100644
index 00000000..11e26dbf
Binary files /dev/null and b/res/res/drawable-ldpi/ime_qwerty.png differ
diff --git a/res/res/drawable-ldpi/indicator_input_error.png b/res/res/drawable-ldpi/indicator_input_error.png
new file mode 100644
index 00000000..f1a804a6
Binary files /dev/null and b/res/res/drawable-ldpi/indicator_input_error.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png b/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png
new file mode 100644
index 00000000..cb300247
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_long_left_green.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png b/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png
new file mode 100644
index 00000000..f63e7377
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png b/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png
new file mode 100644
index 00000000..249d53df
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png b/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png
new file mode 100644
index 00000000..6a338fe2
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_long_right_red.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png b/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png
new file mode 100644
index 00000000..50f5c47d
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_short_left.png b/res/res/drawable-ldpi/jog_dial_arrow_short_left.png
new file mode 100644
index 00000000..a8ed6987
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_short_left.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png b/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png
new file mode 100644
index 00000000..bfd6c4e5
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_arrow_short_right.png b/res/res/drawable-ldpi/jog_dial_arrow_short_right.png
new file mode 100644
index 00000000..d22d5085
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_arrow_short_right.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_bg.png b/res/res/drawable-ldpi/jog_dial_bg.png
new file mode 100644
index 00000000..263188bb
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_bg.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_dimple.png b/res/res/drawable-ldpi/jog_dial_dimple.png
new file mode 100644
index 00000000..c6f52ef9
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_dimple.png differ
diff --git a/res/res/drawable-ldpi/jog_dial_dimple_dim.png b/res/res/drawable-ldpi/jog_dial_dimple_dim.png
new file mode 100644
index 00000000..b85db4e5
Binary files /dev/null and b/res/res/drawable-ldpi/jog_dial_dimple_dim.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png
new file mode 100644
index 00000000..be9edd17
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png
new file mode 100644
index 00000000..8b445fba
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png
new file mode 100644
index 00000000..f9b07f89
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png
new file mode 100644
index 00000000..473fcb04
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png
new file mode 100644
index 00000000..b8ecac7f
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png b/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png
new file mode 100644
index 00000000..95b4f4b4
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png
new file mode 100644
index 00000000..2bec09ed
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png
new file mode 100644
index 00000000..8f8109e2
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png
new file mode 100644
index 00000000..a453ac34
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png
new file mode 100644
index 00000000..f7ef794c
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png
new file mode 100644
index 00000000..74b769b1
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png b/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png
new file mode 100644
index 00000000..d12058d0
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png b/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png
new file mode 100644
index 00000000..92c4a2e1
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_confirm_gray.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_confirm_green.png b/res/res/drawable-ldpi/jog_tab_left_confirm_green.png
new file mode 100644
index 00000000..13b7c634
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_confirm_green.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_confirm_red.png b/res/res/drawable-ldpi/jog_tab_left_confirm_red.png
new file mode 100644
index 00000000..414c07b6
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_confirm_red.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png b/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png
new file mode 100644
index 00000000..afccc396
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_confirm_yellow.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_normal.png b/res/res/drawable-ldpi/jog_tab_left_normal.png
new file mode 100644
index 00000000..6ba64791
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_normal.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_left_pressed.png b/res/res/drawable-ldpi/jog_tab_left_pressed.png
new file mode 100644
index 00000000..3dc9c479
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_left_pressed.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png b/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png
new file mode 100644
index 00000000..ec1020d6
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_confirm_gray.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_confirm_green.png b/res/res/drawable-ldpi/jog_tab_right_confirm_green.png
new file mode 100644
index 00000000..5b600c95
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_confirm_green.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_confirm_red.png b/res/res/drawable-ldpi/jog_tab_right_confirm_red.png
new file mode 100644
index 00000000..b640578a
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_confirm_red.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png b/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png
new file mode 100644
index 00000000..c4490bc2
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_confirm_yellow.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_normal.png b/res/res/drawable-ldpi/jog_tab_right_normal.png
new file mode 100644
index 00000000..024d409b
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_normal.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_right_pressed.png b/res/res/drawable-ldpi/jog_tab_right_pressed.png
new file mode 100644
index 00000000..22acd25d
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_right_pressed.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_target_gray.png b/res/res/drawable-ldpi/jog_tab_target_gray.png
new file mode 100644
index 00000000..7921676d
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_target_gray.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_target_green.png b/res/res/drawable-ldpi/jog_tab_target_green.png
new file mode 100644
index 00000000..df5c273e
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_target_green.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_target_red.png b/res/res/drawable-ldpi/jog_tab_target_red.png
new file mode 100644
index 00000000..2bb6df96
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_target_red.png differ
diff --git a/res/res/drawable-ldpi/jog_tab_target_yellow.png b/res/res/drawable-ldpi/jog_tab_target_yellow.png
new file mode 100644
index 00000000..e7e4347f
Binary files /dev/null and b/res/res/drawable-ldpi/jog_tab_target_yellow.png differ
diff --git a/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png b/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png
new file mode 100644
index 00000000..4ab1dd02
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png differ
diff --git a/res/res/drawable-ldpi/keyboard_background.9.png b/res/res/drawable-ldpi/keyboard_background.9.png
new file mode 100644
index 00000000..06d42c0c
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_background.9.png differ
diff --git a/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png b/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png
new file mode 100644
index 00000000..6f936f15
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_key_feedback_background.9.png differ
diff --git a/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png b/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png
new file mode 100644
index 00000000..7e81c3d4
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png differ
diff --git a/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png b/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png
new file mode 100644
index 00000000..955fecc2
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_popup_panel_background.9.png differ
diff --git a/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png b/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png
new file mode 100644
index 00000000..78ac46d3
Binary files /dev/null and b/res/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png differ
diff --git a/res/res/drawable-ldpi/light_header.9.png b/res/res/drawable-ldpi/light_header.9.png
new file mode 100644
index 00000000..4318252a
Binary files /dev/null and b/res/res/drawable-ldpi/light_header.9.png differ
diff --git a/res/res/drawable-ldpi/list_selector_background_disabled.9.png b/res/res/drawable-ldpi/list_selector_background_disabled.9.png
new file mode 100644
index 00000000..b94396be
Binary files /dev/null and b/res/res/drawable-ldpi/list_selector_background_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/list_selector_background_focus.9.png b/res/res/drawable-ldpi/list_selector_background_focus.9.png
new file mode 100644
index 00000000..f2887a9e
Binary files /dev/null and b/res/res/drawable-ldpi/list_selector_background_focus.9.png differ
diff --git a/res/res/drawable-ldpi/list_selector_background_longpress.9.png b/res/res/drawable-ldpi/list_selector_background_longpress.9.png
new file mode 100644
index 00000000..1fb46bb2
Binary files /dev/null and b/res/res/drawable-ldpi/list_selector_background_longpress.9.png differ
diff --git a/res/res/drawable-ldpi/list_selector_background_pressed.9.png b/res/res/drawable-ldpi/list_selector_background_pressed.9.png
new file mode 100644
index 00000000..4980eab5
Binary files /dev/null and b/res/res/drawable-ldpi/list_selector_background_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/maps_google_logo.png b/res/res/drawable-ldpi/maps_google_logo.png
new file mode 100644
index 00000000..84cc5235
Binary files /dev/null and b/res/res/drawable-ldpi/maps_google_logo.png differ
diff --git a/res/res/drawable-ldpi/menu_background.9.png b/res/res/drawable-ldpi/menu_background.9.png
new file mode 100644
index 00000000..18c1f403
Binary files /dev/null and b/res/res/drawable-ldpi/menu_background.9.png differ
diff --git a/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png b/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png
new file mode 100644
index 00000000..02de3230
Binary files /dev/null and b/res/res/drawable-ldpi/menu_background_fill_parent_width.9.png differ
diff --git a/res/res/drawable-ldpi/menu_separator.9.png b/res/res/drawable-ldpi/menu_separator.9.png
new file mode 100644
index 00000000..9e2dd7f9
Binary files /dev/null and b/res/res/drawable-ldpi/menu_separator.9.png differ
diff --git a/res/res/drawable-ldpi/menu_submenu_background.9.png b/res/res/drawable-ldpi/menu_submenu_background.9.png
new file mode 100644
index 00000000..25b27d40
Binary files /dev/null and b/res/res/drawable-ldpi/menu_submenu_background.9.png differ
diff --git a/res/res/drawable-ldpi/menuitem_background_focus.9.png b/res/res/drawable-ldpi/menuitem_background_focus.9.png
new file mode 100644
index 00000000..072b665b
Binary files /dev/null and b/res/res/drawable-ldpi/menuitem_background_focus.9.png differ
diff --git a/res/res/drawable-ldpi/menuitem_background_pressed.9.png b/res/res/drawable-ldpi/menuitem_background_pressed.9.png
new file mode 100644
index 00000000..1def2a15
Binary files /dev/null and b/res/res/drawable-ldpi/menuitem_background_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png b/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png
new file mode 100644
index 00000000..671e7561
Binary files /dev/null and b/res/res/drawable-ldpi/menuitem_background_solid_focused.9.png differ
diff --git a/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png b/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png
new file mode 100644
index 00000000..5f334d86
Binary files /dev/null and b/res/res/drawable-ldpi/menuitem_background_solid_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/menuitem_checkbox_on.png b/res/res/drawable-ldpi/menuitem_checkbox_on.png
new file mode 100644
index 00000000..61a48435
Binary files /dev/null and b/res/res/drawable-ldpi/menuitem_checkbox_on.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_down_disabled.9.png b/res/res/drawable-ldpi/numberpicker_down_disabled.9.png
new file mode 100644
index 00000000..a4c2abab
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_down_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png b/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png
new file mode 100644
index 00000000..fdbc9d57
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_down_normal.9.png b/res/res/drawable-ldpi/numberpicker_down_normal.9.png
new file mode 100644
index 00000000..c7e80188
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_down_normal.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_down_pressed.9.png b/res/res/drawable-ldpi/numberpicker_down_pressed.9.png
new file mode 100644
index 00000000..4dd82aea
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_down_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_down_selected.9.png b/res/res/drawable-ldpi/numberpicker_down_selected.9.png
new file mode 100644
index 00000000..ebb701ec
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_down_selected.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_input_disabled.9.png b/res/res/drawable-ldpi/numberpicker_input_disabled.9.png
new file mode 100644
index 00000000..39cc3d4a
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_input_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_input_normal.9.png b/res/res/drawable-ldpi/numberpicker_input_normal.9.png
new file mode 100644
index 00000000..6ffabe6c
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_input_normal.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_input_pressed.9.png b/res/res/drawable-ldpi/numberpicker_input_pressed.9.png
new file mode 100644
index 00000000..9cfaaab0
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_input_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_input_selected.9.png b/res/res/drawable-ldpi/numberpicker_input_selected.9.png
new file mode 100644
index 00000000..e819e9b4
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_input_selected.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_up_disabled.9.png b/res/res/drawable-ldpi/numberpicker_up_disabled.9.png
new file mode 100644
index 00000000..005a5ae1
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_up_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png b/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png
new file mode 100644
index 00000000..f1c94655
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_up_normal.9.png b/res/res/drawable-ldpi/numberpicker_up_normal.9.png
new file mode 100644
index 00000000..99275397
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_up_normal.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_up_pressed.9.png b/res/res/drawable-ldpi/numberpicker_up_pressed.9.png
new file mode 100644
index 00000000..7946450a
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_up_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/numberpicker_up_selected.9.png b/res/res/drawable-ldpi/numberpicker_up_selected.9.png
new file mode 100644
index 00000000..8c8136a4
Binary files /dev/null and b/res/res/drawable-ldpi/numberpicker_up_selected.9.png differ
diff --git a/res/res/drawable-ldpi/panel_background.9.png b/res/res/drawable-ldpi/panel_background.9.png
new file mode 100644
index 00000000..7ea328db
Binary files /dev/null and b/res/res/drawable-ldpi/panel_background.9.png differ
diff --git a/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png b/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png
new file mode 100644
index 00000000..14eb7f77
Binary files /dev/null and b/res/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png differ
diff --git a/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png b/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png
new file mode 100644
index 00000000..c8cd101f
Binary files /dev/null and b/res/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png differ
diff --git a/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png b/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png
new file mode 100644
index 00000000..0badf2b9
Binary files /dev/null and b/res/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png differ
diff --git a/res/res/drawable-ldpi/password_field_default.9.png b/res/res/drawable-ldpi/password_field_default.9.png
new file mode 100644
index 00000000..a84abf25
Binary files /dev/null and b/res/res/drawable-ldpi/password_field_default.9.png differ
diff --git a/res/res/drawable-ldpi/picture_emergency.png b/res/res/drawable-ldpi/picture_emergency.png
new file mode 100644
index 00000000..dbb738f9
Binary files /dev/null and b/res/res/drawable-ldpi/picture_emergency.png differ
diff --git a/res/res/drawable-ldpi/picture_frame.9.png b/res/res/drawable-ldpi/picture_frame.9.png
new file mode 100644
index 00000000..f302bf3d
Binary files /dev/null and b/res/res/drawable-ldpi/picture_frame.9.png differ
diff --git a/res/res/drawable-ldpi/popup_bottom_bright.9.png b/res/res/drawable-ldpi/popup_bottom_bright.9.png
new file mode 100644
index 00000000..a8d52a22
Binary files /dev/null and b/res/res/drawable-ldpi/popup_bottom_bright.9.png differ
diff --git a/res/res/drawable-ldpi/popup_bottom_dark.9.png b/res/res/drawable-ldpi/popup_bottom_dark.9.png
new file mode 100644
index 00000000..b0b64dfd
Binary files /dev/null and b/res/res/drawable-ldpi/popup_bottom_dark.9.png differ
diff --git a/res/res/drawable-ldpi/popup_bottom_medium.9.png b/res/res/drawable-ldpi/popup_bottom_medium.9.png
new file mode 100644
index 00000000..7bdef97a
Binary files /dev/null and b/res/res/drawable-ldpi/popup_bottom_medium.9.png differ
diff --git a/res/res/drawable-ldpi/popup_center_bright.9.png b/res/res/drawable-ldpi/popup_center_bright.9.png
new file mode 100644
index 00000000..0bfe6ba7
Binary files /dev/null and b/res/res/drawable-ldpi/popup_center_bright.9.png differ
diff --git a/res/res/drawable-ldpi/popup_center_dark.9.png b/res/res/drawable-ldpi/popup_center_dark.9.png
new file mode 100644
index 00000000..e76a452c
Binary files /dev/null and b/res/res/drawable-ldpi/popup_center_dark.9.png differ
diff --git a/res/res/drawable-ldpi/popup_center_medium.9.png b/res/res/drawable-ldpi/popup_center_medium.9.png
new file mode 100644
index 00000000..a8de1870
Binary files /dev/null and b/res/res/drawable-ldpi/popup_center_medium.9.png differ
diff --git a/res/res/drawable-ldpi/popup_full_bright.9.png b/res/res/drawable-ldpi/popup_full_bright.9.png
new file mode 100644
index 00000000..b6bbacd0
Binary files /dev/null and b/res/res/drawable-ldpi/popup_full_bright.9.png differ
diff --git a/res/res/drawable-ldpi/popup_full_dark.9.png b/res/res/drawable-ldpi/popup_full_dark.9.png
new file mode 100644
index 00000000..ed36fce4
Binary files /dev/null and b/res/res/drawable-ldpi/popup_full_dark.9.png differ
diff --git a/res/res/drawable-ldpi/popup_inline_error_above_am.9.png b/res/res/drawable-ldpi/popup_inline_error_above_am.9.png
new file mode 100644
index 00000000..673685d3
Binary files /dev/null and b/res/res/drawable-ldpi/popup_inline_error_above_am.9.png differ
diff --git a/res/res/drawable-ldpi/popup_inline_error_am.9.png b/res/res/drawable-ldpi/popup_inline_error_am.9.png
new file mode 100644
index 00000000..cdc66fff
Binary files /dev/null and b/res/res/drawable-ldpi/popup_inline_error_am.9.png differ
diff --git a/res/res/drawable-ldpi/popup_top_bright.9.png b/res/res/drawable-ldpi/popup_top_bright.9.png
new file mode 100644
index 00000000..51f1f0f4
Binary files /dev/null and b/res/res/drawable-ldpi/popup_top_bright.9.png differ
diff --git a/res/res/drawable-ldpi/popup_top_dark.9.png b/res/res/drawable-ldpi/popup_top_dark.9.png
new file mode 100644
index 00000000..81e19184
Binary files /dev/null and b/res/res/drawable-ldpi/popup_top_dark.9.png differ
diff --git a/res/res/drawable-ldpi/presence_audio_away.png b/res/res/drawable-ldpi/presence_audio_away.png
new file mode 100644
index 00000000..73ad0dae
Binary files /dev/null and b/res/res/drawable-ldpi/presence_audio_away.png differ
diff --git a/res/res/drawable-ldpi/presence_audio_busy.png b/res/res/drawable-ldpi/presence_audio_busy.png
new file mode 100644
index 00000000..8b64d450
Binary files /dev/null and b/res/res/drawable-ldpi/presence_audio_busy.png differ
diff --git a/res/res/drawable-ldpi/presence_audio_online.png b/res/res/drawable-ldpi/presence_audio_online.png
new file mode 100644
index 00000000..455db052
Binary files /dev/null and b/res/res/drawable-ldpi/presence_audio_online.png differ
diff --git a/res/res/drawable-ldpi/presence_away.png b/res/res/drawable-ldpi/presence_away.png
new file mode 100644
index 00000000..5228a4b6
Binary files /dev/null and b/res/res/drawable-ldpi/presence_away.png differ
diff --git a/res/res/drawable-ldpi/presence_busy.png b/res/res/drawable-ldpi/presence_busy.png
new file mode 100644
index 00000000..79fddf78
Binary files /dev/null and b/res/res/drawable-ldpi/presence_busy.png differ
diff --git a/res/res/drawable-ldpi/presence_invisible.png b/res/res/drawable-ldpi/presence_invisible.png
new file mode 100644
index 00000000..fb1654b5
Binary files /dev/null and b/res/res/drawable-ldpi/presence_invisible.png differ
diff --git a/res/res/drawable-ldpi/presence_offline.png b/res/res/drawable-ldpi/presence_offline.png
new file mode 100644
index 00000000..45467992
Binary files /dev/null and b/res/res/drawable-ldpi/presence_offline.png differ
diff --git a/res/res/drawable-ldpi/presence_online.png b/res/res/drawable-ldpi/presence_online.png
new file mode 100644
index 00000000..c400a182
Binary files /dev/null and b/res/res/drawable-ldpi/presence_online.png differ
diff --git a/res/res/drawable-ldpi/presence_video_away.png b/res/res/drawable-ldpi/presence_video_away.png
new file mode 100644
index 00000000..3695a0e9
Binary files /dev/null and b/res/res/drawable-ldpi/presence_video_away.png differ
diff --git a/res/res/drawable-ldpi/presence_video_busy.png b/res/res/drawable-ldpi/presence_video_busy.png
new file mode 100644
index 00000000..c4b0728d
Binary files /dev/null and b/res/res/drawable-ldpi/presence_video_busy.png differ
diff --git a/res/res/drawable-ldpi/presence_video_online.png b/res/res/drawable-ldpi/presence_video_online.png
new file mode 100644
index 00000000..786d0e6d
Binary files /dev/null and b/res/res/drawable-ldpi/presence_video_online.png differ
diff --git a/res/res/drawable-ldpi/pressed_application_background_static.png b/res/res/drawable-ldpi/pressed_application_background_static.png
new file mode 100644
index 00000000..d0fd302c
Binary files /dev/null and b/res/res/drawable-ldpi/pressed_application_background_static.png differ
diff --git a/res/res/drawable-ldpi/progressbar_indeterminate1.png b/res/res/drawable-ldpi/progressbar_indeterminate1.png
new file mode 100644
index 00000000..92a1aeef
Binary files /dev/null and b/res/res/drawable-ldpi/progressbar_indeterminate1.png differ
diff --git a/res/res/drawable-ldpi/progressbar_indeterminate2.png b/res/res/drawable-ldpi/progressbar_indeterminate2.png
new file mode 100644
index 00000000..1fd2f377
Binary files /dev/null and b/res/res/drawable-ldpi/progressbar_indeterminate2.png differ
diff --git a/res/res/drawable-ldpi/progressbar_indeterminate3.png b/res/res/drawable-ldpi/progressbar_indeterminate3.png
new file mode 100644
index 00000000..adb80227
Binary files /dev/null and b/res/res/drawable-ldpi/progressbar_indeterminate3.png differ
diff --git a/res/res/drawable-ldpi/radiobutton_off_background.png b/res/res/drawable-ldpi/radiobutton_off_background.png
new file mode 100644
index 00000000..d8023c9c
Binary files /dev/null and b/res/res/drawable-ldpi/radiobutton_off_background.png differ
diff --git a/res/res/drawable-ldpi/radiobutton_on_background.png b/res/res/drawable-ldpi/radiobutton_on_background.png
new file mode 100644
index 00000000..4014d4ba
Binary files /dev/null and b/res/res/drawable-ldpi/radiobutton_on_background.png differ
diff --git a/res/res/drawable-ldpi/rate_star_big_half.png b/res/res/drawable-ldpi/rate_star_big_half.png
new file mode 100644
index 00000000..0b4dc173
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_big_half.png differ
diff --git a/res/res/drawable-ldpi/rate_star_big_off.png b/res/res/drawable-ldpi/rate_star_big_off.png
new file mode 100644
index 00000000..1d8eef67
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_big_off.png differ
diff --git a/res/res/drawable-ldpi/rate_star_big_on.png b/res/res/drawable-ldpi/rate_star_big_on.png
new file mode 100644
index 00000000..b6d4d891
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_big_on.png differ
diff --git a/res/res/drawable-ldpi/rate_star_med_half.png b/res/res/drawable-ldpi/rate_star_med_half.png
new file mode 100644
index 00000000..f9bcc5c4
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_med_half.png differ
diff --git a/res/res/drawable-ldpi/rate_star_med_off.png b/res/res/drawable-ldpi/rate_star_med_off.png
new file mode 100644
index 00000000..eec4ae5c
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_med_off.png differ
diff --git a/res/res/drawable-ldpi/rate_star_med_on.png b/res/res/drawable-ldpi/rate_star_med_on.png
new file mode 100644
index 00000000..03a4cffc
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_med_on.png differ
diff --git a/res/res/drawable-ldpi/rate_star_small_half.png b/res/res/drawable-ldpi/rate_star_small_half.png
new file mode 100644
index 00000000..3e2b99bf
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_small_half.png differ
diff --git a/res/res/drawable-ldpi/rate_star_small_off.png b/res/res/drawable-ldpi/rate_star_small_off.png
new file mode 100644
index 00000000..19db3725
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_small_off.png differ
diff --git a/res/res/drawable-ldpi/rate_star_small_on.png b/res/res/drawable-ldpi/rate_star_small_on.png
new file mode 100644
index 00000000..b3b9a843
Binary files /dev/null and b/res/res/drawable-ldpi/rate_star_small_on.png differ
diff --git a/res/res/drawable-ldpi/recent_dialog_background.9.png b/res/res/drawable-ldpi/recent_dialog_background.9.png
new file mode 100644
index 00000000..ab8d87d3
Binary files /dev/null and b/res/res/drawable-ldpi/recent_dialog_background.9.png differ
diff --git a/res/res/drawable-ldpi/reticle.png b/res/res/drawable-ldpi/reticle.png
new file mode 100644
index 00000000..daaee119
Binary files /dev/null and b/res/res/drawable-ldpi/reticle.png differ
diff --git a/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png b/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png
new file mode 100644
index 00000000..a4ca3e04
Binary files /dev/null and b/res/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png differ
diff --git a/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png b/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png
new file mode 100644
index 00000000..b3c10cf6
Binary files /dev/null and b/res/res/drawable-ldpi/scrollbar_handle_horizontal.9.png differ
diff --git a/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png b/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png
new file mode 100644
index 00000000..a04e632a
Binary files /dev/null and b/res/res/drawable-ldpi/scrollbar_handle_vertical.9.png differ
diff --git a/res/res/drawable-ldpi/search_dropdown_background.9.png b/res/res/drawable-ldpi/search_dropdown_background.9.png
new file mode 100644
index 00000000..b695dcbc
Binary files /dev/null and b/res/res/drawable-ldpi/search_dropdown_background.9.png differ
diff --git a/res/res/drawable-ldpi/search_plate.9.png b/res/res/drawable-ldpi/search_plate.9.png
new file mode 100644
index 00000000..40a351f6
Binary files /dev/null and b/res/res/drawable-ldpi/search_plate.9.png differ
diff --git a/res/res/drawable-ldpi/search_plate_global.9.png b/res/res/drawable-ldpi/search_plate_global.9.png
new file mode 100644
index 00000000..2fa21299
Binary files /dev/null and b/res/res/drawable-ldpi/search_plate_global.9.png differ
diff --git a/res/res/drawable-ldpi/seek_thumb_normal.png b/res/res/drawable-ldpi/seek_thumb_normal.png
new file mode 100644
index 00000000..9c2d90d5
Binary files /dev/null and b/res/res/drawable-ldpi/seek_thumb_normal.png differ
diff --git a/res/res/drawable-ldpi/seek_thumb_pressed.png b/res/res/drawable-ldpi/seek_thumb_pressed.png
new file mode 100644
index 00000000..555cde82
Binary files /dev/null and b/res/res/drawable-ldpi/seek_thumb_pressed.png differ
diff --git a/res/res/drawable-ldpi/seek_thumb_selected.png b/res/res/drawable-ldpi/seek_thumb_selected.png
new file mode 100644
index 00000000..4f118180
Binary files /dev/null and b/res/res/drawable-ldpi/seek_thumb_selected.png differ
diff --git a/res/res/drawable-ldpi/settings_header_raw.9.png b/res/res/drawable-ldpi/settings_header_raw.9.png
new file mode 100644
index 00000000..142d8c2f
Binary files /dev/null and b/res/res/drawable-ldpi/settings_header_raw.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_black_16.png b/res/res/drawable-ldpi/spinner_black_16.png
new file mode 100644
index 00000000..c876d8a6
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_black_16.png differ
diff --git a/res/res/drawable-ldpi/spinner_black_20.png b/res/res/drawable-ldpi/spinner_black_20.png
new file mode 100644
index 00000000..7751f9ab
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_black_20.png differ
diff --git a/res/res/drawable-ldpi/spinner_black_48.png b/res/res/drawable-ldpi/spinner_black_48.png
new file mode 100644
index 00000000..c7aa5170
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_black_48.png differ
diff --git a/res/res/drawable-ldpi/spinner_black_76.png b/res/res/drawable-ldpi/spinner_black_76.png
new file mode 100644
index 00000000..44f559cd
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_black_76.png differ
diff --git a/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png b/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png
new file mode 100644
index 00000000..f9c4610b
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_dropdown_background_down.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png b/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png
new file mode 100644
index 00000000..f458ad4e
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_dropdown_background_up.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_normal.9.png b/res/res/drawable-ldpi/spinner_normal.9.png
new file mode 100644
index 00000000..151c2e6a
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_normal.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_press.9.png b/res/res/drawable-ldpi/spinner_press.9.png
new file mode 100644
index 00000000..f3be1fc5
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_press.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_select.9.png b/res/res/drawable-ldpi/spinner_select.9.png
new file mode 100644
index 00000000..092168b5
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_select.9.png differ
diff --git a/res/res/drawable-ldpi/spinner_white_16.png b/res/res/drawable-ldpi/spinner_white_16.png
new file mode 100644
index 00000000..0ad9eb08
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_white_16.png differ
diff --git a/res/res/drawable-ldpi/spinner_white_48.png b/res/res/drawable-ldpi/spinner_white_48.png
new file mode 100644
index 00000000..f0f0827b
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_white_48.png differ
diff --git a/res/res/drawable-ldpi/spinner_white_76.png b/res/res/drawable-ldpi/spinner_white_76.png
new file mode 100644
index 00000000..8be8f26d
Binary files /dev/null and b/res/res/drawable-ldpi/spinner_white_76.png differ
diff --git a/res/res/drawable-ldpi/star_big_off.png b/res/res/drawable-ldpi/star_big_off.png
new file mode 100644
index 00000000..d91c3a44
Binary files /dev/null and b/res/res/drawable-ldpi/star_big_off.png differ
diff --git a/res/res/drawable-ldpi/star_big_on.png b/res/res/drawable-ldpi/star_big_on.png
new file mode 100644
index 00000000..69d92a22
Binary files /dev/null and b/res/res/drawable-ldpi/star_big_on.png differ
diff --git a/res/res/drawable-ldpi/star_off.png b/res/res/drawable-ldpi/star_off.png
new file mode 100644
index 00000000..6bc28fce
Binary files /dev/null and b/res/res/drawable-ldpi/star_off.png differ
diff --git a/res/res/drawable-ldpi/star_on.png b/res/res/drawable-ldpi/star_on.png
new file mode 100644
index 00000000..d2e38455
Binary files /dev/null and b/res/res/drawable-ldpi/star_on.png differ
diff --git a/res/res/drawable-ldpi/stat_ecb_mode.png b/res/res/drawable-ldpi/stat_ecb_mode.png
new file mode 100644
index 00000000..a17d7dbf
Binary files /dev/null and b/res/res/drawable-ldpi/stat_ecb_mode.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_car_mode.png b/res/res/drawable-ldpi/stat_notify_car_mode.png
new file mode 100644
index 00000000..22e90aef
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_car_mode.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_chat.png b/res/res/drawable-ldpi/stat_notify_chat.png
new file mode 100644
index 00000000..562fbcc2
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_chat.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_disk_full.png b/res/res/drawable-ldpi/stat_notify_disk_full.png
new file mode 100644
index 00000000..c329486f
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_disk_full.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_email_generic.png b/res/res/drawable-ldpi/stat_notify_email_generic.png
new file mode 100644
index 00000000..352267c0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_email_generic.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_error.png b/res/res/drawable-ldpi/stat_notify_error.png
new file mode 100644
index 00000000..a2eab9b8
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_error.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_gmail.png b/res/res/drawable-ldpi/stat_notify_gmail.png
new file mode 100644
index 00000000..8fbfd00a
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_gmail.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_missed_call.png b/res/res/drawable-ldpi/stat_notify_missed_call.png
new file mode 100644
index 00000000..4c01206d
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_missed_call.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_more.png b/res/res/drawable-ldpi/stat_notify_more.png
new file mode 100644
index 00000000..a51341de
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_more.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sdcard.png b/res/res/drawable-ldpi/stat_notify_sdcard.png
new file mode 100644
index 00000000..265fd8fe
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sdcard.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png b/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png
new file mode 100644
index 00000000..84cb224e
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sdcard_prepare.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sdcard_usb.png b/res/res/drawable-ldpi/stat_notify_sdcard_usb.png
new file mode 100644
index 00000000..cb7022b9
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sdcard_usb.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sim_toolkit.png b/res/res/drawable-ldpi/stat_notify_sim_toolkit.png
new file mode 100644
index 00000000..d9a62a95
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sim_toolkit.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sync.png b/res/res/drawable-ldpi/stat_notify_sync.png
new file mode 100644
index 00000000..dd63030b
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sync.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sync_anim0.png b/res/res/drawable-ldpi/stat_notify_sync_anim0.png
new file mode 100644
index 00000000..9aa4edf5
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sync_anim0.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_sync_error.png b/res/res/drawable-ldpi/stat_notify_sync_error.png
new file mode 100644
index 00000000..431a86fa
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_sync_error.png differ
diff --git a/res/res/drawable-ldpi/stat_notify_voicemail.png b/res/res/drawable-ldpi/stat_notify_voicemail.png
new file mode 100644
index 00000000..36d61a42
Binary files /dev/null and b/res/res/drawable-ldpi/stat_notify_voicemail.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_0.png b/res/res/drawable-ldpi/stat_sys_battery_0.png
new file mode 100644
index 00000000..b692c7a4
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_0.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_10.png b/res/res/drawable-ldpi/stat_sys_battery_10.png
new file mode 100644
index 00000000..5e7efd10
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_10.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_100.png b/res/res/drawable-ldpi/stat_sys_battery_100.png
new file mode 100644
index 00000000..7023ea7b
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_100.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_20.png b/res/res/drawable-ldpi/stat_sys_battery_20.png
new file mode 100644
index 00000000..275ebbb1
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_20.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_40.png b/res/res/drawable-ldpi/stat_sys_battery_40.png
new file mode 100644
index 00000000..6a46fe09
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_40.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_60.png b/res/res/drawable-ldpi/stat_sys_battery_60.png
new file mode 100644
index 00000000..f94115a0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_60.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_80.png b/res/res/drawable-ldpi/stat_sys_battery_80.png
new file mode 100644
index 00000000..8b07df92
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_80.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png
new file mode 100644
index 00000000..7c4a783c
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim0.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png
new file mode 100644
index 00000000..9eea8ae9
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim1.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png
new file mode 100644
index 00000000..112c8696
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim2.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png
new file mode 100644
index 00000000..7b5c08b3
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim3.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png
new file mode 100644
index 00000000..ddda4ad6
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim4.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png b/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png
new file mode 100644
index 00000000..52050b2f
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_charge_anim5.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_battery_unknown.png b/res/res/drawable-ldpi/stat_sys_battery_unknown.png
new file mode 100644
index 00000000..e095aa42
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_battery_unknown.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_data_bluetooth.png b/res/res/drawable-ldpi/stat_sys_data_bluetooth.png
new file mode 100644
index 00000000..2ae3355d
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_data_bluetooth.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_data_usb.png b/res/res/drawable-ldpi/stat_sys_data_usb.png
new file mode 100644
index 00000000..ffaccbde
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_data_usb.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim0.png b/res/res/drawable-ldpi/stat_sys_download_anim0.png
new file mode 100644
index 00000000..12c0e213
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim0.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim1.png b/res/res/drawable-ldpi/stat_sys_download_anim1.png
new file mode 100644
index 00000000..f5ec4ac7
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim1.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim2.png b/res/res/drawable-ldpi/stat_sys_download_anim2.png
new file mode 100644
index 00000000..4900ebd2
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim2.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim3.png b/res/res/drawable-ldpi/stat_sys_download_anim3.png
new file mode 100644
index 00000000..aff9ebd0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim3.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim4.png b/res/res/drawable-ldpi/stat_sys_download_anim4.png
new file mode 100644
index 00000000..2eb65db2
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim4.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_download_anim5.png b/res/res/drawable-ldpi/stat_sys_download_anim5.png
new file mode 100644
index 00000000..a9f2448a
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_download_anim5.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_gps_on.png b/res/res/drawable-ldpi/stat_sys_gps_on.png
new file mode 100644
index 00000000..77776f50
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_gps_on.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_headset.png b/res/res/drawable-ldpi/stat_sys_headset.png
new file mode 100644
index 00000000..8f143a36
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_headset.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_phone_call.png b/res/res/drawable-ldpi/stat_sys_phone_call.png
new file mode 100644
index 00000000..275bef2a
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_phone_call.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_phone_call_forward.png b/res/res/drawable-ldpi/stat_sys_phone_call_forward.png
new file mode 100644
index 00000000..bb07c691
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_phone_call_forward.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png b/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png
new file mode 100644
index 00000000..b03816ab
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_phone_call_on_hold.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png b/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png
new file mode 100644
index 00000000..2c4ff067
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png b/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png
new file mode 100644
index 00000000..82626ac1
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png b/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png
new file mode 100644
index 00000000..96304b15
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png b/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png
new file mode 100644
index 00000000..9a3f2309
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png b/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png
new file mode 100644
index 00000000..5a607ee9
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png b/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png
new file mode 100644
index 00000000..0db564b0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png b/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png
new file mode 100644
index 00000000..ca697db3
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png b/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png
new file mode 100644
index 00000000..816aaaa4
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png b/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png
new file mode 100644
index 00000000..ebb103c0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png b/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png
new file mode 100644
index 00000000..f2112015
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png b/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png
new file mode 100644
index 00000000..dabba9c8
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_0_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png b/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png
new file mode 100644
index 00000000..5d99b454
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_1_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png b/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png
new file mode 100644
index 00000000..f68f836e
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_2_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png b/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png
new file mode 100644
index 00000000..370b91f2
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_3_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png b/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png
new file mode 100644
index 00000000..e8b4d389
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_4_cdma.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png b/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png
new file mode 100644
index 00000000..2b360c21
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_evdo_0.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png b/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png
new file mode 100644
index 00000000..dfcd1f73
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_evdo_1.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png b/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png
new file mode 100644
index 00000000..b8a5bdac
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_evdo_2.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png b/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png
new file mode 100644
index 00000000..65c76d32
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_evdo_3.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png b/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png
new file mode 100644
index 00000000..974f9364
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_signal_evdo_4.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png b/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png
new file mode 100644
index 00000000..ffe8e8c9
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_tether_bluetooth.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_tether_general.png b/res/res/drawable-ldpi/stat_sys_tether_general.png
new file mode 100644
index 00000000..ca20f735
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_tether_general.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_tether_usb.png b/res/res/drawable-ldpi/stat_sys_tether_usb.png
new file mode 100644
index 00000000..65e90756
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_tether_usb.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_throttled.png b/res/res/drawable-ldpi/stat_sys_throttled.png
new file mode 100644
index 00000000..cfeb3b65
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_throttled.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim0.png b/res/res/drawable-ldpi/stat_sys_upload_anim0.png
new file mode 100644
index 00000000..29f90824
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim0.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim1.png b/res/res/drawable-ldpi/stat_sys_upload_anim1.png
new file mode 100644
index 00000000..bd1b72a0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim1.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim2.png b/res/res/drawable-ldpi/stat_sys_upload_anim2.png
new file mode 100644
index 00000000..e49d23b3
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim2.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim3.png b/res/res/drawable-ldpi/stat_sys_upload_anim3.png
new file mode 100644
index 00000000..64525ac0
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim3.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim4.png b/res/res/drawable-ldpi/stat_sys_upload_anim4.png
new file mode 100644
index 00000000..20f8f59b
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim4.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_upload_anim5.png b/res/res/drawable-ldpi/stat_sys_upload_anim5.png
new file mode 100644
index 00000000..0f482df5
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_upload_anim5.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_vp_phone_call.png b/res/res/drawable-ldpi/stat_sys_vp_phone_call.png
new file mode 100644
index 00000000..504d7a55
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_vp_phone_call.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png b/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png
new file mode 100644
index 00000000..edeef2b7
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png differ
diff --git a/res/res/drawable-ldpi/stat_sys_warning.png b/res/res/drawable-ldpi/stat_sys_warning.png
new file mode 100644
index 00000000..289c6a00
Binary files /dev/null and b/res/res/drawable-ldpi/stat_sys_warning.png differ
diff --git a/res/res/drawable-ldpi/status_bar_background.png b/res/res/drawable-ldpi/status_bar_background.png
new file mode 100644
index 00000000..7881bcec
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_background.png differ
diff --git a/res/res/drawable-ldpi/status_bar_header_background.9.png b/res/res/drawable-ldpi/status_bar_header_background.9.png
new file mode 100644
index 00000000..74dddb93
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_header_background.9.png differ
diff --git a/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png b/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png
new file mode 100644
index 00000000..f8cfe2c6
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_item_app_background_normal.9.png differ
diff --git a/res/res/drawable-ldpi/status_bar_item_background_focus.9.png b/res/res/drawable-ldpi/status_bar_item_background_focus.9.png
new file mode 100644
index 00000000..07cd873d
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_item_background_focus.9.png differ
diff --git a/res/res/drawable-ldpi/status_bar_item_background_normal.9.png b/res/res/drawable-ldpi/status_bar_item_background_normal.9.png
new file mode 100644
index 00000000..e07f7744
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_item_background_normal.9.png differ
diff --git a/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png b/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png
new file mode 100644
index 00000000..aea2f5f9
Binary files /dev/null and b/res/res/drawable-ldpi/status_bar_item_background_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/submenu_arrow_nofocus.png b/res/res/drawable-ldpi/submenu_arrow_nofocus.png
new file mode 100644
index 00000000..ce30b58b
Binary files /dev/null and b/res/res/drawable-ldpi/submenu_arrow_nofocus.png differ
diff --git a/res/res/drawable-ldpi/sym_action_add.png b/res/res/drawable-ldpi/sym_action_add.png
new file mode 100644
index 00000000..7afaeded
Binary files /dev/null and b/res/res/drawable-ldpi/sym_action_add.png differ
diff --git a/res/res/drawable-ldpi/sym_action_call.png b/res/res/drawable-ldpi/sym_action_call.png
new file mode 100644
index 00000000..190572de
Binary files /dev/null and b/res/res/drawable-ldpi/sym_action_call.png differ
diff --git a/res/res/drawable-ldpi/sym_action_chat.png b/res/res/drawable-ldpi/sym_action_chat.png
new file mode 100644
index 00000000..4eeb59b7
Binary files /dev/null and b/res/res/drawable-ldpi/sym_action_chat.png differ
diff --git a/res/res/drawable-ldpi/sym_action_email.png b/res/res/drawable-ldpi/sym_action_email.png
new file mode 100644
index 00000000..47dc63aa
Binary files /dev/null and b/res/res/drawable-ldpi/sym_action_email.png differ
diff --git a/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png b/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png
new file mode 100644
index 00000000..d88250ae
Binary files /dev/null and b/res/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png differ
diff --git a/res/res/drawable-ldpi/sym_call_incoming.png b/res/res/drawable-ldpi/sym_call_incoming.png
new file mode 100644
index 00000000..ec609c63
Binary files /dev/null and b/res/res/drawable-ldpi/sym_call_incoming.png differ
diff --git a/res/res/drawable-ldpi/sym_call_missed.png b/res/res/drawable-ldpi/sym_call_missed.png
new file mode 100644
index 00000000..8bad634e
Binary files /dev/null and b/res/res/drawable-ldpi/sym_call_missed.png differ
diff --git a/res/res/drawable-ldpi/sym_call_outgoing.png b/res/res/drawable-ldpi/sym_call_outgoing.png
new file mode 100644
index 00000000..362df01e
Binary files /dev/null and b/res/res/drawable-ldpi/sym_call_outgoing.png differ
diff --git a/res/res/drawable-ldpi/sym_contact_card.png b/res/res/drawable-ldpi/sym_contact_card.png
new file mode 100644
index 00000000..8ffd06e6
Binary files /dev/null and b/res/res/drawable-ldpi/sym_contact_card.png differ
diff --git a/res/res/drawable-ldpi/sym_def_app_icon.png b/res/res/drawable-ldpi/sym_def_app_icon.png
new file mode 100644
index 00000000..2c205c84
Binary files /dev/null and b/res/res/drawable-ldpi/sym_def_app_icon.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_delete.png b/res/res/drawable-ldpi/sym_keyboard_delete.png
new file mode 100644
index 00000000..d9d56539
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_delete.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_delete_dim.png b/res/res/drawable-ldpi/sym_keyboard_delete_dim.png
new file mode 100644
index 00000000..d7d9385f
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_delete_dim.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png b/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png
new file mode 100644
index 00000000..8922bf92
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_delete.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png b/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png
new file mode 100644
index 00000000..304141b5
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_ok.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_return.png b/res/res/drawable-ldpi/sym_keyboard_feedback_return.png
new file mode 100644
index 00000000..c5f32475
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_return.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png b/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png
new file mode 100644
index 00000000..a7bf565a
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_shift.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png b/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png
new file mode 100644
index 00000000..114abacc
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_feedback_space.png b/res/res/drawable-ldpi/sym_keyboard_feedback_space.png
new file mode 100644
index 00000000..5d529700
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_feedback_space.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png b/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png
new file mode 100644
index 00000000..eb4764d4
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num0_no_plus.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num1.png b/res/res/drawable-ldpi/sym_keyboard_num1.png
new file mode 100644
index 00000000..1339b6d2
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num1.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num2.png b/res/res/drawable-ldpi/sym_keyboard_num2.png
new file mode 100644
index 00000000..bd2379da
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num2.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num3.png b/res/res/drawable-ldpi/sym_keyboard_num3.png
new file mode 100644
index 00000000..43e8b150
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num3.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num4.png b/res/res/drawable-ldpi/sym_keyboard_num4.png
new file mode 100644
index 00000000..70d4f78e
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num4.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num5.png b/res/res/drawable-ldpi/sym_keyboard_num5.png
new file mode 100644
index 00000000..5acda285
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num5.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num6.png b/res/res/drawable-ldpi/sym_keyboard_num6.png
new file mode 100644
index 00000000..950600b0
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num6.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num7.png b/res/res/drawable-ldpi/sym_keyboard_num7.png
new file mode 100644
index 00000000..caea4bb9
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num7.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num8.png b/res/res/drawable-ldpi/sym_keyboard_num8.png
new file mode 100644
index 00000000..b528fc7b
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num8.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_num9.png b/res/res/drawable-ldpi/sym_keyboard_num9.png
new file mode 100644
index 00000000..1835e21d
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_num9.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_ok.png b/res/res/drawable-ldpi/sym_keyboard_ok.png
new file mode 100644
index 00000000..70bffc1c
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_ok.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_ok_dim.png b/res/res/drawable-ldpi/sym_keyboard_ok_dim.png
new file mode 100644
index 00000000..01cf616b
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_ok_dim.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_return.png b/res/res/drawable-ldpi/sym_keyboard_return.png
new file mode 100644
index 00000000..1c7c58d5
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_return.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_shift.png b/res/res/drawable-ldpi/sym_keyboard_shift.png
new file mode 100644
index 00000000..382a08f0
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_shift.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_shift_locked.png b/res/res/drawable-ldpi/sym_keyboard_shift_locked.png
new file mode 100644
index 00000000..c644eff8
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_shift_locked.png differ
diff --git a/res/res/drawable-ldpi/sym_keyboard_space.png b/res/res/drawable-ldpi/sym_keyboard_space.png
new file mode 100644
index 00000000..0b91646e
Binary files /dev/null and b/res/res/drawable-ldpi/sym_keyboard_space.png differ
diff --git a/res/res/drawable-ldpi/tab_focus.9.png b/res/res/drawable-ldpi/tab_focus.9.png
new file mode 100644
index 00000000..59a0b659
Binary files /dev/null and b/res/res/drawable-ldpi/tab_focus.9.png differ
diff --git a/res/res/drawable-ldpi/tab_focus_bar_left.9.png b/res/res/drawable-ldpi/tab_focus_bar_left.9.png
new file mode 100644
index 00000000..0ee83473
Binary files /dev/null and b/res/res/drawable-ldpi/tab_focus_bar_left.9.png differ
diff --git a/res/res/drawable-ldpi/tab_focus_bar_right.9.png b/res/res/drawable-ldpi/tab_focus_bar_right.9.png
new file mode 100644
index 00000000..0ee83473
Binary files /dev/null and b/res/res/drawable-ldpi/tab_focus_bar_right.9.png differ
diff --git a/res/res/drawable-ldpi/tab_press.9.png b/res/res/drawable-ldpi/tab_press.9.png
new file mode 100644
index 00000000..ba9c82df
Binary files /dev/null and b/res/res/drawable-ldpi/tab_press.9.png differ
diff --git a/res/res/drawable-ldpi/tab_press_bar_left.9.png b/res/res/drawable-ldpi/tab_press_bar_left.9.png
new file mode 100644
index 00000000..ee129ba1
Binary files /dev/null and b/res/res/drawable-ldpi/tab_press_bar_left.9.png differ
diff --git a/res/res/drawable-ldpi/tab_press_bar_right.9.png b/res/res/drawable-ldpi/tab_press_bar_right.9.png
new file mode 100644
index 00000000..ee129ba1
Binary files /dev/null and b/res/res/drawable-ldpi/tab_press_bar_right.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected.9.png b/res/res/drawable-ldpi/tab_selected.9.png
new file mode 100644
index 00000000..318f09fa
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected_bar_left.9.png b/res/res/drawable-ldpi/tab_selected_bar_left.9.png
new file mode 100644
index 00000000..03bcc13b
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected_bar_left.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png b/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png
new file mode 100644
index 00000000..e7a07255
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected_bar_left_v4.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected_bar_right.9.png b/res/res/drawable-ldpi/tab_selected_bar_right.9.png
new file mode 100644
index 00000000..f2284454
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected_bar_right.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png b/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png
new file mode 100644
index 00000000..e7a07255
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected_bar_right_v4.9.png differ
diff --git a/res/res/drawable-ldpi/tab_selected_v4.9.png b/res/res/drawable-ldpi/tab_selected_v4.9.png
new file mode 100644
index 00000000..2ad1757f
Binary files /dev/null and b/res/res/drawable-ldpi/tab_selected_v4.9.png differ
diff --git a/res/res/drawable-ldpi/tab_unselected.9.png b/res/res/drawable-ldpi/tab_unselected.9.png
new file mode 100644
index 00000000..de7c467c
Binary files /dev/null and b/res/res/drawable-ldpi/tab_unselected.9.png differ
diff --git a/res/res/drawable-ldpi/tab_unselected_v4.9.png b/res/res/drawable-ldpi/tab_unselected_v4.9.png
new file mode 100644
index 00000000..61d4ef02
Binary files /dev/null and b/res/res/drawable-ldpi/tab_unselected_v4.9.png differ
diff --git a/res/res/drawable-ldpi/text_select_handle_left.png b/res/res/drawable-ldpi/text_select_handle_left.png
new file mode 100644
index 00000000..bded42cc
Binary files /dev/null and b/res/res/drawable-ldpi/text_select_handle_left.png differ
diff --git a/res/res/drawable-ldpi/text_select_handle_middle.png b/res/res/drawable-ldpi/text_select_handle_middle.png
new file mode 100644
index 00000000..c1d8d17d
Binary files /dev/null and b/res/res/drawable-ldpi/text_select_handle_middle.png differ
diff --git a/res/res/drawable-ldpi/text_select_handle_right.png b/res/res/drawable-ldpi/text_select_handle_right.png
new file mode 100644
index 00000000..aae0b407
Binary files /dev/null and b/res/res/drawable-ldpi/text_select_handle_right.png differ
diff --git a/res/res/drawable-ldpi/textfield_default.9.png b/res/res/drawable-ldpi/textfield_default.9.png
new file mode 100644
index 00000000..4cfa745f
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_default.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_disabled.9.png b/res/res/drawable-ldpi/textfield_disabled.9.png
new file mode 100644
index 00000000..e54bf300
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_disabled.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_disabled_selected.9.png b/res/res/drawable-ldpi/textfield_disabled_selected.9.png
new file mode 100644
index 00000000..02f6b5e1
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_disabled_selected.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_default.9.png b/res/res/drawable-ldpi/textfield_search_default.9.png
new file mode 100644
index 00000000..dfb3f7a6
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_default.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_empty_default.9.png b/res/res/drawable-ldpi/textfield_search_empty_default.9.png
new file mode 100644
index 00000000..65fbe33b
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_empty_default.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png b/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png
new file mode 100644
index 00000000..2a72142c
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_empty_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_empty_selected.9.png b/res/res/drawable-ldpi/textfield_search_empty_selected.9.png
new file mode 100644
index 00000000..162c1789
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_empty_selected.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_pressed.9.png b/res/res/drawable-ldpi/textfield_search_pressed.9.png
new file mode 100644
index 00000000..b414f6ce
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_pressed.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_search_selected.9.png b/res/res/drawable-ldpi/textfield_search_selected.9.png
new file mode 100644
index 00000000..d6e6a44d
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_search_selected.9.png differ
diff --git a/res/res/drawable-ldpi/textfield_selected.9.png b/res/res/drawable-ldpi/textfield_selected.9.png
new file mode 100644
index 00000000..80a6f399
Binary files /dev/null and b/res/res/drawable-ldpi/textfield_selected.9.png differ
diff --git a/res/res/drawable-ldpi/title_bar_medium.9.png b/res/res/drawable-ldpi/title_bar_medium.9.png
new file mode 100644
index 00000000..ab95aad3
Binary files /dev/null and b/res/res/drawable-ldpi/title_bar_medium.9.png differ
diff --git a/res/res/drawable-ldpi/title_bar_portrait.9.png b/res/res/drawable-ldpi/title_bar_portrait.9.png
new file mode 100644
index 00000000..6f868db2
Binary files /dev/null and b/res/res/drawable-ldpi/title_bar_portrait.9.png differ
diff --git a/res/res/drawable-ldpi/title_bar_tall.9.png b/res/res/drawable-ldpi/title_bar_tall.9.png
new file mode 100644
index 00000000..b4729b75
Binary files /dev/null and b/res/res/drawable-ldpi/title_bar_tall.9.png differ
diff --git a/res/res/drawable-ldpi/toast_frame.9.png b/res/res/drawable-ldpi/toast_frame.9.png
new file mode 100644
index 00000000..e64dc757
Binary files /dev/null and b/res/res/drawable-ldpi/toast_frame.9.png differ
diff --git a/res/res/drawable-ldpi/unknown_image.png b/res/res/drawable-ldpi/unknown_image.png
new file mode 100644
index 00000000..c6255baa
Binary files /dev/null and b/res/res/drawable-ldpi/unknown_image.png differ
diff --git a/res/res/drawable-ldpi/usb_android.png b/res/res/drawable-ldpi/usb_android.png
new file mode 100644
index 00000000..d7b1d93f
Binary files /dev/null and b/res/res/drawable-ldpi/usb_android.png differ
diff --git a/res/res/drawable-ldpi/usb_android_connected.png b/res/res/drawable-ldpi/usb_android_connected.png
new file mode 100644
index 00000000..c9d84394
Binary files /dev/null and b/res/res/drawable-ldpi/usb_android_connected.png differ
diff --git a/res/res/drawable-ldpi/vpn_connected.png b/res/res/drawable-ldpi/vpn_connected.png
new file mode 100644
index 00000000..65fc6db7
Binary files /dev/null and b/res/res/drawable-ldpi/vpn_connected.png differ
diff --git a/res/res/drawable-ldpi/vpn_disconnected.png b/res/res/drawable-ldpi/vpn_disconnected.png
new file mode 100644
index 00000000..2440c690
Binary files /dev/null and b/res/res/drawable-ldpi/vpn_disconnected.png differ
diff --git a/res/res/drawable-ldpi/zoom_plate.9.png b/res/res/drawable-ldpi/zoom_plate.9.png
new file mode 100644
index 00000000..5e34e7a6
Binary files /dev/null and b/res/res/drawable-ldpi/zoom_plate.9.png differ
diff --git a/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png b/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png
new file mode 100644
index 00000000..b2293670
Binary files /dev/null and b/res/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png b/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png
new file mode 100644
index 00000000..c65f443e
Binary files /dev/null and b/res/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png b/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png
new file mode 100644
index 00000000..0706c8af
Binary files /dev/null and b/res/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png b/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png
new file mode 100644
index 00000000..d814d02d
Binary files /dev/null and b/res/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png b/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png
new file mode 100644
index 00000000..b139c8e4
Binary files /dev/null and b/res/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png b/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png
new file mode 100644
index 00000000..ed4ba34e
Binary files /dev/null and b/res/res/drawable-mdpi/ab_share_pack_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png b/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png
new file mode 100644
index 00000000..8f10bd52
Binary files /dev/null and b/res/res/drawable-mdpi/ab_share_pack_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png b/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 00000000..f31730dc
Binary files /dev/null and b/res/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/ab_solid_dark_holo.9.png b/res/res/drawable-mdpi/ab_solid_dark_holo.9.png
new file mode 100644
index 00000000..743d00b6
Binary files /dev/null and b/res/res/drawable-mdpi/ab_solid_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_solid_light_holo.9.png b/res/res/drawable-mdpi/ab_solid_light_holo.9.png
new file mode 100644
index 00000000..17c1fb92
Binary files /dev/null and b/res/res/drawable-mdpi/ab_solid_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png b/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png
new file mode 100644
index 00000000..ddfc8e3d
Binary files /dev/null and b/res/res/drawable-mdpi/ab_solid_shadow_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png b/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png
new file mode 100644
index 00000000..ebdea009
Binary files /dev/null and b/res/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png b/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png
new file mode 100644
index 00000000..007a4b23
Binary files /dev/null and b/res/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png b/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png
new file mode 100644
index 00000000..a823841c
Binary files /dev/null and b/res/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png b/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png
new file mode 100644
index 00000000..ad6e1a4d
Binary files /dev/null and b/res/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png b/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png
new file mode 100644
index 00000000..0ad6c888
Binary files /dev/null and b/res/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png b/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png
new file mode 100644
index 00000000..19b50abc
Binary files /dev/null and b/res/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png b/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png
new file mode 100644
index 00000000..ad980b13
Binary files /dev/null and b/res/res/drawable-mdpi/ab_transparent_dark_holo.9.png differ
diff --git a/res/res/drawable-mdpi/ab_transparent_light_holo.9.png b/res/res/drawable-mdpi/ab_transparent_light_holo.9.png
new file mode 100644
index 00000000..60e6c527
Binary files /dev/null and b/res/res/drawable-mdpi/ab_transparent_light_holo.9.png differ
diff --git a/res/res/drawable-mdpi/activity_title_bar.9.png b/res/res/drawable-mdpi/activity_title_bar.9.png
new file mode 100644
index 00000000..bd0680d5
Binary files /dev/null and b/res/res/drawable-mdpi/activity_title_bar.9.png differ
diff --git a/res/res/drawable-mdpi/arrow_down_float.png b/res/res/drawable-mdpi/arrow_down_float.png
new file mode 100644
index 00000000..dd825234
Binary files /dev/null and b/res/res/drawable-mdpi/arrow_down_float.png differ
diff --git a/res/res/drawable-mdpi/arrow_up_float.png b/res/res/drawable-mdpi/arrow_up_float.png
new file mode 100644
index 00000000..9bc3d1c2
Binary files /dev/null and b/res/res/drawable-mdpi/arrow_up_float.png differ
diff --git a/res/res/drawable-mdpi/battery_charge_background.png b/res/res/drawable-mdpi/battery_charge_background.png
new file mode 100644
index 00000000..9219745c
Binary files /dev/null and b/res/res/drawable-mdpi/battery_charge_background.png differ
diff --git a/res/res/drawable-mdpi/bottom_bar.png b/res/res/drawable-mdpi/bottom_bar.png
new file mode 100644
index 00000000..1fdb0781
Binary files /dev/null and b/res/res/drawable-mdpi/bottom_bar.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png b/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png
new file mode 100644
index 00000000..5461b9c0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png b/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png
new file mode 100644
index 00000000..5dc6f804
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png
new file mode 100644
index 00000000..a70b53c5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png
new file mode 100644
index 00000000..c7a9896b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png b/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png
new file mode 100644
index 00000000..f4185d16
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png b/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png
new file mode 100644
index 00000000..d59219bb
Binary files /dev/null and b/res/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_check_buttonless_off.png b/res/res/drawable-mdpi/btn_check_buttonless_off.png
new file mode 100644
index 00000000..f8972fc4
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_buttonless_off.png differ
diff --git a/res/res/drawable-mdpi/btn_check_buttonless_on.png b/res/res/drawable-mdpi/btn_check_buttonless_on.png
new file mode 100644
index 00000000..a10a37ae
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_buttonless_on.png differ
diff --git a/res/res/drawable-mdpi/btn_check_label_background.9.png b/res/res/drawable-mdpi/btn_check_label_background.9.png
new file mode 100644
index 00000000..79367b8c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_label_background.9.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off.png b/res/res/drawable-mdpi/btn_check_off.png
new file mode 100644
index 00000000..b0541d9b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable.png b/res/res/drawable-mdpi/btn_check_off_disable.png
new file mode 100644
index 00000000..5ec8d033
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable_focused.png b/res/res/drawable-mdpi/btn_check_off_disable_focused.png
new file mode 100644
index 00000000..341ffb91
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png
new file mode 100644
index 00000000..f3194b72
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png
new file mode 100644
index 00000000..bd710720
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png
new file mode 100644
index 00000000..f3194b72
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png b/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png
new file mode 100644
index 00000000..bd710720
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disable_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..049cd284
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png
new file mode 100644
index 00000000..42442e8f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png
new file mode 100644
index 00000000..654d449b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png b/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png
new file mode 100644
index 00000000..db190430
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png
new file mode 100644
index 00000000..a09cd48a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png
new file mode 100644
index 00000000..3fc71fd2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_holo.png b/res/res/drawable-mdpi/btn_check_off_holo.png
new file mode 100644
index 00000000..8655e0ca
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_holo.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_holo_dark.png
new file mode 100644
index 00000000..60810794
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_holo_light.png b/res/res/drawable-mdpi/btn_check_off_holo_light.png
new file mode 100644
index 00000000..5e04a57b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png
new file mode 100644
index 00000000..15611768
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png b/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png
new file mode 100644
index 00000000..b39ad3d6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_pressed.png b/res/res/drawable-mdpi/btn_check_off_pressed.png
new file mode 100644
index 00000000..5e77a77e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png
new file mode 100644
index 00000000..47e8b5b6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png b/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png
new file mode 100644
index 00000000..1dc83fa5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_off_selected.png b/res/res/drawable-mdpi/btn_check_off_selected.png
new file mode 100644
index 00000000..4e40f207
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_off_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on.png b/res/res/drawable-mdpi/btn_check_on.png
new file mode 100644
index 00000000..23304a1f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disable.png b/res/res/drawable-mdpi/btn_check_on_disable.png
new file mode 100644
index 00000000..817745c2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disable_focused.png b/res/res/drawable-mdpi/btn_check_on_disable_focused.png
new file mode 100644
index 00000000..13d13b64
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png
new file mode 100644
index 00000000..c9ebbca3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png
new file mode 100644
index 00000000..48cc017c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disable_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png b/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png
new file mode 100644
index 00000000..c9ebbca3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disable_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..29fa22f9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png
new file mode 100644
index 00000000..997045de
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png
new file mode 100644
index 00000000..e180ea76
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png b/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png
new file mode 100644
index 00000000..20e2aab1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png
new file mode 100644
index 00000000..9c089aab
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png b/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png
new file mode 100644
index 00000000..a3b49165
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_holo.png b/res/res/drawable-mdpi/btn_check_on_holo.png
new file mode 100644
index 00000000..2737d8c8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_holo.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_holo_dark.png
new file mode 100644
index 00000000..9f31c1b6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_holo_light.png b/res/res/drawable-mdpi/btn_check_on_holo_light.png
new file mode 100644
index 00000000..f657c5b2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_pressed.png b/res/res/drawable-mdpi/btn_check_on_pressed.png
new file mode 100644
index 00000000..9cdc7965
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png
new file mode 100644
index 00000000..eafc5538
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png b/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png
new file mode 100644
index 00000000..6583e99b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_check_on_selected.png b/res/res/drawable-mdpi/btn_check_on_selected.png
new file mode 100644
index 00000000..b2c37279
Binary files /dev/null and b/res/res/drawable-mdpi/btn_check_on_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_circle_disable.png b/res/res/drawable-mdpi/btn_circle_disable.png
new file mode 100644
index 00000000..29e227c9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_circle_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_circle_disable_focused.png b/res/res/drawable-mdpi/btn_circle_disable_focused.png
new file mode 100644
index 00000000..c5aa3c56
Binary files /dev/null and b/res/res/drawable-mdpi/btn_circle_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_circle_normal.png b/res/res/drawable-mdpi/btn_circle_normal.png
new file mode 100644
index 00000000..63583513
Binary files /dev/null and b/res/res/drawable-mdpi/btn_circle_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_circle_pressed.png b/res/res/drawable-mdpi/btn_circle_pressed.png
new file mode 100644
index 00000000..dc07a616
Binary files /dev/null and b/res/res/drawable-mdpi/btn_circle_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_circle_selected.png b/res/res/drawable-mdpi/btn_circle_selected.png
new file mode 100644
index 00000000..6eb2ff54
Binary files /dev/null and b/res/res/drawable-mdpi/btn_circle_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_close_normal.png b/res/res/drawable-mdpi/btn_close_normal.png
new file mode 100644
index 00000000..eca5828b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_close_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_close_pressed.png b/res/res/drawable-mdpi/btn_close_pressed.png
new file mode 100644
index 00000000..3c745bbe
Binary files /dev/null and b/res/res/drawable-mdpi/btn_close_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_close_selected.png b/res/res/drawable-mdpi/btn_close_selected.png
new file mode 100644
index 00000000..c41f039b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_close_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..3ce61b3d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..3ce61b3d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_disabled_holo.9.png b/res/res/drawable-mdpi/btn_default_disabled_holo.9.png
new file mode 100644
index 00000000..77f64920
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_disabled_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png b/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png
new file mode 100644
index 00000000..82e54fda
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png b/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png
new file mode 100644
index 00000000..82e54fda
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_focused_holo.9.png b/res/res/drawable-mdpi/btn_default_focused_holo.9.png
new file mode 100644
index 00000000..683f1289
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_focused_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png
new file mode 100644
index 00000000..c3898719
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png
new file mode 100644
index 00000000..c3898719
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal.9.png b/res/res/drawable-mdpi/btn_default_normal.9.png
new file mode 100644
index 00000000..7ff74b25
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal_disable.9.png b/res/res/drawable-mdpi/btn_default_normal_disable.9.png
new file mode 100644
index 00000000..d3e11b5d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal_disable.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png b/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png
new file mode 100644
index 00000000..843ca7a9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal_disable_focused.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal_holo.9.png b/res/res/drawable-mdpi/btn_default_normal_holo.9.png
new file mode 100644
index 00000000..0e0da34a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png b/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png
new file mode 100644
index 00000000..211be67c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png b/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png
new file mode 100644
index 00000000..accc7615
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_normal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_pressed.9.png b/res/res/drawable-mdpi/btn_default_pressed.9.png
new file mode 100644
index 00000000..74fd58b5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_pressed_holo.9.png b/res/res/drawable-mdpi/btn_default_pressed_holo.9.png
new file mode 100644
index 00000000..1940216a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png b/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png
new file mode 100644
index 00000000..ebdc7179
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png b/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png
new file mode 100644
index 00000000..c73984ef
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_selected.9.png b/res/res/drawable-mdpi/btn_default_selected.9.png
new file mode 100644
index 00000000..415b1456
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_small_normal.9.png b/res/res/drawable-mdpi/btn_default_small_normal.9.png
new file mode 100644
index 00000000..5dddd464
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_small_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png b/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png
new file mode 100644
index 00000000..6ab5c4a2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_small_normal_disable.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png b/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png
new file mode 100644
index 00000000..c65bace3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_small_pressed.9.png b/res/res/drawable-mdpi/btn_default_small_pressed.9.png
new file mode 100644
index 00000000..43e82f97
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_small_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_small_selected.9.png b/res/res/drawable-mdpi/btn_default_small_selected.9.png
new file mode 100644
index 00000000..7a376a97
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_small_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_default_transparent_normal.9.png b/res/res/drawable-mdpi/btn_default_transparent_normal.9.png
new file mode 100644
index 00000000..3b3dea99
Binary files /dev/null and b/res/res/drawable-mdpi/btn_default_transparent_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_dialog_disable.png b/res/res/drawable-mdpi/btn_dialog_disable.png
new file mode 100644
index 00000000..3de98951
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dialog_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_dialog_normal.png b/res/res/drawable-mdpi/btn_dialog_normal.png
new file mode 100644
index 00000000..eca5828b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dialog_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_dialog_pressed.png b/res/res/drawable-mdpi/btn_dialog_pressed.png
new file mode 100644
index 00000000..f9c45515
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dialog_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_dialog_selected.png b/res/res/drawable-mdpi/btn_dialog_selected.png
new file mode 100644
index 00000000..b0afd7f1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dialog_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_dropdown_disabled.9.png b/res/res/drawable-mdpi/btn_dropdown_disabled.9.png
new file mode 100644
index 00000000..72915b55
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dropdown_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png b/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png
new file mode 100644
index 00000000..438c06a6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png differ
diff --git a/res/res/drawable-mdpi/btn_dropdown_normal.9.png b/res/res/drawable-mdpi/btn_dropdown_normal.9.png
new file mode 100644
index 00000000..8540501d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dropdown_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_dropdown_pressed.9.png b/res/res/drawable-mdpi/btn_dropdown_pressed.9.png
new file mode 100644
index 00000000..9a50396b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dropdown_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_dropdown_selected.9.png b/res/res/drawable-mdpi/btn_dropdown_selected.9.png
new file mode 100644
index 00000000..a0a3fef9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_dropdown_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_erase_default.9.png b/res/res/drawable-mdpi/btn_erase_default.9.png
new file mode 100644
index 00000000..c3bf60c6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_erase_default.9.png differ
diff --git a/res/res/drawable-mdpi/btn_erase_pressed.9.png b/res/res/drawable-mdpi/btn_erase_pressed.9.png
new file mode 100644
index 00000000..727aafe0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_erase_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_erase_selected.9.png b/res/res/drawable-mdpi/btn_erase_selected.9.png
new file mode 100644
index 00000000..c6bd0203
Binary files /dev/null and b/res/res/drawable-mdpi/btn_erase_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_global_search_normal.9.png b/res/res/drawable-mdpi/btn_global_search_normal.9.png
new file mode 100644
index 00000000..9b7d3e5c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_global_search_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png b/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png
new file mode 100644
index 00000000..5894afec
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png b/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png
new file mode 100644
index 00000000..1dfc7d36
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png
new file mode 100644
index 00000000..db2eae1d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png
new file mode 100644
index 00000000..db2eae1d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png b/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png
new file mode 100644
index 00000000..c6257bb5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_normal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png b/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png
new file mode 100644
index 00000000..7e25ad35
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_normal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png b/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png
new file mode 100644
index 00000000..67b5e4ee
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png b/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png
new file mode 100644
index 00000000..15472671
Binary files /dev/null and b/res/res/drawable-mdpi/btn_group_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png
new file mode 100644
index 00000000..d449d760
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png
new file mode 100644
index 00000000..80fe863f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png
new file mode 100644
index 00000000..196d6d9b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png
new file mode 100644
index 00000000..8f340d35
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png
new file mode 100644
index 00000000..b34b9576
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png
new file mode 100644
index 00000000..02f4b3de
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png
new file mode 100644
index 00000000..93767a5a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png
new file mode 100644
index 00000000..7f16a44c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png
new file mode 100644
index 00000000..7887c2e9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png
new file mode 100644
index 00000000..88dc1733
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png
new file mode 100644
index 00000000..9578c094
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png
new file mode 100644
index 00000000..48d2b091
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png
new file mode 100644
index 00000000..976083fd
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png b/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png
new file mode 100644
index 00000000..c39dd4a9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png b/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png
new file mode 100644
index 00000000..7ba18dd2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png
new file mode 100644
index 00000000..bda9b839
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png
new file mode 100644
index 00000000..0c16ed50
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png b/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png
new file mode 100644
index 00000000..39b9314a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png
new file mode 100644
index 00000000..bdcf06e1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png
new file mode 100644
index 00000000..79621a9e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png
new file mode 100644
index 00000000..652c05f6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png
new file mode 100644
index 00000000..77426ef7
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png
new file mode 100644
index 00000000..e4c9bd54
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png
new file mode 100644
index 00000000..1d1e9c07
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png
new file mode 100644
index 00000000..bb98b01e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png
new file mode 100644
index 00000000..3c7dcc80
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png b/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png
new file mode 100644
index 00000000..b168e0c9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_media_player.9.png b/res/res/drawable-mdpi/btn_media_player.9.png
new file mode 100644
index 00000000..3ec3f683
Binary files /dev/null and b/res/res/drawable-mdpi/btn_media_player.9.png differ
diff --git a/res/res/drawable-mdpi/btn_media_player_disabled.9.png b/res/res/drawable-mdpi/btn_media_player_disabled.9.png
new file mode 100644
index 00000000..e74335bf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_media_player_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png b/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png
new file mode 100644
index 00000000..2c6517fd
Binary files /dev/null and b/res/res/drawable-mdpi/btn_media_player_disabled_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_media_player_pressed.9.png b/res/res/drawable-mdpi/btn_media_player_pressed.9.png
new file mode 100644
index 00000000..40bee470
Binary files /dev/null and b/res/res/drawable-mdpi/btn_media_player_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_media_player_selected.9.png b/res/res/drawable-mdpi/btn_media_player_selected.9.png
new file mode 100644
index 00000000..28d809fe
Binary files /dev/null and b/res/res/drawable-mdpi/btn_media_player_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_minus_default.png b/res/res/drawable-mdpi/btn_minus_default.png
new file mode 100644
index 00000000..ee95879f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_minus_default.png differ
diff --git a/res/res/drawable-mdpi/btn_minus_disable.png b/res/res/drawable-mdpi/btn_minus_disable.png
new file mode 100644
index 00000000..dff7bf77
Binary files /dev/null and b/res/res/drawable-mdpi/btn_minus_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_minus_disable_focused.png b/res/res/drawable-mdpi/btn_minus_disable_focused.png
new file mode 100644
index 00000000..3f045576
Binary files /dev/null and b/res/res/drawable-mdpi/btn_minus_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_minus_pressed.png b/res/res/drawable-mdpi/btn_minus_pressed.png
new file mode 100644
index 00000000..758d9585
Binary files /dev/null and b/res/res/drawable-mdpi/btn_minus_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_minus_selected.png b/res/res/drawable-mdpi/btn_minus_selected.png
new file mode 100644
index 00000000..752a249d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_minus_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_plus_default.png b/res/res/drawable-mdpi/btn_plus_default.png
new file mode 100644
index 00000000..aa31e373
Binary files /dev/null and b/res/res/drawable-mdpi/btn_plus_default.png differ
diff --git a/res/res/drawable-mdpi/btn_plus_disable.png b/res/res/drawable-mdpi/btn_plus_disable.png
new file mode 100644
index 00000000..c373cd37
Binary files /dev/null and b/res/res/drawable-mdpi/btn_plus_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_plus_disable_focused.png b/res/res/drawable-mdpi/btn_plus_disable_focused.png
new file mode 100644
index 00000000..8f72a5f9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_plus_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_plus_pressed.png b/res/res/drawable-mdpi/btn_plus_pressed.png
new file mode 100644
index 00000000..1fb8413d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_plus_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_plus_selected.png b/res/res/drawable-mdpi/btn_plus_selected.png
new file mode 100644
index 00000000..47fe9bf6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_plus_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_label_background.9.png b/res/res/drawable-mdpi/btn_radio_label_background.9.png
new file mode 100644
index 00000000..16e89397
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_label_background.9.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off.png b/res/res/drawable-mdpi/btn_radio_off.png
new file mode 100644
index 00000000..ef7130d4
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..0ad3a312
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png
new file mode 100644
index 00000000..4dac84cf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png
new file mode 100644
index 00000000..20d3d772
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png b/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png
new file mode 100644
index 00000000..a67375ec
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png b/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png
new file mode 100644
index 00000000..5878db14
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png b/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png
new file mode 100644
index 00000000..6753d087
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_holo.png b/res/res/drawable-mdpi/btn_radio_off_holo.png
new file mode 100644
index 00000000..e2077a91
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_holo.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_holo_dark.png b/res/res/drawable-mdpi/btn_radio_off_holo_dark.png
new file mode 100644
index 00000000..ac3ef065
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_holo_light.png b/res/res/drawable-mdpi/btn_radio_off_holo_light.png
new file mode 100644
index 00000000..665cb171
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_pressed.png b/res/res/drawable-mdpi/btn_radio_off_pressed.png
new file mode 100644
index 00000000..f7b77c39
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png
new file mode 100644
index 00000000..cebaf6df
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png b/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png
new file mode 100644
index 00000000..7b12bea0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_off_selected.png b/res/res/drawable-mdpi/btn_radio_off_selected.png
new file mode 100644
index 00000000..5a0d4889
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_off_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on.png b/res/res/drawable-mdpi/btn_radio_on.png
new file mode 100644
index 00000000..e13e6396
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..8ffe0061
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png
new file mode 100644
index 00000000..c9be37e9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png
new file mode 100644
index 00000000..605af763
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png b/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png
new file mode 100644
index 00000000..4583c3e1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png b/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png
new file mode 100644
index 00000000..456d15d9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png b/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png
new file mode 100644
index 00000000..db3b30a1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_holo.png b/res/res/drawable-mdpi/btn_radio_on_holo.png
new file mode 100644
index 00000000..22f9a732
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_holo.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_holo_dark.png b/res/res/drawable-mdpi/btn_radio_on_holo_dark.png
new file mode 100644
index 00000000..54674d0b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_holo_light.png b/res/res/drawable-mdpi/btn_radio_on_holo_light.png
new file mode 100644
index 00000000..917417a5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png b/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png
new file mode 100644
index 00000000..04a8edb6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_pressed.png b/res/res/drawable-mdpi/btn_radio_on_pressed.png
new file mode 100644
index 00000000..ae50c20f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png
new file mode 100644
index 00000000..eabb9d26
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png b/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png
new file mode 100644
index 00000000..09592355
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png b/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png
new file mode 100644
index 00000000..3c304bfd
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_on_selected.png b/res/res/drawable-mdpi/btn_radio_on_selected.png
new file mode 100644
index 00000000..3e704aa3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_on_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png
new file mode 100644
index 00000000..a2b7fcee
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_000.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png
new file mode 100644
index 00000000..fe0d3b1f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_001.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png
new file mode 100644
index 00000000..d66d00d6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_002.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png
new file mode 100644
index 00000000..2f2f5cdf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_003.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png
new file mode 100644
index 00000000..72c9495e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_004.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png
new file mode 100644
index 00000000..7d9090f6
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_005.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png
new file mode 100644
index 00000000..c5442e8f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_006.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png
new file mode 100644
index 00000000..ca80cdb8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_007.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png
new file mode 100644
index 00000000..d41a10b3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_008.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png
new file mode 100644
index 00000000..262c8386
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_009.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png
new file mode 100644
index 00000000..7f6ea8ba
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_010.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png
new file mode 100644
index 00000000..8d50a817
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_011.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png
new file mode 100644
index 00000000..0725a68e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_012.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png
new file mode 100644
index 00000000..6191a4bd
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_013.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png
new file mode 100644
index 00000000..1904d740
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_014.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png
new file mode 100644
index 00000000..bec8dda9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_off_mtrl_015.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png
new file mode 100644
index 00000000..54ef4808
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_000.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png
new file mode 100644
index 00000000..55c51637
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_001.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png
new file mode 100644
index 00000000..0fe2a897
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_002.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png
new file mode 100644
index 00000000..86efab74
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_003.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png
new file mode 100644
index 00000000..c0a5ca58
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_004.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png
new file mode 100644
index 00000000..ec55175d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_005.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png
new file mode 100644
index 00000000..3e4a6907
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_006.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png
new file mode 100644
index 00000000..da49734d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_007.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png
new file mode 100644
index 00000000..471cda1f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_008.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png
new file mode 100644
index 00000000..d5602621
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_009.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png
new file mode 100644
index 00000000..f6096b47
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_010.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png
new file mode 100644
index 00000000..9e2500bf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_011.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png
new file mode 100644
index 00000000..efbac994
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_012.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png
new file mode 100644
index 00000000..676f0ca9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_013.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png
new file mode 100644
index 00000000..4803157b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_014.png differ
diff --git a/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png
new file mode 100644
index 00000000..4f8a162a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_radio_to_on_mtrl_015.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..563f609d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png
new file mode 100644
index 00000000..60e47174
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png
new file mode 100644
index 00000000..fa4db4fa
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png
new file mode 100644
index 00000000..73a9d9e2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png
new file mode 100644
index 00000000..790251f8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png
new file mode 100644
index 00000000..aa4690f8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png b/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png
new file mode 100644
index 00000000..d38aed24
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_normal.png b/res/res/drawable-mdpi/btn_rating_star_off_normal.png
new file mode 100644
index 00000000..a99441dc
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png
new file mode 100644
index 00000000..c08b5c24
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png
new file mode 100644
index 00000000..5f0a748c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_pressed.png b/res/res/drawable-mdpi/btn_rating_star_off_pressed.png
new file mode 100644
index 00000000..f47a4541
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png
new file mode 100644
index 00000000..ba916c1f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png
new file mode 100644
index 00000000..8d0638d8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_off_selected.png b/res/res/drawable-mdpi/btn_rating_star_off_selected.png
new file mode 100644
index 00000000..5f71e087
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_off_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..9b04c594
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png
new file mode 100644
index 00000000..291fdb34
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png
new file mode 100644
index 00000000..5cc6600e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png
new file mode 100644
index 00000000..f17edca0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png
new file mode 100644
index 00000000..26f5f113
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png
new file mode 100644
index 00000000..6346fffa
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png b/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png
new file mode 100644
index 00000000..87dade39
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_normal.png b/res/res/drawable-mdpi/btn_rating_star_on_normal.png
new file mode 100644
index 00000000..b7825d32
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png
new file mode 100644
index 00000000..14bfde7e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png
new file mode 100644
index 00000000..c5005f13
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_pressed.png b/res/res/drawable-mdpi/btn_rating_star_on_pressed.png
new file mode 100644
index 00000000..4052445a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png
new file mode 100644
index 00000000..886d86a9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png b/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png
new file mode 100644
index 00000000..9f9eb1db
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_rating_star_on_selected.png b/res/res/drawable-mdpi/btn_rating_star_on_selected.png
new file mode 100644
index 00000000..5d139b61
Binary files /dev/null and b/res/res/drawable-mdpi/btn_rating_star_on_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_default.9.png b/res/res/drawable-mdpi/btn_search_dialog_default.9.png
new file mode 100644
index 00000000..72752318
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_default.9.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png b/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png
new file mode 100644
index 00000000..50a92097
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_selected.9.png b/res/res/drawable-mdpi/btn_search_dialog_selected.9.png
new file mode 100644
index 00000000..14b774a3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png b/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png
new file mode 100644
index 00000000..42be2259
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_voice_default.9.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png b/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png
new file mode 100644
index 00000000..99840967
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png b/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png
new file mode 100644
index 00000000..de2b0304
Binary files /dev/null and b/res/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_square_overlay_disabled.png b/res/res/drawable-mdpi/btn_square_overlay_disabled.png
new file mode 100644
index 00000000..cf7e4ea7
Binary files /dev/null and b/res/res/drawable-mdpi/btn_square_overlay_disabled.png differ
diff --git a/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png b/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png
new file mode 100644
index 00000000..5aa1143e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_square_overlay_disabled_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_square_overlay_normal.png b/res/res/drawable-mdpi/btn_square_overlay_normal.png
new file mode 100644
index 00000000..45fa4fea
Binary files /dev/null and b/res/res/drawable-mdpi/btn_square_overlay_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_square_overlay_pressed.png b/res/res/drawable-mdpi/btn_square_overlay_pressed.png
new file mode 100644
index 00000000..952571bf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_square_overlay_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_square_overlay_selected.png b/res/res/drawable-mdpi/btn_square_overlay_selected.png
new file mode 100644
index 00000000..ce4515eb
Binary files /dev/null and b/res/res/drawable-mdpi/btn_square_overlay_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_off.png b/res/res/drawable-mdpi/btn_star_big_off.png
new file mode 100644
index 00000000..7e9342b5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_off.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_off_disable.png b/res/res/drawable-mdpi/btn_star_big_off_disable.png
new file mode 100644
index 00000000..066d9200
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_off_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png b/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png
new file mode 100644
index 00000000..1855d2c9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_off_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_off_pressed.png b/res/res/drawable-mdpi/btn_star_big_off_pressed.png
new file mode 100644
index 00000000..f1b8912f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_off_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_off_selected.png b/res/res/drawable-mdpi/btn_star_big_off_selected.png
new file mode 100644
index 00000000..0be64c41
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_off_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_on.png b/res/res/drawable-mdpi/btn_star_big_on.png
new file mode 100644
index 00000000..a9bdb052
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_on.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_on_disable.png b/res/res/drawable-mdpi/btn_star_big_on_disable.png
new file mode 100644
index 00000000..5e65a2f9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_on_disable.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png b/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png
new file mode 100644
index 00000000..de57571e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_on_disable_focused.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_on_pressed.png b/res/res/drawable-mdpi/btn_star_big_on_pressed.png
new file mode 100644
index 00000000..159a84bb
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_on_pressed.png differ
diff --git a/res/res/drawable-mdpi/btn_star_big_on_selected.png b/res/res/drawable-mdpi/btn_star_big_on_selected.png
new file mode 100644
index 00000000..0592d518
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_big_on_selected.png differ
diff --git a/res/res/drawable-mdpi/btn_star_label_background.9.png b/res/res/drawable-mdpi/btn_star_label_background.9.png
new file mode 100644
index 00000000..e4931711
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_label_background.9.png differ
diff --git a/res/res/drawable-mdpi/btn_star_mtrl_alpha.png b/res/res/drawable-mdpi/btn_star_mtrl_alpha.png
new file mode 100644
index 00000000..7ce950db
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..690371da
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png
new file mode 100644
index 00000000..6d026dcc
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png
new file mode 100644
index 00000000..6e368d66
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png b/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png
new file mode 100644
index 00000000..71cb5821
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png b/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png
new file mode 100644
index 00000000..ebc99145
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png b/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png
new file mode 100644
index 00000000..edc3399a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png b/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png
new file mode 100644
index 00000000..7dc8089f
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png b/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png
new file mode 100644
index 00000000..a9abdc0d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png
new file mode 100644
index 00000000..360ce61c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png b/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png
new file mode 100644
index 00000000..48843097
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_off_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..3b5901f2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png b/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png
new file mode 100644
index 00000000..d61bf39a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png b/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png
new file mode 100644
index 00000000..ff9f8881
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png b/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png
new file mode 100644
index 00000000..0aa36fe0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png b/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png
new file mode 100644
index 00000000..fdd1e95e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png b/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png
new file mode 100644
index 00000000..15c93341
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png b/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png
new file mode 100644
index 00000000..14183171
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png b/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png
new file mode 100644
index 00000000..2e818876
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png b/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png
new file mode 100644
index 00000000..9083aec8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png b/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png
new file mode 100644
index 00000000..b5f0542d
Binary files /dev/null and b/res/res/drawable-mdpi/btn_star_on_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png
new file mode 100644
index 00000000..36ed9543
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png
new file mode 100644
index 00000000..863eee1b
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png
new file mode 100644
index 00000000..63e93a89
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png
new file mode 100644
index 00000000..85c851d0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png
new file mode 100644
index 00000000..8637636c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png
new file mode 100644
index 00000000..2945c29a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png
new file mode 100644
index 00000000..678a6c8e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png
new file mode 100644
index 00000000..238a6f18
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png
new file mode 100644
index 00000000..4a342a6a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png
new file mode 100644
index 00000000..5842b192
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png
new file mode 100644
index 00000000..3e1bd2d8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png
new file mode 100644
index 00000000..73ed10bc
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 00000000..03d3dfb5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png
new file mode 100644
index 00000000..25085cea
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png
new file mode 100644
index 00000000..9e4d2f38
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png
new file mode 100644
index 00000000..ab5bd1ec
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png
new file mode 100644
index 00000000..f5297cec
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png
new file mode 100644
index 00000000..1ad56e94
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png
new file mode 100644
index 00000000..4bad0555
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png
new file mode 100644
index 00000000..d9080348
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png
new file mode 100644
index 00000000..8ed4fb41
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png
new file mode 100644
index 00000000..61d3ced1
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png
new file mode 100644
index 00000000..dec2a826
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png differ
diff --git a/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 00000000..66358308
Binary files /dev/null and b/res/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off.9.png b/res/res/drawable-mdpi/btn_toggle_off.9.png
new file mode 100644
index 00000000..38e810c9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..4e6d076a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..4e6d076a
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png
new file mode 100644
index 00000000..ca61cb2c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png
new file mode 100644
index 00000000..ca61cb2c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png
new file mode 100644
index 00000000..b5999be2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png
new file mode 100644
index 00000000..b5999be2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png
new file mode 100644
index 00000000..8392ac3e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png
new file mode 100644
index 00000000..522bafd3
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png
new file mode 100644
index 00000000..626a6056
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png
new file mode 100644
index 00000000..196c650c
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on.9.png b/res/res/drawable-mdpi/btn_toggle_on.9.png
new file mode 100644
index 00000000..ef39decf
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..ebb2f8bb
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..ebb2f8bb
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png
new file mode 100644
index 00000000..3fa20ca5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png
new file mode 100644
index 00000000..3fa20ca5
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png
new file mode 100644
index 00000000..6cc59ed0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png
new file mode 100644
index 00000000..6cc59ed0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png
new file mode 100644
index 00000000..a1fcd084
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png
new file mode 100644
index 00000000..c6c02248
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png b/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png
new file mode 100644
index 00000000..05360530
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png b/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png
new file mode 100644
index 00000000..9fc345b8
Binary files /dev/null and b/res/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png b/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png
new file mode 100644
index 00000000..7780bd75
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_down_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png b/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png
new file mode 100644
index 00000000..39131c56
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_down_normal.9.png b/res/res/drawable-mdpi/btn_zoom_down_normal.9.png
new file mode 100644
index 00000000..b589a843
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_down_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png b/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png
new file mode 100644
index 00000000..a8ca4673
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_down_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_down_selected.9.png b/res/res/drawable-mdpi/btn_zoom_down_selected.9.png
new file mode 100644
index 00000000..af551e71
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_down_selected.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_page_normal.png b/res/res/drawable-mdpi/btn_zoom_page_normal.png
new file mode 100644
index 00000000..839915be
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_page_normal.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_page_press.png b/res/res/drawable-mdpi/btn_zoom_page_press.png
new file mode 100644
index 00000000..e8af2769
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_page_press.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png b/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png
new file mode 100644
index 00000000..5203630e
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_up_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png b/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png
new file mode 100644
index 00000000..c72c9cd9
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_up_normal.9.png b/res/res/drawable-mdpi/btn_zoom_up_normal.9.png
new file mode 100644
index 00000000..50273487
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_up_normal.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png b/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png
new file mode 100644
index 00000000..1a93e3a2
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_up_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/btn_zoom_up_selected.9.png b/res/res/drawable-mdpi/btn_zoom_up_selected.9.png
new file mode 100644
index 00000000..26aafee0
Binary files /dev/null and b/res/res/drawable-mdpi/btn_zoom_up_selected.9.png differ
diff --git a/res/res/drawable-mdpi/button_onoff_indicator_off.png b/res/res/drawable-mdpi/button_onoff_indicator_off.png
new file mode 100644
index 00000000..91e72443
Binary files /dev/null and b/res/res/drawable-mdpi/button_onoff_indicator_off.png differ
diff --git a/res/res/drawable-mdpi/button_onoff_indicator_on.png b/res/res/drawable-mdpi/button_onoff_indicator_on.png
new file mode 100644
index 00000000..361364bc
Binary files /dev/null and b/res/res/drawable-mdpi/button_onoff_indicator_on.png differ
diff --git a/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png b/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png
new file mode 100644
index 00000000..d8f1c8bd
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png b/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png
new file mode 100644
index 00000000..31e49894
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_bottom_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png b/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png
new file mode 100644
index 00000000..df292a0c
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png b/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png
new file mode 100644
index 00000000..7c2cbe53
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_top_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/cab_background_top_holo_light.9.png b/res/res/drawable-mdpi/cab_background_top_holo_light.9.png
new file mode 100644
index 00000000..30cbdc17
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_top_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png b/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 00000000..ae8cccdd
Binary files /dev/null and b/res/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/call_contact.png b/res/res/drawable-mdpi/call_contact.png
new file mode 100644
index 00000000..1abeb5da
Binary files /dev/null and b/res/res/drawable-mdpi/call_contact.png differ
diff --git a/res/res/drawable-mdpi/checkbox_off_background.png b/res/res/drawable-mdpi/checkbox_off_background.png
new file mode 100644
index 00000000..825ea660
Binary files /dev/null and b/res/res/drawable-mdpi/checkbox_off_background.png differ
diff --git a/res/res/drawable-mdpi/checkbox_on_background.png b/res/res/drawable-mdpi/checkbox_on_background.png
new file mode 100644
index 00000000..57585da3
Binary files /dev/null and b/res/res/drawable-mdpi/checkbox_on_background.png differ
diff --git a/res/res/drawable-mdpi/cling_arrow_up.png b/res/res/drawable-mdpi/cling_arrow_up.png
new file mode 100644
index 00000000..ee6c378d
Binary files /dev/null and b/res/res/drawable-mdpi/cling_arrow_up.png differ
diff --git a/res/res/drawable-mdpi/cling_bg.9.png b/res/res/drawable-mdpi/cling_bg.9.png
new file mode 100644
index 00000000..4c0f139e
Binary files /dev/null and b/res/res/drawable-mdpi/cling_bg.9.png differ
diff --git a/res/res/drawable-mdpi/cling_button_normal.9.png b/res/res/drawable-mdpi/cling_button_normal.9.png
new file mode 100644
index 00000000..a0b6f973
Binary files /dev/null and b/res/res/drawable-mdpi/cling_button_normal.9.png differ
diff --git a/res/res/drawable-mdpi/cling_button_pressed.9.png b/res/res/drawable-mdpi/cling_button_pressed.9.png
new file mode 100644
index 00000000..986e6694
Binary files /dev/null and b/res/res/drawable-mdpi/cling_button_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/clock_dial.png b/res/res/drawable-mdpi/clock_dial.png
new file mode 100644
index 00000000..82f73fec
Binary files /dev/null and b/res/res/drawable-mdpi/clock_dial.png differ
diff --git a/res/res/drawable-mdpi/clock_hand_hour.png b/res/res/drawable-mdpi/clock_hand_hour.png
new file mode 100644
index 00000000..1f0aec80
Binary files /dev/null and b/res/res/drawable-mdpi/clock_hand_hour.png differ
diff --git a/res/res/drawable-mdpi/clock_hand_minute.png b/res/res/drawable-mdpi/clock_hand_minute.png
new file mode 100644
index 00000000..6cd8a4bf
Binary files /dev/null and b/res/res/drawable-mdpi/clock_hand_minute.png differ
diff --git a/res/res/drawable-mdpi/code_lock_bottom.9.png b/res/res/drawable-mdpi/code_lock_bottom.9.png
new file mode 100644
index 00000000..812cf00c
Binary files /dev/null and b/res/res/drawable-mdpi/code_lock_bottom.9.png differ
diff --git a/res/res/drawable-mdpi/code_lock_left.9.png b/res/res/drawable-mdpi/code_lock_left.9.png
new file mode 100644
index 00000000..215dcc83
Binary files /dev/null and b/res/res/drawable-mdpi/code_lock_left.9.png differ
diff --git a/res/res/drawable-mdpi/code_lock_top.9.png b/res/res/drawable-mdpi/code_lock_top.9.png
new file mode 100644
index 00000000..2b75a7c4
Binary files /dev/null and b/res/res/drawable-mdpi/code_lock_top.9.png differ
diff --git a/res/res/drawable-mdpi/combobox_disabled.png b/res/res/drawable-mdpi/combobox_disabled.png
new file mode 100644
index 00000000..ac8a235c
Binary files /dev/null and b/res/res/drawable-mdpi/combobox_disabled.png differ
diff --git a/res/res/drawable-mdpi/combobox_nohighlight.png b/res/res/drawable-mdpi/combobox_nohighlight.png
new file mode 100644
index 00000000..9d60e266
Binary files /dev/null and b/res/res/drawable-mdpi/combobox_nohighlight.png differ
diff --git a/res/res/drawable-mdpi/compass_arrow.png b/res/res/drawable-mdpi/compass_arrow.png
new file mode 100644
index 00000000..5a4d8c14
Binary files /dev/null and b/res/res/drawable-mdpi/compass_arrow.png differ
diff --git a/res/res/drawable-mdpi/compass_base.png b/res/res/drawable-mdpi/compass_base.png
new file mode 100644
index 00000000..3d694f08
Binary files /dev/null and b/res/res/drawable-mdpi/compass_base.png differ
diff --git a/res/res/drawable-mdpi/contact_header_bg.9.png b/res/res/drawable-mdpi/contact_header_bg.9.png
new file mode 100644
index 00000000..7f9a5a3e
Binary files /dev/null and b/res/res/drawable-mdpi/contact_header_bg.9.png differ
diff --git a/res/res/drawable-mdpi/create_contact.png b/res/res/drawable-mdpi/create_contact.png
new file mode 100644
index 00000000..5a9360b2
Binary files /dev/null and b/res/res/drawable-mdpi/create_contact.png differ
diff --git a/res/res/drawable-mdpi/dark_header.9.png b/res/res/drawable-mdpi/dark_header.9.png
new file mode 100644
index 00000000..ac906cd8
Binary files /dev/null and b/res/res/drawable-mdpi/dark_header.9.png differ
diff --git a/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png b/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png
new file mode 100644
index 00000000..7b750192
Binary files /dev/null and b/res/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png b/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png
new file mode 100644
index 00000000..31dc4fd5
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_bottom_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png b/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png
new file mode 100644
index 00000000..7541e8a9
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_bottom_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png b/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png
new file mode 100644
index 00000000..18514680
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png b/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png
new file mode 100644
index 00000000..a60aad5d
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png b/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png
new file mode 100644
index 00000000..b69619b4
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_divider_horizontal_light.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_full_holo_dark.9.png b/res/res/drawable-mdpi/dialog_full_holo_dark.9.png
new file mode 100644
index 00000000..dc373160
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_full_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_full_holo_light.9.png b/res/res/drawable-mdpi/dialog_full_holo_light.9.png
new file mode 100644
index 00000000..0c5770a3
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_full_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png b/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png
new file mode 100644
index 00000000..cc5f4f47
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png b/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png
new file mode 100644
index 00000000..51b4e4d8
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png b/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png
new file mode 100644
index 00000000..503db7cf
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png b/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png
new file mode 100644
index 00000000..6a2fb5e6
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png b/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png
new file mode 100644
index 00000000..3463b668
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png b/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png
new file mode 100644
index 00000000..55dedc62
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dialog_middle_holo.9.png b/res/res/drawable-mdpi/dialog_middle_holo.9.png
new file mode 100644
index 00000000..36da5ca2
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_middle_holo.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png b/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png
new file mode 100644
index 00000000..ca389e33
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_middle_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_middle_holo_light.9.png b/res/res/drawable-mdpi/dialog_middle_holo_light.9.png
new file mode 100644
index 00000000..7a836ce5
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_middle_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_top_holo_dark.9.png b/res/res/drawable-mdpi/dialog_top_holo_dark.9.png
new file mode 100644
index 00000000..fb848a3d
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_top_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dialog_top_holo_light.9.png b/res/res/drawable-mdpi/dialog_top_holo_light.9.png
new file mode 100644
index 00000000..2ddcab1f
Binary files /dev/null and b/res/res/drawable-mdpi/dialog_top_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_bright.9.png b/res/res/drawable-mdpi/divider_horizontal_bright.9.png
new file mode 100644
index 00000000..41b776bb
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_bright.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png b/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png
new file mode 100644
index 00000000..eb75a220
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_dark.9.png b/res/res/drawable-mdpi/divider_horizontal_dark.9.png
new file mode 100644
index 00000000..55a5e532
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_dark.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png b/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png
new file mode 100644
index 00000000..60e2cb2d
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png b/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png
new file mode 100644
index 00000000..cf346131
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_dim_dark.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png b/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png
new file mode 100644
index 00000000..d6548c63
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png b/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png
new file mode 100644
index 00000000..9a42dd24
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/divider_horizontal_textfield.9.png b/res/res/drawable-mdpi/divider_horizontal_textfield.9.png
new file mode 100644
index 00000000..43eb51d0
Binary files /dev/null and b/res/res/drawable-mdpi/divider_horizontal_textfield.9.png differ
diff --git a/res/res/drawable-mdpi/divider_strong_holo.9.png b/res/res/drawable-mdpi/divider_strong_holo.9.png
new file mode 100644
index 00000000..0758593c
Binary files /dev/null and b/res/res/drawable-mdpi/divider_strong_holo.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_bright.9.png b/res/res/drawable-mdpi/divider_vertical_bright.9.png
new file mode 100644
index 00000000..41b776bb
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_bright.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png b/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png
new file mode 100644
index 00000000..eb75a220
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_dark.9.png b/res/res/drawable-mdpi/divider_vertical_dark.9.png
new file mode 100644
index 00000000..55a5e532
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_dark.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png b/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png
new file mode 100644
index 00000000..60e2cb2d
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png b/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png
new file mode 100644
index 00000000..c039428b
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/divider_vertical_holo_light.9.png b/res/res/drawable-mdpi/divider_vertical_holo_light.9.png
new file mode 100644
index 00000000..7c4a29ff
Binary files /dev/null and b/res/res/drawable-mdpi/divider_vertical_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..bc6636cc
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..7f9a9f13
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png b/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png
new file mode 100644
index 00000000..6af742a9
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png b/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png
new file mode 100644
index 00000000..f54d0b4f
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png b/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png
new file mode 100644
index 00000000..b7044db5
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png b/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png
new file mode 100644
index 00000000..0de1bb1b
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png
new file mode 100644
index 00000000..95e684a7
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png
new file mode 100644
index 00000000..ed3e2401
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png
new file mode 100644
index 00000000..2bbfc3a8
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png
new file mode 100644
index 00000000..db6347b8
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png b/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png
new file mode 100644
index 00000000..9196b725
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png b/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png
new file mode 100644
index 00000000..7c88a57e
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png b/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png
new file mode 100644
index 00000000..81de1bb4
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png b/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png
new file mode 100644
index 00000000..c3fdef7b
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png b/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png
new file mode 100644
index 00000000..ef21dc26
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png b/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png
new file mode 100644
index 00000000..5352c024
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png differ
diff --git a/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png b/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png
new file mode 100644
index 00000000..05d9e7e9
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_normal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png b/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png
new file mode 100644
index 00000000..4a15c637
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_normal_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png b/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png
new file mode 100644
index 00000000..5248c48b
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png b/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png
new file mode 100644
index 00000000..f2f6428d
Binary files /dev/null and b/res/res/drawable-mdpi/dropdown_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/edit_query.png b/res/res/drawable-mdpi/edit_query.png
new file mode 100644
index 00000000..22322cb4
Binary files /dev/null and b/res/res/drawable-mdpi/edit_query.png differ
diff --git a/res/res/drawable-mdpi/edit_query_background_normal.9.png b/res/res/drawable-mdpi/edit_query_background_normal.9.png
new file mode 100644
index 00000000..8f957b8b
Binary files /dev/null and b/res/res/drawable-mdpi/edit_query_background_normal.9.png differ
diff --git a/res/res/drawable-mdpi/edit_query_background_pressed.9.png b/res/res/drawable-mdpi/edit_query_background_pressed.9.png
new file mode 100644
index 00000000..c88d4d58
Binary files /dev/null and b/res/res/drawable-mdpi/edit_query_background_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/edit_query_background_selected.9.png b/res/res/drawable-mdpi/edit_query_background_selected.9.png
new file mode 100644
index 00000000..ffe57916
Binary files /dev/null and b/res/res/drawable-mdpi/edit_query_background_selected.9.png differ
diff --git a/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png b/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png
new file mode 100644
index 00000000..faf52ede
Binary files /dev/null and b/res/res/drawable-mdpi/editbox_background_focus_yellow.9.png differ
diff --git a/res/res/drawable-mdpi/editbox_background_normal.9.png b/res/res/drawable-mdpi/editbox_background_normal.9.png
new file mode 100644
index 00000000..9b8be770
Binary files /dev/null and b/res/res/drawable-mdpi/editbox_background_normal.9.png differ
diff --git a/res/res/drawable-mdpi/editbox_dropdown_background.9.png b/res/res/drawable-mdpi/editbox_dropdown_background.9.png
new file mode 100644
index 00000000..ed1bc29f
Binary files /dev/null and b/res/res/drawable-mdpi/editbox_dropdown_background.9.png differ
diff --git a/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png b/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png
new file mode 100644
index 00000000..88c1d9d8
Binary files /dev/null and b/res/res/drawable-mdpi/editbox_dropdown_background_dark.9.png differ
diff --git a/res/res/drawable-mdpi/emo_im_angel.png b/res/res/drawable-mdpi/emo_im_angel.png
new file mode 100644
index 00000000..3efea42d
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_angel.png differ
diff --git a/res/res/drawable-mdpi/emo_im_cool.png b/res/res/drawable-mdpi/emo_im_cool.png
new file mode 100644
index 00000000..650ed8f6
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_cool.png differ
diff --git a/res/res/drawable-mdpi/emo_im_crying.png b/res/res/drawable-mdpi/emo_im_crying.png
new file mode 100644
index 00000000..ad1e50f5
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_crying.png differ
diff --git a/res/res/drawable-mdpi/emo_im_embarrassed.png b/res/res/drawable-mdpi/emo_im_embarrassed.png
new file mode 100644
index 00000000..8a343213
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_embarrassed.png differ
diff --git a/res/res/drawable-mdpi/emo_im_foot_in_mouth.png b/res/res/drawable-mdpi/emo_im_foot_in_mouth.png
new file mode 100644
index 00000000..9607ff73
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_foot_in_mouth.png differ
diff --git a/res/res/drawable-mdpi/emo_im_happy.png b/res/res/drawable-mdpi/emo_im_happy.png
new file mode 100644
index 00000000..a3247209
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_happy.png differ
diff --git a/res/res/drawable-mdpi/emo_im_kissing.png b/res/res/drawable-mdpi/emo_im_kissing.png
new file mode 100644
index 00000000..f18a391b
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_kissing.png differ
diff --git a/res/res/drawable-mdpi/emo_im_laughing.png b/res/res/drawable-mdpi/emo_im_laughing.png
new file mode 100644
index 00000000..963a4ba6
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_laughing.png differ
diff --git a/res/res/drawable-mdpi/emo_im_lips_are_sealed.png b/res/res/drawable-mdpi/emo_im_lips_are_sealed.png
new file mode 100644
index 00000000..58bd1387
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_lips_are_sealed.png differ
diff --git a/res/res/drawable-mdpi/emo_im_money_mouth.png b/res/res/drawable-mdpi/emo_im_money_mouth.png
new file mode 100644
index 00000000..718c7e3a
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_money_mouth.png differ
diff --git a/res/res/drawable-mdpi/emo_im_sad.png b/res/res/drawable-mdpi/emo_im_sad.png
new file mode 100644
index 00000000..7daac6c0
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_sad.png differ
diff --git a/res/res/drawable-mdpi/emo_im_surprised.png b/res/res/drawable-mdpi/emo_im_surprised.png
new file mode 100644
index 00000000..b4b614dc
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_surprised.png differ
diff --git a/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png b/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png
new file mode 100644
index 00000000..9fa6534c
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_tongue_sticking_out.png differ
diff --git a/res/res/drawable-mdpi/emo_im_undecided.png b/res/res/drawable-mdpi/emo_im_undecided.png
new file mode 100644
index 00000000..8b2577af
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_undecided.png differ
diff --git a/res/res/drawable-mdpi/emo_im_winking.png b/res/res/drawable-mdpi/emo_im_winking.png
new file mode 100644
index 00000000..069e9e33
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_winking.png differ
diff --git a/res/res/drawable-mdpi/emo_im_wtf.png b/res/res/drawable-mdpi/emo_im_wtf.png
new file mode 100644
index 00000000..0d963ec8
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_wtf.png differ
diff --git a/res/res/drawable-mdpi/emo_im_yelling.png b/res/res/drawable-mdpi/emo_im_yelling.png
new file mode 100644
index 00000000..836f60f6
Binary files /dev/null and b/res/res/drawable-mdpi/emo_im_yelling.png differ
diff --git a/res/res/drawable-mdpi/expander_close_holo_dark.9.png b/res/res/drawable-mdpi/expander_close_holo_dark.9.png
new file mode 100644
index 00000000..036ffb7b
Binary files /dev/null and b/res/res/drawable-mdpi/expander_close_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/expander_close_holo_light.9.png b/res/res/drawable-mdpi/expander_close_holo_light.9.png
new file mode 100644
index 00000000..9f9dd701
Binary files /dev/null and b/res/res/drawable-mdpi/expander_close_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png b/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png
new file mode 100644
index 00000000..6070397c
Binary files /dev/null and b/res/res/drawable-mdpi/expander_close_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/expander_ic_maximized.9.png b/res/res/drawable-mdpi/expander_ic_maximized.9.png
new file mode 100644
index 00000000..d5c32766
Binary files /dev/null and b/res/res/drawable-mdpi/expander_ic_maximized.9.png differ
diff --git a/res/res/drawable-mdpi/expander_ic_minimized.9.png b/res/res/drawable-mdpi/expander_ic_minimized.9.png
new file mode 100644
index 00000000..4515b421
Binary files /dev/null and b/res/res/drawable-mdpi/expander_ic_minimized.9.png differ
diff --git a/res/res/drawable-mdpi/expander_open_holo_dark.9.png b/res/res/drawable-mdpi/expander_open_holo_dark.9.png
new file mode 100644
index 00000000..867f36d1
Binary files /dev/null and b/res/res/drawable-mdpi/expander_open_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/expander_open_holo_light.9.png b/res/res/drawable-mdpi/expander_open_holo_light.9.png
new file mode 100644
index 00000000..7f5ca483
Binary files /dev/null and b/res/res/drawable-mdpi/expander_open_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png b/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png
new file mode 100644
index 00000000..29a3a1a4
Binary files /dev/null and b/res/res/drawable-mdpi/expander_open_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png b/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png
new file mode 100644
index 00000000..94b944d0
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png b/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png
new file mode 100644
index 00000000..987c0970
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png b/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png
new file mode 100644
index 00000000..8d87032a
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png b/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png
new file mode 100644
index 00000000..b29042a3
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png b/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png
new file mode 100644
index 00000000..9dddbd2a
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_thumb_default_holo.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png b/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png
new file mode 100644
index 00000000..6da2c1cb
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png b/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png
new file mode 100644
index 00000000..eb2b8bdc
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png b/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png
new file mode 100644
index 00000000..eb2b8bdc
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png b/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png
new file mode 100644
index 00000000..6fb59b6f
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png b/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png
new file mode 100644
index 00000000..1a63f5df
Binary files /dev/null and b/res/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/focused_application_background_static.png b/res/res/drawable-mdpi/focused_application_background_static.png
new file mode 100644
index 00000000..fd18d30e
Binary files /dev/null and b/res/res/drawable-mdpi/focused_application_background_static.png differ
diff --git a/res/res/drawable-mdpi/frame_gallery_thumb.9.png b/res/res/drawable-mdpi/frame_gallery_thumb.9.png
new file mode 100644
index 00000000..804f6f38
Binary files /dev/null and b/res/res/drawable-mdpi/frame_gallery_thumb.9.png differ
diff --git a/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png b/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png
new file mode 100644
index 00000000..e1ffa067
Binary files /dev/null and b/res/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png b/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png
new file mode 100644
index 00000000..8bae9328
Binary files /dev/null and b/res/res/drawable-mdpi/frame_gallery_thumb_selected.9.png differ
diff --git a/res/res/drawable-mdpi/gallery_selected_default.9.png b/res/res/drawable-mdpi/gallery_selected_default.9.png
new file mode 100644
index 00000000..22122b2b
Binary files /dev/null and b/res/res/drawable-mdpi/gallery_selected_default.9.png differ
diff --git a/res/res/drawable-mdpi/gallery_selected_focused.9.png b/res/res/drawable-mdpi/gallery_selected_focused.9.png
new file mode 100644
index 00000000..13327451
Binary files /dev/null and b/res/res/drawable-mdpi/gallery_selected_focused.9.png differ
diff --git a/res/res/drawable-mdpi/gallery_selected_pressed.9.png b/res/res/drawable-mdpi/gallery_selected_pressed.9.png
new file mode 100644
index 00000000..306e5434
Binary files /dev/null and b/res/res/drawable-mdpi/gallery_selected_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/gallery_unselected_default.9.png b/res/res/drawable-mdpi/gallery_unselected_default.9.png
new file mode 100644
index 00000000..0df06fa4
Binary files /dev/null and b/res/res/drawable-mdpi/gallery_unselected_default.9.png differ
diff --git a/res/res/drawable-mdpi/gallery_unselected_pressed.9.png b/res/res/drawable-mdpi/gallery_unselected_pressed.9.png
new file mode 100644
index 00000000..4b25c3f8
Binary files /dev/null and b/res/res/drawable-mdpi/gallery_unselected_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/grid_selector_background_focus.9.png b/res/res/drawable-mdpi/grid_selector_background_focus.9.png
new file mode 100644
index 00000000..2e28232e
Binary files /dev/null and b/res/res/drawable-mdpi/grid_selector_background_focus.9.png differ
diff --git a/res/res/drawable-mdpi/grid_selector_background_pressed.9.png b/res/res/drawable-mdpi/grid_selector_background_pressed.9.png
new file mode 100644
index 00000000..e20f091c
Binary files /dev/null and b/res/res/drawable-mdpi/grid_selector_background_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/highlight_disabled.9.png b/res/res/drawable-mdpi/highlight_disabled.9.png
new file mode 100644
index 00000000..13932620
Binary files /dev/null and b/res/res/drawable-mdpi/highlight_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/highlight_pressed.9.png b/res/res/drawable-mdpi/highlight_pressed.9.png
new file mode 100644
index 00000000..9bd2b50c
Binary files /dev/null and b/res/res/drawable-mdpi/highlight_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/highlight_selected.9.png b/res/res/drawable-mdpi/highlight_selected.9.png
new file mode 100644
index 00000000..ecf0cada
Binary files /dev/null and b/res/res/drawable-mdpi/highlight_selected.9.png differ
diff --git a/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png b/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png
new file mode 100644
index 00000000..df2d3d15
Binary files /dev/null and b/res/res/drawable-mdpi/ic_ab_back_holo_dark_am.png differ
diff --git a/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png b/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png
new file mode 100644
index 00000000..b2aa9c26
Binary files /dev/null and b/res/res/drawable-mdpi/ic_ab_back_holo_light_am.png differ
diff --git a/res/res/drawable-mdpi/ic_action_assist_focused.png b/res/res/drawable-mdpi/ic_action_assist_focused.png
new file mode 100644
index 00000000..3f96d037
Binary files /dev/null and b/res/res/drawable-mdpi/ic_action_assist_focused.png differ
diff --git a/res/res/drawable-mdpi/ic_aggregated.png b/res/res/drawable-mdpi/ic_aggregated.png
new file mode 100644
index 00000000..ad420718
Binary files /dev/null and b/res/res/drawable-mdpi/ic_aggregated.png differ
diff --git a/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png b/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png
new file mode 100644
index 00000000..b41ccd09
Binary files /dev/null and b/res/res/drawable-mdpi/ic_audio_notification_am_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png b/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png
new file mode 100644
index 00000000..2567f767
Binary files /dev/null and b/res/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_round_more_disabled.png b/res/res/drawable-mdpi/ic_btn_round_more_disabled.png
new file mode 100644
index 00000000..428edf28
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_round_more_disabled.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_round_more_normal.png b/res/res/drawable-mdpi/ic_btn_round_more_normal.png
new file mode 100644
index 00000000..c2ecb019
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_round_more_normal.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_search_go.png b/res/res/drawable-mdpi/ic_btn_search_go.png
new file mode 100644
index 00000000..9a4e9b90
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_search_go.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_speak_now.png b/res/res/drawable-mdpi/ic_btn_speak_now.png
new file mode 100644
index 00000000..0589be66
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_speak_now.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png
new file mode 100644
index 00000000..914662d4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png
new file mode 100644
index 00000000..3b67c6d6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png
new file mode 100644
index 00000000..859900a8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png differ
diff --git a/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png
new file mode 100644
index 00000000..4e8ff35a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png differ
diff --git a/res/res/drawable-mdpi/ic_bullet_key_permission.png b/res/res/drawable-mdpi/ic_bullet_key_permission.png
new file mode 100644
index 00000000..7fee5602
Binary files /dev/null and b/res/res/drawable-mdpi/ic_bullet_key_permission.png differ
diff --git a/res/res/drawable-mdpi/ic_cab_done_holo.png b/res/res/drawable-mdpi/ic_cab_done_holo.png
new file mode 100644
index 00000000..f5c27a64
Binary files /dev/null and b/res/res/drawable-mdpi/ic_cab_done_holo.png differ
diff --git a/res/res/drawable-mdpi/ic_cab_done_holo_dark.png b/res/res/drawable-mdpi/ic_cab_done_holo_dark.png
new file mode 100644
index 00000000..a17b6a78
Binary files /dev/null and b/res/res/drawable-mdpi/ic_cab_done_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_cab_done_holo_light.png b/res/res/drawable-mdpi/ic_cab_done_holo_light.png
new file mode 100644
index 00000000..b28b3b54
Binary files /dev/null and b/res/res/drawable-mdpi/ic_cab_done_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png b/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png
new file mode 100644
index 00000000..541184a7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_checkmark_holo_light.png b/res/res/drawable-mdpi/ic_checkmark_holo_light.png
new file mode 100644
index 00000000..744e9644
Binary files /dev/null and b/res/res/drawable-mdpi/ic_checkmark_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_disabled.png b/res/res/drawable-mdpi/ic_clear_disabled.png
new file mode 100644
index 00000000..79228bae
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_disabled.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_normal.png b/res/res/drawable-mdpi/ic_clear_normal.png
new file mode 100644
index 00000000..86944a87
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_normal.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png b/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png
new file mode 100644
index 00000000..6a34dba7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png b/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png
new file mode 100644
index 00000000..c0bdf064
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png b/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png
new file mode 100644
index 00000000..ee165284
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_search_api_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png b/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png
new file mode 100644
index 00000000..15b86cbb
Binary files /dev/null and b/res/res/drawable-mdpi/ic_clear_search_api_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_coins_l.png b/res/res/drawable-mdpi/ic_coins_l.png
new file mode 100644
index 00000000..a6d7abb3
Binary files /dev/null and b/res/res/drawable-mdpi/ic_coins_l.png differ
diff --git a/res/res/drawable-mdpi/ic_coins_s.png b/res/res/drawable-mdpi/ic_coins_s.png
new file mode 100644
index 00000000..3b8fd8ab
Binary files /dev/null and b/res/res/drawable-mdpi/ic_coins_s.png differ
diff --git a/res/res/drawable-mdpi/ic_commit.png b/res/res/drawable-mdpi/ic_commit.png
new file mode 100644
index 00000000..3d167b59
Binary files /dev/null and b/res/res/drawable-mdpi/ic_commit.png differ
diff --git a/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png b/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png
new file mode 100644
index 00000000..844c99c2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_commit_search_api_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png b/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png
new file mode 100644
index 00000000..86c170e9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_commit_search_api_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png b/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 00000000..42ac8ca6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_contact_picture.png b/res/res/drawable-mdpi/ic_contact_picture.png
new file mode 100644
index 00000000..771cb6bb
Binary files /dev/null and b/res/res/drawable-mdpi/ic_contact_picture.png differ
diff --git a/res/res/drawable-mdpi/ic_contact_picture_2.png b/res/res/drawable-mdpi/ic_contact_picture_2.png
new file mode 100644
index 00000000..004a6c6f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_contact_picture_2.png differ
diff --git a/res/res/drawable-mdpi/ic_contact_picture_3.png b/res/res/drawable-mdpi/ic_contact_picture_3.png
new file mode 100644
index 00000000..001bf29c
Binary files /dev/null and b/res/res/drawable-mdpi/ic_contact_picture_3.png differ
diff --git a/res/res/drawable-mdpi/ic_corp_icon.png b/res/res/drawable-mdpi/ic_corp_icon.png
new file mode 100644
index 00000000..79372b21
Binary files /dev/null and b/res/res/drawable-mdpi/ic_corp_icon.png differ
diff --git a/res/res/drawable-mdpi/ic_delete.png b/res/res/drawable-mdpi/ic_delete.png
new file mode 100644
index 00000000..f074db32
Binary files /dev/null and b/res/res/drawable-mdpi/ic_delete.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_alert.png b/res/res/drawable-mdpi/ic_dialog_alert.png
new file mode 100644
index 00000000..ef498efb
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_alert.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png b/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png
new file mode 100644
index 00000000..75d9db73
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_alert_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png b/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png
new file mode 100644
index 00000000..9e7f0bd5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_alert_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png b/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png
new file mode 100644
index 00000000..7f2a0292
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_close_normal_holo.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png b/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png
new file mode 100644
index 00000000..daa8e188
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_close_pressed_holo.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_dialer.png b/res/res/drawable-mdpi/ic_dialog_dialer.png
new file mode 100644
index 00000000..f0c1838c
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_dialer.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_email.png b/res/res/drawable-mdpi/ic_dialog_email.png
new file mode 100644
index 00000000..20ebb13f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_email.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_focused_holo.png b/res/res/drawable-mdpi/ic_dialog_focused_holo.png
new file mode 100644
index 00000000..179f2dee
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_focused_holo.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_info.png b/res/res/drawable-mdpi/ic_dialog_info.png
new file mode 100644
index 00000000..e8b02299
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_info.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_map.png b/res/res/drawable-mdpi/ic_dialog_map.png
new file mode 100644
index 00000000..b1263547
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_map.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_time.png b/res/res/drawable-mdpi/ic_dialog_time.png
new file mode 100644
index 00000000..dffec296
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_time.png differ
diff --git a/res/res/drawable-mdpi/ic_dialog_usb.png b/res/res/drawable-mdpi/ic_dialog_usb.png
new file mode 100644
index 00000000..fbc8a9d0
Binary files /dev/null and b/res/res/drawable-mdpi/ic_dialog_usb.png differ
diff --git a/res/res/drawable-mdpi/ic_emergency.png b/res/res/drawable-mdpi/ic_emergency.png
new file mode 100644
index 00000000..dfa17c62
Binary files /dev/null and b/res/res/drawable-mdpi/ic_emergency.png differ
diff --git a/res/res/drawable-mdpi/ic_find_next_holo_dark.png b/res/res/drawable-mdpi/ic_find_next_holo_dark.png
new file mode 100644
index 00000000..c138916f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_next_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_find_next_holo_light.png b/res/res/drawable-mdpi/ic_find_next_holo_light.png
new file mode 100644
index 00000000..4eea3c3b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_next_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png b/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png
new file mode 100644
index 00000000..1cfdb3fe
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_next_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_find_previous_holo_dark.png b/res/res/drawable-mdpi/ic_find_previous_holo_dark.png
new file mode 100644
index 00000000..d2392744
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_previous_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_find_previous_holo_light.png b/res/res/drawable-mdpi/ic_find_previous_holo_light.png
new file mode 100644
index 00000000..786e1d69
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_previous_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png b/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png
new file mode 100644
index 00000000..0d3c009d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_go.png b/res/res/drawable-mdpi/ic_go.png
new file mode 100644
index 00000000..bf19833f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_go.png differ
diff --git a/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png b/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png
new file mode 100644
index 00000000..591f734f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_go_search_api_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_go_search_api_holo_light.png b/res/res/drawable-mdpi/ic_go_search_api_holo_light.png
new file mode 100644
index 00000000..8518498e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_go_search_api_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_grayedout_printer.png b/res/res/drawable-mdpi/ic_grayedout_printer.png
new file mode 100644
index 00000000..5e54970d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_grayedout_printer.png differ
diff --git a/res/res/drawable-mdpi/ic_input_add.png b/res/res/drawable-mdpi/ic_input_add.png
new file mode 100644
index 00000000..00770f8e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_input_add.png differ
diff --git a/res/res/drawable-mdpi/ic_input_delete.png b/res/res/drawable-mdpi/ic_input_delete.png
new file mode 100644
index 00000000..47c87087
Binary files /dev/null and b/res/res/drawable-mdpi/ic_input_delete.png differ
diff --git a/res/res/drawable-mdpi/ic_input_get.png b/res/res/drawable-mdpi/ic_input_get.png
new file mode 100644
index 00000000..2f2cfcf5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_input_get.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_answer.png b/res/res/drawable-mdpi/ic_jog_dial_answer.png
new file mode 100644
index 00000000..e2bc483d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_answer.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png b/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png
new file mode 100644
index 00000000..aa0fab22
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_answer_and_end.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png b/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png
new file mode 100644
index 00000000..9effe375
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_decline.png b/res/res/drawable-mdpi/ic_jog_dial_decline.png
new file mode 100644
index 00000000..81c76b59
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_decline.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_sound_off.png b/res/res/drawable-mdpi/ic_jog_dial_sound_off.png
new file mode 100644
index 00000000..b9aec697
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_sound_off.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_sound_on.png b/res/res/drawable-mdpi/ic_jog_dial_sound_on.png
new file mode 100644
index 00000000..4952746a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_sound_on.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_unlock.png b/res/res/drawable-mdpi/ic_jog_dial_unlock.png
new file mode 100644
index 00000000..e697d91d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_unlock.png differ
diff --git a/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png b/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png
new file mode 100644
index 00000000..9aa9b133
Binary files /dev/null and b/res/res/drawable-mdpi/ic_jog_dial_vibrate_on.png differ
diff --git a/res/res/drawable-mdpi/ic_launcher_android.png b/res/res/drawable-mdpi/ic_launcher_android.png
new file mode 100644
index 00000000..6a97d5b7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_launcher_android.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png b/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png
new file mode 100644
index 00000000..2b1dc1a8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png b/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png
new file mode 100644
index 00000000..49ed3d2d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png b/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png
new file mode 100644
index 00000000..b5d3e098
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_idle_charging.png b/res/res/drawable-mdpi/ic_lock_idle_charging.png
new file mode 100644
index 00000000..20d63206
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_idle_charging.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_idle_lock.png b/res/res/drawable-mdpi/ic_lock_idle_lock.png
new file mode 100644
index 00000000..0206aeef
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_idle_lock.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_idle_low_battery.png b/res/res/drawable-mdpi/ic_lock_idle_low_battery.png
new file mode 100644
index 00000000..bb967829
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_idle_low_battery.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_lock_alpha.png b/res/res/drawable-mdpi/ic_lock_lock_alpha.png
new file mode 100644
index 00000000..5ff3654d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_lock_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png b/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png
new file mode 100644
index 00000000..163f4a0b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_open_wht_24dp.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png b/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png
new file mode 100644
index 00000000..bbfb83c7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_outline_wht_24dp.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_power_off_alpha.png b/res/res/drawable-mdpi/ic_lock_power_off_alpha.png
new file mode 100644
index 00000000..2c55e475
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_power_off_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png b/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png
new file mode 100644
index 00000000..98cfb11e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_ringer_off_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png b/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png
new file mode 100644
index 00000000..691b99e3
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_ringer_on_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_silent_mode.png b/res/res/drawable-mdpi/ic_lock_silent_mode.png
new file mode 100644
index 00000000..5c3a226e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_silent_mode.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_silent_mode_off.png b/res/res/drawable-mdpi/ic_lock_silent_mode_off.png
new file mode 100644
index 00000000..1a02aaa7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_silent_mode_off.png differ
diff --git a/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png b/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png
new file mode 100644
index 00000000..7da79aa2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png differ
diff --git a/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png b/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png
new file mode 100644
index 00000000..0187a02a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_lockscreen_handle_pressed.png differ
diff --git a/res/res/drawable-mdpi/ic_maps_indicator_current_position.png b/res/res/drawable-mdpi/ic_maps_indicator_current_position.png
new file mode 100644
index 00000000..4e427d89
Binary files /dev/null and b/res/res/drawable-mdpi/ic_maps_indicator_current_position.png differ
diff --git a/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png
new file mode 100644
index 00000000..47bb9fa6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png differ
diff --git a/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png
new file mode 100644
index 00000000..b1167bc6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png differ
diff --git a/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png
new file mode 100644
index 00000000..f681a4c4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png differ
diff --git a/res/res/drawable-mdpi/ic_media_embed_play.png b/res/res/drawable-mdpi/ic_media_embed_play.png
new file mode 100644
index 00000000..3576ce53
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_embed_play.png differ
diff --git a/res/res/drawable-mdpi/ic_media_ff.png b/res/res/drawable-mdpi/ic_media_ff.png
new file mode 100644
index 00000000..170dd2da
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_ff.png differ
diff --git a/res/res/drawable-mdpi/ic_media_fullscreen.png b/res/res/drawable-mdpi/ic_media_fullscreen.png
new file mode 100644
index 00000000..960aa851
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_fullscreen.png differ
diff --git a/res/res/drawable-mdpi/ic_media_next.png b/res/res/drawable-mdpi/ic_media_next.png
new file mode 100644
index 00000000..fcd73d90
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_next.png differ
diff --git a/res/res/drawable-mdpi/ic_media_pause.png b/res/res/drawable-mdpi/ic_media_pause.png
new file mode 100644
index 00000000..3e6b2a17
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_pause.png differ
diff --git a/res/res/drawable-mdpi/ic_media_play.png b/res/res/drawable-mdpi/ic_media_play.png
new file mode 100644
index 00000000..7966bbc5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_play.png differ
diff --git a/res/res/drawable-mdpi/ic_media_previous.png b/res/res/drawable-mdpi/ic_media_previous.png
new file mode 100644
index 00000000..b653d05b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_previous.png differ
diff --git a/res/res/drawable-mdpi/ic_media_rew.png b/res/res/drawable-mdpi/ic_media_rew.png
new file mode 100644
index 00000000..5489180e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_rew.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png
new file mode 100644
index 00000000..52e3a5a1
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png b/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png
new file mode 100644
index 00000000..319c57e8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_disabled_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png
new file mode 100644
index 00000000..ec430473
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png
new file mode 100644
index 00000000..f98c0a85
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_off_holo_light.png b/res/res/drawable-mdpi/ic_media_route_off_holo_light.png
new file mode 100644
index 00000000..b74cdb5b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png
new file mode 100644
index 00000000..a652117a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png
new file mode 100644
index 00000000..a6a4bd01
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png b/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png
new file mode 100644
index 00000000..106fd3a9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_0_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png
new file mode 100644
index 00000000..35d1c56f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png
new file mode 100644
index 00000000..2c141ab8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png b/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png
new file mode 100644
index 00000000..0b62d0b5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_1_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png
new file mode 100644
index 00000000..264188b7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png
new file mode 100644
index 00000000..23442b06
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png b/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png
new file mode 100644
index 00000000..42b329fa
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_2_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png
new file mode 100644
index 00000000..06ae6659
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png b/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png
new file mode 100644
index 00000000..58ff5068
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_holo_light.png b/res/res/drawable-mdpi/ic_media_route_on_holo_light.png
new file mode 100644
index 00000000..25257f8b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png b/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png
new file mode 100644
index 00000000..a69e3016
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_media_stop.png b/res/res/drawable-mdpi/ic_media_stop.png
new file mode 100644
index 00000000..8ea7efee
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_stop.png differ
diff --git a/res/res/drawable-mdpi/ic_media_video_poster.png b/res/res/drawable-mdpi/ic_media_video_poster.png
new file mode 100644
index 00000000..f457f233
Binary files /dev/null and b/res/res/drawable-mdpi/ic_media_video_poster.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_account_list.png b/res/res/drawable-mdpi/ic_menu_account_list.png
new file mode 100644
index 00000000..e4e717e0
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_account_list.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_add.png b/res/res/drawable-mdpi/ic_menu_add.png
new file mode 100644
index 00000000..361c7c46
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_add.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_agenda.png b/res/res/drawable-mdpi/ic_menu_agenda.png
new file mode 100644
index 00000000..c63a12bf
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_agenda.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_allfriends.png b/res/res/drawable-mdpi/ic_menu_allfriends.png
new file mode 100644
index 00000000..45256d1a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_allfriends.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png b/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png
new file mode 100644
index 00000000..f9f475ae
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_always_landscape_portrait.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_archive.png b/res/res/drawable-mdpi/ic_menu_archive.png
new file mode 100644
index 00000000..49ac569d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_archive.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_attachment.png b/res/res/drawable-mdpi/ic_menu_attachment.png
new file mode 100644
index 00000000..d3d48125
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_attachment.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_back.png b/res/res/drawable-mdpi/ic_menu_back.png
new file mode 100644
index 00000000..bb692455
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_back.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_block.png b/res/res/drawable-mdpi/ic_menu_block.png
new file mode 100644
index 00000000..63f952d9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_block.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_blocked_user.png b/res/res/drawable-mdpi/ic_menu_blocked_user.png
new file mode 100644
index 00000000..ac8cc104
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_blocked_user.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_btn_add.png b/res/res/drawable-mdpi/ic_menu_btn_add.png
new file mode 100644
index 00000000..361c7c46
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_btn_add.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_call.png b/res/res/drawable-mdpi/ic_menu_call.png
new file mode 100644
index 00000000..b7ee91a1
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_call.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_camera.png b/res/res/drawable-mdpi/ic_menu_camera.png
new file mode 100644
index 00000000..f8cf93c7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_camera.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_cc_am.png b/res/res/drawable-mdpi/ic_menu_cc_am.png
new file mode 100644
index 00000000..8e2ba098
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_cc_am.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_chat_dashboard.png b/res/res/drawable-mdpi/ic_menu_chat_dashboard.png
new file mode 100644
index 00000000..14b74823
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_chat_dashboard.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_clear_playlist.png b/res/res/drawable-mdpi/ic_menu_clear_playlist.png
new file mode 100644
index 00000000..9100a690
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_clear_playlist.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png b/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png
new file mode 100644
index 00000000..1161a7cc
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_close_clear_cancel.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_compass.png b/res/res/drawable-mdpi/ic_menu_compass.png
new file mode 100644
index 00000000..25235ccf
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_compass.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_compose.png b/res/res/drawable-mdpi/ic_menu_compose.png
new file mode 100644
index 00000000..a911141c
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_compose.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_copy.png b/res/res/drawable-mdpi/ic_menu_copy.png
new file mode 100644
index 00000000..eee5540c
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_copy.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png b/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png
new file mode 100644
index 00000000..97e8ac1b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_copy_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_copy_holo_light.png b/res/res/drawable-mdpi/ic_menu_copy_holo_light.png
new file mode 100644
index 00000000..74cb920f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_copy_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_crop.png b/res/res/drawable-mdpi/ic_menu_crop.png
new file mode 100644
index 00000000..30e40cf7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_crop.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_cut.png b/res/res/drawable-mdpi/ic_menu_cut.png
new file mode 100644
index 00000000..865d1e06
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_cut.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png b/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png
new file mode 100644
index 00000000..baa5427e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_cut_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_cut_holo_light.png b/res/res/drawable-mdpi/ic_menu_cut_holo_light.png
new file mode 100644
index 00000000..8e6a93fe
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_cut_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_day.png b/res/res/drawable-mdpi/ic_menu_day.png
new file mode 100644
index 00000000..88bc348d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_day.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_delete.png b/res/res/drawable-mdpi/ic_menu_delete.png
new file mode 100644
index 00000000..e2c8700c
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_delete.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_directions.png b/res/res/drawable-mdpi/ic_menu_directions.png
new file mode 100644
index 00000000..d10e0b1e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_directions.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_edit.png b/res/res/drawable-mdpi/ic_menu_edit.png
new file mode 100644
index 00000000..d0314e98
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_edit.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_emoticons.png b/res/res/drawable-mdpi/ic_menu_emoticons.png
new file mode 100644
index 00000000..8d1780fa
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_emoticons.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_end_conversation.png b/res/res/drawable-mdpi/ic_menu_end_conversation.png
new file mode 100644
index 00000000..fb9f1534
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_end_conversation.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_find.png b/res/res/drawable-mdpi/ic_menu_find.png
new file mode 100644
index 00000000..82dcba79
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_find.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_find_holo_dark.png b/res/res/drawable-mdpi/ic_menu_find_holo_dark.png
new file mode 100644
index 00000000..45f8fd3f
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_find_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_find_holo_light.png b/res/res/drawable-mdpi/ic_menu_find_holo_light.png
new file mode 100644
index 00000000..9033f1ec
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_find_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png b/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png
new file mode 100644
index 00000000..6be897d2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_forward.png b/res/res/drawable-mdpi/ic_menu_forward.png
new file mode 100644
index 00000000..4a0b6ef6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_forward.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_friendslist.png b/res/res/drawable-mdpi/ic_menu_friendslist.png
new file mode 100644
index 00000000..8a29be3b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_friendslist.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_gallery.png b/res/res/drawable-mdpi/ic_menu_gallery.png
new file mode 100644
index 00000000..d3a02009
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_gallery.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_goto.png b/res/res/drawable-mdpi/ic_menu_goto.png
new file mode 100644
index 00000000..5471f5bb
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_goto.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_help.png b/res/res/drawable-mdpi/ic_menu_help.png
new file mode 100644
index 00000000..dd248450
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_help.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_help_holo_light.png b/res/res/drawable-mdpi/ic_menu_help_holo_light.png
new file mode 100644
index 00000000..010577fe
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_help_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_home.png b/res/res/drawable-mdpi/ic_menu_home.png
new file mode 100644
index 00000000..f19f58dd
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_home.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_info_details.png b/res/res/drawable-mdpi/ic_menu_info_details.png
new file mode 100644
index 00000000..18b15b5a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_info_details.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_invite.png b/res/res/drawable-mdpi/ic_menu_invite.png
new file mode 100644
index 00000000..aa1898dc
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_invite.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_login.png b/res/res/drawable-mdpi/ic_menu_login.png
new file mode 100644
index 00000000..122ba33b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_login.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_manage.png b/res/res/drawable-mdpi/ic_menu_manage.png
new file mode 100644
index 00000000..8d3a9fa4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_manage.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_mapmode.png b/res/res/drawable-mdpi/ic_menu_mapmode.png
new file mode 100644
index 00000000..1b50b5a0
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_mapmode.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_mark.png b/res/res/drawable-mdpi/ic_menu_mark.png
new file mode 100644
index 00000000..0c555066
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_mark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_month.png b/res/res/drawable-mdpi/ic_menu_month.png
new file mode 100644
index 00000000..ff201df8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_month.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_more.png b/res/res/drawable-mdpi/ic_menu_more.png
new file mode 100644
index 00000000..263fef89
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_more.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_moreoverflow.png b/res/res/drawable-mdpi/ic_menu_moreoverflow.png
new file mode 100644
index 00000000..e4789229
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_moreoverflow.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png b/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png
new file mode 100644
index 00000000..48d6c78b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png b/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png
new file mode 100644
index 00000000..50ff8fce
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png b/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png
new file mode 100644
index 00000000..ba704b67
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png b/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png
new file mode 100644
index 00000000..01d68169
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_my_calendar.png b/res/res/drawable-mdpi/ic_menu_my_calendar.png
new file mode 100644
index 00000000..991dfb0e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_my_calendar.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_mylocation.png b/res/res/drawable-mdpi/ic_menu_mylocation.png
new file mode 100644
index 00000000..2a61a977
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_mylocation.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_myplaces.png b/res/res/drawable-mdpi/ic_menu_myplaces.png
new file mode 100644
index 00000000..75f2c9ba
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_myplaces.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_notifications.png b/res/res/drawable-mdpi/ic_menu_notifications.png
new file mode 100644
index 00000000..2474d562
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_notifications.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_paste.png b/res/res/drawable-mdpi/ic_menu_paste.png
new file mode 100644
index 00000000..8c9916c3
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_paste.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png b/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png
new file mode 100644
index 00000000..093496d4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_paste_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_paste_holo_light.png b/res/res/drawable-mdpi/ic_menu_paste_holo_light.png
new file mode 100644
index 00000000..61fd91c8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_paste_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_play_clip.png b/res/res/drawable-mdpi/ic_menu_play_clip.png
new file mode 100644
index 00000000..5983c221
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_play_clip.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_preferences.png b/res/res/drawable-mdpi/ic_menu_preferences.png
new file mode 100644
index 00000000..ccc50e66
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_preferences.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_recent_history.png b/res/res/drawable-mdpi/ic_menu_recent_history.png
new file mode 100644
index 00000000..e5f8e2d9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_recent_history.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_report_image.png b/res/res/drawable-mdpi/ic_menu_report_image.png
new file mode 100644
index 00000000..414b0ae2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_report_image.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_revert.png b/res/res/drawable-mdpi/ic_menu_revert.png
new file mode 100644
index 00000000..7a451631
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_revert.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_rotate.png b/res/res/drawable-mdpi/ic_menu_rotate.png
new file mode 100644
index 00000000..35fa56d5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_rotate.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_save.png b/res/res/drawable-mdpi/ic_menu_save.png
new file mode 100644
index 00000000..5f668644
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_save.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_search.png b/res/res/drawable-mdpi/ic_menu_search.png
new file mode 100644
index 00000000..d18f5422
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_search.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_search_holo_dark.png b/res/res/drawable-mdpi/ic_menu_search_holo_dark.png
new file mode 100644
index 00000000..906da532
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_search_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_search_holo_light.png b/res/res/drawable-mdpi/ic_menu_search_holo_light.png
new file mode 100644
index 00000000..0350a43b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_search_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png b/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png
new file mode 100644
index 00000000..0fb57b2e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png b/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png
new file mode 100644
index 00000000..da64c755
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_selectall_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png b/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png
new file mode 100644
index 00000000..e0dd67c6
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_selectall_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_send.png b/res/res/drawable-mdpi/ic_menu_send.png
new file mode 100644
index 00000000..06b47177
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_send.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_set_as.png b/res/res/drawable-mdpi/ic_menu_set_as.png
new file mode 100644
index 00000000..98cc305e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_set_as.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_settings_holo_light.png b/res/res/drawable-mdpi/ic_menu_settings_holo_light.png
new file mode 100644
index 00000000..f32a37e4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_settings_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_share.png b/res/res/drawable-mdpi/ic_menu_share.png
new file mode 100644
index 00000000..d89ca5fb
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_share.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_share_holo_dark.png b/res/res/drawable-mdpi/ic_menu_share_holo_dark.png
new file mode 100644
index 00000000..6bf21e30
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_share_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_share_holo_light.png b/res/res/drawable-mdpi/ic_menu_share_holo_light.png
new file mode 100644
index 00000000..70fe31aa
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_share_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_slideshow.png b/res/res/drawable-mdpi/ic_menu_slideshow.png
new file mode 100644
index 00000000..72bfcd93
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_slideshow.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png b/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png
new file mode 100644
index 00000000..0c5ffad3
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_sort_alphabetically.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_sort_by_size.png b/res/res/drawable-mdpi/ic_menu_sort_by_size.png
new file mode 100644
index 00000000..19e8d1ba
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_sort_by_size.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_star.png b/res/res/drawable-mdpi/ic_menu_star.png
new file mode 100644
index 00000000..0c22fe86
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_star.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_start_conversation.png b/res/res/drawable-mdpi/ic_menu_start_conversation.png
new file mode 100644
index 00000000..24b65402
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_start_conversation.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_stop.png b/res/res/drawable-mdpi/ic_menu_stop.png
new file mode 100644
index 00000000..efb40362
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_stop.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_today.png b/res/res/drawable-mdpi/ic_menu_today.png
new file mode 100644
index 00000000..8c248ae9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_today.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_upload.png b/res/res/drawable-mdpi/ic_menu_upload.png
new file mode 100644
index 00000000..9e8459a5
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_upload.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_upload_you_tube.png b/res/res/drawable-mdpi/ic_menu_upload_you_tube.png
new file mode 100644
index 00000000..a67c4092
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_upload_you_tube.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_view.png b/res/res/drawable-mdpi/ic_menu_view.png
new file mode 100644
index 00000000..082810d4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_view.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_week.png b/res/res/drawable-mdpi/ic_menu_week.png
new file mode 100644
index 00000000..e11e5f1a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_week.png differ
diff --git a/res/res/drawable-mdpi/ic_menu_zoom.png b/res/res/drawable-mdpi/ic_menu_zoom.png
new file mode 100644
index 00000000..062d6f3d
Binary files /dev/null and b/res/res/drawable-mdpi/ic_menu_zoom.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_cast_0.png b/res/res/drawable-mdpi/ic_notification_cast_0.png
new file mode 100644
index 00000000..a51a3cbe
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_cast_0.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_cast_1.png b/res/res/drawable-mdpi/ic_notification_cast_1.png
new file mode 100644
index 00000000..e0813678
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_cast_1.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_cast_2.png b/res/res/drawable-mdpi/ic_notification_cast_2.png
new file mode 100644
index 00000000..a7f4de43
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_cast_2.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_clear_all.png b/res/res/drawable-mdpi/ic_notification_clear_all.png
new file mode 100644
index 00000000..f2114d77
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_clear_all.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_ime_default.png b/res/res/drawable-mdpi/ic_notification_ime_default.png
new file mode 100644
index 00000000..7d97eb57
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_ime_default.png differ
diff --git a/res/res/drawable-mdpi/ic_notification_overlay.9.png b/res/res/drawable-mdpi/ic_notification_overlay.9.png
new file mode 100644
index 00000000..1a3063c4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_notification_overlay.9.png differ
diff --git a/res/res/drawable-mdpi/ic_partial_secure.png b/res/res/drawable-mdpi/ic_partial_secure.png
new file mode 100644
index 00000000..76ba96a9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_partial_secure.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_disk_full.png b/res/res/drawable-mdpi/ic_popup_disk_full.png
new file mode 100644
index 00000000..e6da5d0a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_disk_full.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_reminder.png b/res/res/drawable-mdpi/ic_popup_reminder.png
new file mode 100644
index 00000000..af15279a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_reminder.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_1.png b/res/res/drawable-mdpi/ic_popup_sync_1.png
new file mode 100644
index 00000000..13d8cdd4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_1.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_2.png b/res/res/drawable-mdpi/ic_popup_sync_2.png
new file mode 100644
index 00000000..6ca162a8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_2.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_3.png b/res/res/drawable-mdpi/ic_popup_sync_3.png
new file mode 100644
index 00000000..a7c21dd2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_3.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_4.png b/res/res/drawable-mdpi/ic_popup_sync_4.png
new file mode 100644
index 00000000..e9be04e7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_4.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_5.png b/res/res/drawable-mdpi/ic_popup_sync_5.png
new file mode 100644
index 00000000..65d87c4a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_5.png differ
diff --git a/res/res/drawable-mdpi/ic_popup_sync_6.png b/res/res/drawable-mdpi/ic_popup_sync_6.png
new file mode 100644
index 00000000..2015c888
Binary files /dev/null and b/res/res/drawable-mdpi/ic_popup_sync_6.png differ
diff --git a/res/res/drawable-mdpi/ic_print.png b/res/res/drawable-mdpi/ic_print.png
new file mode 100644
index 00000000..a3954b54
Binary files /dev/null and b/res/res/drawable-mdpi/ic_print.png differ
diff --git a/res/res/drawable-mdpi/ic_print_error.png b/res/res/drawable-mdpi/ic_print_error.png
new file mode 100644
index 00000000..44109eb1
Binary files /dev/null and b/res/res/drawable-mdpi/ic_print_error.png differ
diff --git a/res/res/drawable-mdpi/ic_search.png b/res/res/drawable-mdpi/ic_search.png
new file mode 100644
index 00000000..66145e02
Binary files /dev/null and b/res/res/drawable-mdpi/ic_search.png differ
diff --git a/res/res/drawable-mdpi/ic_search_api_holo_dark.png b/res/res/drawable-mdpi/ic_search_api_holo_dark.png
new file mode 100644
index 00000000..4771a56b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_search_api_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_search_api_holo_light.png b/res/res/drawable-mdpi/ic_search_api_holo_light.png
new file mode 100644
index 00000000..60a55f8b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_search_api_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_search_category_default.png b/res/res/drawable-mdpi/ic_search_category_default.png
new file mode 100644
index 00000000..94446db9
Binary files /dev/null and b/res/res/drawable-mdpi/ic_search_category_default.png differ
diff --git a/res/res/drawable-mdpi/ic_secure.png b/res/res/drawable-mdpi/ic_secure.png
new file mode 100644
index 00000000..4f15fc49
Binary files /dev/null and b/res/res/drawable-mdpi/ic_secure.png differ
diff --git a/res/res/drawable-mdpi/ic_settings.png b/res/res/drawable-mdpi/ic_settings.png
new file mode 100644
index 00000000..e6237eb1
Binary files /dev/null and b/res/res/drawable-mdpi/ic_settings.png differ
diff --git a/res/res/drawable-mdpi/ic_settings_language.png b/res/res/drawable-mdpi/ic_settings_language.png
new file mode 100644
index 00000000..f8aca679
Binary files /dev/null and b/res/res/drawable-mdpi/ic_settings_language.png differ
diff --git a/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png b/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png
new file mode 100644
index 00000000..5d212851
Binary files /dev/null and b/res/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png differ
diff --git a/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png b/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png
new file mode 100644
index 00000000..249379dd
Binary files /dev/null and b/res/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png differ
diff --git a/res/res/drawable-mdpi/ic_star_black_16dp.png b/res/res/drawable-mdpi/ic_star_black_16dp.png
new file mode 100644
index 00000000..3f5d25e0
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_black_16dp.png differ
diff --git a/res/res/drawable-mdpi/ic_star_black_36dp.png b/res/res/drawable-mdpi/ic_star_black_36dp.png
new file mode 100644
index 00000000..92a0f586
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_black_36dp.png differ
diff --git a/res/res/drawable-mdpi/ic_star_black_48dp.png b/res/res/drawable-mdpi/ic_star_black_48dp.png
new file mode 100644
index 00000000..c636ce8e
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_black_48dp.png differ
diff --git a/res/res/drawable-mdpi/ic_star_half_black_16dp.png b/res/res/drawable-mdpi/ic_star_half_black_16dp.png
new file mode 100644
index 00000000..beea92a4
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_half_black_16dp.png differ
diff --git a/res/res/drawable-mdpi/ic_star_half_black_36dp.png b/res/res/drawable-mdpi/ic_star_half_black_36dp.png
new file mode 100644
index 00000000..5caae608
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_half_black_36dp.png differ
diff --git a/res/res/drawable-mdpi/ic_star_half_black_48dp.png b/res/res/drawable-mdpi/ic_star_half_black_48dp.png
new file mode 100644
index 00000000..d53afa22
Binary files /dev/null and b/res/res/drawable-mdpi/ic_star_half_black_48dp.png differ
diff --git a/res/res/drawable-mdpi/ic_sysbar_quicksettings.png b/res/res/drawable-mdpi/ic_sysbar_quicksettings.png
new file mode 100644
index 00000000..79281042
Binary files /dev/null and b/res/res/drawable-mdpi/ic_sysbar_quicksettings.png differ
diff --git a/res/res/drawable-mdpi/ic_vibrate.png b/res/res/drawable-mdpi/ic_vibrate.png
new file mode 100644
index 00000000..4fecce14
Binary files /dev/null and b/res/res/drawable-mdpi/ic_vibrate.png differ
diff --git a/res/res/drawable-mdpi/ic_vibrate_small.png b/res/res/drawable-mdpi/ic_vibrate_small.png
new file mode 100644
index 00000000..f04804e2
Binary files /dev/null and b/res/res/drawable-mdpi/ic_vibrate_small.png differ
diff --git a/res/res/drawable-mdpi/ic_voice_search.png b/res/res/drawable-mdpi/ic_voice_search.png
new file mode 100644
index 00000000..b2535fb8
Binary files /dev/null and b/res/res/drawable-mdpi/ic_voice_search.png differ
diff --git a/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png b/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png
new file mode 100644
index 00000000..fcc2105b
Binary files /dev/null and b/res/res/drawable-mdpi/ic_voice_search_api_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png b/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png
new file mode 100644
index 00000000..b516b95a
Binary files /dev/null and b/res/res/drawable-mdpi/ic_voice_search_api_holo_light.png differ
diff --git a/res/res/drawable-mdpi/ic_volume.png b/res/res/drawable-mdpi/ic_volume.png
new file mode 100644
index 00000000..20aa0304
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume.png differ
diff --git a/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png b/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png
new file mode 100644
index 00000000..cf86ab36
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png differ
diff --git a/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png b/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png
new file mode 100644
index 00000000..94801fc7
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume_bluetooth_in_call.png differ
diff --git a/res/res/drawable-mdpi/ic_volume_off.png b/res/res/drawable-mdpi/ic_volume_off.png
new file mode 100644
index 00000000..fefb9c40
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume_off.png differ
diff --git a/res/res/drawable-mdpi/ic_volume_off_small.png b/res/res/drawable-mdpi/ic_volume_off_small.png
new file mode 100644
index 00000000..529298cc
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume_off_small.png differ
diff --git a/res/res/drawable-mdpi/ic_volume_small.png b/res/res/drawable-mdpi/ic_volume_small.png
new file mode 100644
index 00000000..2a7ec034
Binary files /dev/null and b/res/res/drawable-mdpi/ic_volume_small.png differ
diff --git a/res/res/drawable-mdpi/icon_highlight_rectangle.9.png b/res/res/drawable-mdpi/icon_highlight_rectangle.9.png
new file mode 100644
index 00000000..3dafde35
Binary files /dev/null and b/res/res/drawable-mdpi/icon_highlight_rectangle.9.png differ
diff --git a/res/res/drawable-mdpi/icon_highlight_square.9.png b/res/res/drawable-mdpi/icon_highlight_square.9.png
new file mode 100644
index 00000000..a93a3f86
Binary files /dev/null and b/res/res/drawable-mdpi/icon_highlight_square.9.png differ
diff --git a/res/res/drawable-mdpi/ime_qwerty.png b/res/res/drawable-mdpi/ime_qwerty.png
new file mode 100644
index 00000000..e6e5cda4
Binary files /dev/null and b/res/res/drawable-mdpi/ime_qwerty.png differ
diff --git a/res/res/drawable-mdpi/indicator_input_error.png b/res/res/drawable-mdpi/indicator_input_error.png
new file mode 100644
index 00000000..775e4175
Binary files /dev/null and b/res/res/drawable-mdpi/indicator_input_error.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png b/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png
new file mode 100644
index 00000000..334a8e01
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_long_left_green.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png b/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png
new file mode 100644
index 00000000..2e011ca3
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png b/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png
new file mode 100644
index 00000000..323745ea
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png b/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png
new file mode 100644
index 00000000..1e97c9a9
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_long_right_red.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png b/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png
new file mode 100644
index 00000000..3536e589
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_short_left.png b/res/res/drawable-mdpi/jog_dial_arrow_short_left.png
new file mode 100644
index 00000000..4a4ab3ae
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_short_left.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png b/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png
new file mode 100644
index 00000000..987cfa78
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_arrow_short_right.png b/res/res/drawable-mdpi/jog_dial_arrow_short_right.png
new file mode 100644
index 00000000..ee798755
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_arrow_short_right.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_bg.png b/res/res/drawable-mdpi/jog_dial_bg.png
new file mode 100644
index 00000000..2f8f24d4
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_bg.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_dimple.png b/res/res/drawable-mdpi/jog_dial_dimple.png
new file mode 100644
index 00000000..85d3a438
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_dimple.png differ
diff --git a/res/res/drawable-mdpi/jog_dial_dimple_dim.png b/res/res/drawable-mdpi/jog_dial_dimple_dim.png
new file mode 100644
index 00000000..664e89dd
Binary files /dev/null and b/res/res/drawable-mdpi/jog_dial_dimple_dim.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png
new file mode 100644
index 00000000..0f1190b7
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png
new file mode 100644
index 00000000..88ca2e0f
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png
new file mode 100644
index 00000000..f0f94362
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png
new file mode 100644
index 00000000..8aa1263e
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png
new file mode 100644
index 00000000..4a89f4b8
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png b/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png
new file mode 100644
index 00000000..78c7a9fd
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png
new file mode 100644
index 00000000..a6ee3292
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png
new file mode 100644
index 00000000..386ed9d8
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png
new file mode 100644
index 00000000..0242a42b
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png
new file mode 100644
index 00000000..b8c2e186
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png
new file mode 100644
index 00000000..36f9a322
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png b/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png
new file mode 100644
index 00000000..8bdfd840
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png b/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png
new file mode 100644
index 00000000..3dce4513
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_confirm_gray.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_confirm_green.png b/res/res/drawable-mdpi/jog_tab_left_confirm_green.png
new file mode 100644
index 00000000..829b1462
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_confirm_green.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_confirm_red.png b/res/res/drawable-mdpi/jog_tab_left_confirm_red.png
new file mode 100644
index 00000000..f2ceb2ea
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_confirm_red.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png b/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png
new file mode 100644
index 00000000..5a292621
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_confirm_yellow.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_normal.png b/res/res/drawable-mdpi/jog_tab_left_normal.png
new file mode 100644
index 00000000..eb91e97e
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_normal.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_left_pressed.png b/res/res/drawable-mdpi/jog_tab_left_pressed.png
new file mode 100644
index 00000000..99519929
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_left_pressed.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png b/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png
new file mode 100644
index 00000000..d446480d
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_confirm_gray.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_confirm_green.png b/res/res/drawable-mdpi/jog_tab_right_confirm_green.png
new file mode 100644
index 00000000..96d7acbb
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_confirm_green.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_confirm_red.png b/res/res/drawable-mdpi/jog_tab_right_confirm_red.png
new file mode 100644
index 00000000..2e1e105c
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_confirm_red.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png b/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png
new file mode 100644
index 00000000..8224c38e
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_confirm_yellow.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_normal.png b/res/res/drawable-mdpi/jog_tab_right_normal.png
new file mode 100644
index 00000000..f2113f26
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_normal.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_right_pressed.png b/res/res/drawable-mdpi/jog_tab_right_pressed.png
new file mode 100644
index 00000000..65cd51ea
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_right_pressed.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_target_gray.png b/res/res/drawable-mdpi/jog_tab_target_gray.png
new file mode 100644
index 00000000..a1e25e12
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_target_gray.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_target_green.png b/res/res/drawable-mdpi/jog_tab_target_green.png
new file mode 100644
index 00000000..d1377eed
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_target_green.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_target_red.png b/res/res/drawable-mdpi/jog_tab_target_red.png
new file mode 100644
index 00000000..b840bc62
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_target_red.png differ
diff --git a/res/res/drawable-mdpi/jog_tab_target_yellow.png b/res/res/drawable-mdpi/jog_tab_target_yellow.png
new file mode 100644
index 00000000..58b2e626
Binary files /dev/null and b/res/res/drawable-mdpi/jog_tab_target_yellow.png differ
diff --git a/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png b/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png
new file mode 100644
index 00000000..8f828f6f
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png differ
diff --git a/res/res/drawable-mdpi/keyboard_background.9.png b/res/res/drawable-mdpi/keyboard_background.9.png
new file mode 100644
index 00000000..1d3ce05b
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_background.9.png differ
diff --git a/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png b/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png
new file mode 100644
index 00000000..2a80f096
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_key_feedback_background.9.png differ
diff --git a/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png b/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png
new file mode 100644
index 00000000..29aa285b
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png differ
diff --git a/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png b/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png
new file mode 100644
index 00000000..36d75df6
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_popup_panel_background.9.png differ
diff --git a/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png b/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png
new file mode 100644
index 00000000..4ba2a490
Binary files /dev/null and b/res/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png differ
diff --git a/res/res/drawable-mdpi/light_header.9.png b/res/res/drawable-mdpi/light_header.9.png
new file mode 100644
index 00000000..fcd9e2d2
Binary files /dev/null and b/res/res/drawable-mdpi/light_header.9.png differ
diff --git a/res/res/drawable-mdpi/list_activated_holo.9.png b/res/res/drawable-mdpi/list_activated_holo.9.png
new file mode 100644
index 00000000..3bf8e036
Binary files /dev/null and b/res/res/drawable-mdpi/list_activated_holo.9.png differ
diff --git a/res/res/drawable-mdpi/list_divider_holo_dark.9.png b/res/res/drawable-mdpi/list_divider_holo_dark.9.png
new file mode 100644
index 00000000..986ab0b9
Binary files /dev/null and b/res/res/drawable-mdpi/list_divider_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_divider_holo_light.9.png b/res/res/drawable-mdpi/list_divider_holo_light.9.png
new file mode 100644
index 00000000..0279e17a
Binary files /dev/null and b/res/res/drawable-mdpi/list_divider_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png b/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png
new file mode 100644
index 00000000..0a4347f5
Binary files /dev/null and b/res/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_focused_holo.9.png b/res/res/drawable-mdpi/list_focused_holo.9.png
new file mode 100644
index 00000000..00f05d8c
Binary files /dev/null and b/res/res/drawable-mdpi/list_focused_holo.9.png differ
diff --git a/res/res/drawable-mdpi/list_longpressed_holo.9.png b/res/res/drawable-mdpi/list_longpressed_holo.9.png
new file mode 100644
index 00000000..3bf8e036
Binary files /dev/null and b/res/res/drawable-mdpi/list_longpressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png b/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png
new file mode 100644
index 00000000..c6c1c02e
Binary files /dev/null and b/res/res/drawable-mdpi/list_longpressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_longpressed_holo_light.9.png b/res/res/drawable-mdpi/list_longpressed_holo_light.9.png
new file mode 100644
index 00000000..3226ab76
Binary files /dev/null and b/res/res/drawable-mdpi/list_longpressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_pressed_holo_dark.9.png b/res/res/drawable-mdpi/list_pressed_holo_dark.9.png
new file mode 100644
index 00000000..fd0e8d7d
Binary files /dev/null and b/res/res/drawable-mdpi/list_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_pressed_holo_light.9.png b/res/res/drawable-mdpi/list_pressed_holo_light.9.png
new file mode 100644
index 00000000..061904c4
Binary files /dev/null and b/res/res/drawable-mdpi/list_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png b/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png
new file mode 100644
index 00000000..af0bc168
Binary files /dev/null and b/res/res/drawable-mdpi/list_section_divider_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_section_divider_holo_light.9.png b/res/res/drawable-mdpi/list_section_divider_holo_light.9.png
new file mode 100644
index 00000000..c2f2dd87
Binary files /dev/null and b/res/res/drawable-mdpi/list_section_divider_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png b/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png
new file mode 100644
index 00000000..11ae4f40
Binary files /dev/null and b/res/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/list_section_header_holo_dark.9.png b/res/res/drawable-mdpi/list_section_header_holo_dark.9.png
new file mode 100644
index 00000000..48dfea0f
Binary files /dev/null and b/res/res/drawable-mdpi/list_section_header_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_section_header_holo_light.9.png b/res/res/drawable-mdpi/list_section_header_holo_light.9.png
new file mode 100644
index 00000000..36a046b9
Binary files /dev/null and b/res/res/drawable-mdpi/list_section_header_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selected_holo_dark.9.png b/res/res/drawable-mdpi/list_selected_holo_dark.9.png
new file mode 100644
index 00000000..5f97f2b8
Binary files /dev/null and b/res/res/drawable-mdpi/list_selected_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selected_holo_light.9.png b/res/res/drawable-mdpi/list_selected_holo_light.9.png
new file mode 100644
index 00000000..779d10eb
Binary files /dev/null and b/res/res/drawable-mdpi/list_selected_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png b/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png
new file mode 100644
index 00000000..66bc259c
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_activated_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png b/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png
new file mode 100644
index 00000000..c5822b12
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_activated_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_default.9.png b/res/res/drawable-mdpi/list_selector_background_default.9.png
new file mode 100644
index 00000000..cac71b02
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_default.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_default_light.9.png b/res/res/drawable-mdpi/list_selector_background_default_light.9.png
new file mode 100644
index 00000000..bdedffdd
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_default_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_disabled.9.png b/res/res/drawable-mdpi/list_selector_background_disabled.9.png
new file mode 100644
index 00000000..8ad0b329
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png b/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png
new file mode 100644
index 00000000..bc992612
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_disabled_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_focus.9.png b/res/res/drawable-mdpi/list_selector_background_focus.9.png
new file mode 100644
index 00000000..da625af3
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_focus.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_focused.9.png b/res/res/drawable-mdpi/list_selector_background_focused.9.png
new file mode 100644
index 00000000..5b1f1952
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_focused.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_focused_light.9.png b/res/res/drawable-mdpi/list_selector_background_focused_light.9.png
new file mode 100644
index 00000000..5b1f1952
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_focused_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png b/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png
new file mode 100644
index 00000000..e5b0c1db
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_focused_selected.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_longpress.9.png b/res/res/drawable-mdpi/list_selector_background_longpress.9.png
new file mode 100644
index 00000000..fbf7ef03
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_longpress.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png b/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png
new file mode 100644
index 00000000..646fc690
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_longpress_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_pressed.9.png b/res/res/drawable-mdpi/list_selector_background_pressed.9.png
new file mode 100644
index 00000000..dd2a0247
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png b/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png
new file mode 100644
index 00000000..fdf6f491
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_pressed_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_selected.9.png b/res/res/drawable-mdpi/list_selector_background_selected.9.png
new file mode 100644
index 00000000..a4ac1e30
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_selected.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_background_selected_light.9.png b/res/res/drawable-mdpi/list_selector_background_selected_light.9.png
new file mode 100644
index 00000000..d086194d
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_background_selected_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png b/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png
new file mode 100644
index 00000000..92da2f0d
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png b/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png
new file mode 100644
index 00000000..42cb6463
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png b/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png
new file mode 100644
index 00000000..eb4555d6
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png b/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png
new file mode 100644
index 00000000..d799fbfb
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png b/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png
new file mode 100644
index 00000000..2c3647ef
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png b/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png
new file mode 100644
index 00000000..860c58e9
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png b/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png
new file mode 100644
index 00000000..bf36a431
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png b/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png
new file mode 100644
index 00000000..0f0be2ac
Binary files /dev/null and b/res/res/drawable-mdpi/list_selector_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/magnified_region_frame.9.png b/res/res/drawable-mdpi/magnified_region_frame.9.png
new file mode 100644
index 00000000..a61cbea7
Binary files /dev/null and b/res/res/drawable-mdpi/magnified_region_frame.9.png differ
diff --git a/res/res/drawable-mdpi/maps_google_logo.png b/res/res/drawable-mdpi/maps_google_logo.png
new file mode 100644
index 00000000..1374aaa2
Binary files /dev/null and b/res/res/drawable-mdpi/maps_google_logo.png differ
diff --git a/res/res/drawable-mdpi/menu_background.9.png b/res/res/drawable-mdpi/menu_background.9.png
new file mode 100644
index 00000000..41a3d343
Binary files /dev/null and b/res/res/drawable-mdpi/menu_background.9.png differ
diff --git a/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png b/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png
new file mode 100644
index 00000000..1ddf0919
Binary files /dev/null and b/res/res/drawable-mdpi/menu_background_fill_parent_width.9.png differ
diff --git a/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png b/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png
new file mode 100644
index 00000000..31dc3429
Binary files /dev/null and b/res/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png b/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png
new file mode 100644
index 00000000..755c1454
Binary files /dev/null and b/res/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png b/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png
new file mode 100644
index 00000000..36779947
Binary files /dev/null and b/res/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png b/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png
new file mode 100644
index 00000000..02b25f09
Binary files /dev/null and b/res/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png b/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png
new file mode 100644
index 00000000..2020a424
Binary files /dev/null and b/res/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png b/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png
new file mode 100644
index 00000000..7cae402e
Binary files /dev/null and b/res/res/drawable-mdpi/menu_popup_panel_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/menu_separator.9.png b/res/res/drawable-mdpi/menu_separator.9.png
new file mode 100644
index 00000000..8a1a3363
Binary files /dev/null and b/res/res/drawable-mdpi/menu_separator.9.png differ
diff --git a/res/res/drawable-mdpi/menu_submenu_background.9.png b/res/res/drawable-mdpi/menu_submenu_background.9.png
new file mode 100644
index 00000000..2281c46e
Binary files /dev/null and b/res/res/drawable-mdpi/menu_submenu_background.9.png differ
diff --git a/res/res/drawable-mdpi/menuitem_background_focus.9.png b/res/res/drawable-mdpi/menuitem_background_focus.9.png
new file mode 100644
index 00000000..c3e24158
Binary files /dev/null and b/res/res/drawable-mdpi/menuitem_background_focus.9.png differ
diff --git a/res/res/drawable-mdpi/menuitem_background_pressed.9.png b/res/res/drawable-mdpi/menuitem_background_pressed.9.png
new file mode 100644
index 00000000..02b4e9a5
Binary files /dev/null and b/res/res/drawable-mdpi/menuitem_background_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png b/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png
new file mode 100644
index 00000000..99dd9b1f
Binary files /dev/null and b/res/res/drawable-mdpi/menuitem_background_solid_focused.9.png differ
diff --git a/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png b/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png
new file mode 100644
index 00000000..389063a9
Binary files /dev/null and b/res/res/drawable-mdpi/menuitem_background_solid_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/menuitem_checkbox_on.png b/res/res/drawable-mdpi/menuitem_checkbox_on.png
new file mode 100644
index 00000000..bd8ff931
Binary files /dev/null and b/res/res/drawable-mdpi/menuitem_checkbox_on.png differ
diff --git a/res/res/drawable-mdpi/minitab_lt_focus.9.png b/res/res/drawable-mdpi/minitab_lt_focus.9.png
new file mode 100644
index 00000000..415c5715
Binary files /dev/null and b/res/res/drawable-mdpi/minitab_lt_focus.9.png differ
diff --git a/res/res/drawable-mdpi/minitab_lt_press.9.png b/res/res/drawable-mdpi/minitab_lt_press.9.png
new file mode 100644
index 00000000..4166543a
Binary files /dev/null and b/res/res/drawable-mdpi/minitab_lt_press.9.png differ
diff --git a/res/res/drawable-mdpi/minitab_lt_selected.9.png b/res/res/drawable-mdpi/minitab_lt_selected.9.png
new file mode 100644
index 00000000..fefa27e8
Binary files /dev/null and b/res/res/drawable-mdpi/minitab_lt_selected.9.png differ
diff --git a/res/res/drawable-mdpi/minitab_lt_unselected.9.png b/res/res/drawable-mdpi/minitab_lt_unselected.9.png
new file mode 100644
index 00000000..0051cd5a
Binary files /dev/null and b/res/res/drawable-mdpi/minitab_lt_unselected.9.png differ
diff --git a/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png b/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png
new file mode 100644
index 00000000..69444dd5
Binary files /dev/null and b/res/res/drawable-mdpi/minitab_lt_unselected_press.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_down_disabled.9.png b/res/res/drawable-mdpi/numberpicker_down_disabled.9.png
new file mode 100644
index 00000000..596294b6
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_down_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png b/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png
new file mode 100644
index 00000000..662cffd1
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_down_normal.9.png b/res/res/drawable-mdpi/numberpicker_down_normal.9.png
new file mode 100644
index 00000000..f17e8f94
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_down_normal.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_down_pressed.9.png b/res/res/drawable-mdpi/numberpicker_down_pressed.9.png
new file mode 100644
index 00000000..777bcf5f
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_down_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_down_selected.9.png b/res/res/drawable-mdpi/numberpicker_down_selected.9.png
new file mode 100644
index 00000000..b45db621
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_down_selected.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_input_disabled.9.png b/res/res/drawable-mdpi/numberpicker_input_disabled.9.png
new file mode 100644
index 00000000..f73658e7
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_input_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_input_normal.9.png b/res/res/drawable-mdpi/numberpicker_input_normal.9.png
new file mode 100644
index 00000000..8032adac
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_input_normal.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_input_pressed.9.png b/res/res/drawable-mdpi/numberpicker_input_pressed.9.png
new file mode 100644
index 00000000..30d8d5fa
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_input_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_input_selected.9.png b/res/res/drawable-mdpi/numberpicker_input_selected.9.png
new file mode 100644
index 00000000..874f18f2
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_input_selected.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_selection_divider.9.png b/res/res/drawable-mdpi/numberpicker_selection_divider.9.png
new file mode 100644
index 00000000..076fc166
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_selection_divider.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_up_disabled.9.png b/res/res/drawable-mdpi/numberpicker_up_disabled.9.png
new file mode 100644
index 00000000..327b0b5a
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_up_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png b/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png
new file mode 100644
index 00000000..4c96680f
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_up_normal.9.png b/res/res/drawable-mdpi/numberpicker_up_normal.9.png
new file mode 100644
index 00000000..dcd26e01
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_up_normal.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_up_pressed.9.png b/res/res/drawable-mdpi/numberpicker_up_pressed.9.png
new file mode 100644
index 00000000..7dac7786
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_up_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/numberpicker_up_selected.9.png b/res/res/drawable-mdpi/numberpicker_up_selected.9.png
new file mode 100644
index 00000000..35dae8ef
Binary files /dev/null and b/res/res/drawable-mdpi/numberpicker_up_selected.9.png differ
diff --git a/res/res/drawable-mdpi/panel_background.9.png b/res/res/drawable-mdpi/panel_background.9.png
new file mode 100644
index 00000000..822b6c63
Binary files /dev/null and b/res/res/drawable-mdpi/panel_background.9.png differ
diff --git a/res/res/drawable-mdpi/panel_bg_holo_dark.9.png b/res/res/drawable-mdpi/panel_bg_holo_dark.9.png
new file mode 100644
index 00000000..588eb3c0
Binary files /dev/null and b/res/res/drawable-mdpi/panel_bg_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/panel_bg_holo_light.9.png b/res/res/drawable-mdpi/panel_bg_holo_light.9.png
new file mode 100644
index 00000000..c1cdbc75
Binary files /dev/null and b/res/res/drawable-mdpi/panel_bg_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png b/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png
new file mode 100644
index 00000000..7ebdbe5e
Binary files /dev/null and b/res/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png differ
diff --git a/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png b/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png
new file mode 100644
index 00000000..fd17d091
Binary files /dev/null and b/res/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png differ
diff --git a/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png b/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png
new file mode 100644
index 00000000..7bb02166
Binary files /dev/null and b/res/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png differ
diff --git a/res/res/drawable-mdpi/password_field_default.9.png b/res/res/drawable-mdpi/password_field_default.9.png
new file mode 100644
index 00000000..3193275c
Binary files /dev/null and b/res/res/drawable-mdpi/password_field_default.9.png differ
diff --git a/res/res/drawable-mdpi/password_keyboard_background_holo.9.png b/res/res/drawable-mdpi/password_keyboard_background_holo.9.png
new file mode 100644
index 00000000..c56c704b
Binary files /dev/null and b/res/res/drawable-mdpi/password_keyboard_background_holo.9.png differ
diff --git a/res/res/drawable-mdpi/perm_group_accessibility_features.png b/res/res/drawable-mdpi/perm_group_accessibility_features.png
new file mode 100644
index 00000000..57c41671
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_accessibility_features.png differ
diff --git a/res/res/drawable-mdpi/perm_group_affects_battery.png b/res/res/drawable-mdpi/perm_group_affects_battery.png
new file mode 100644
index 00000000..55a0b798
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_affects_battery.png differ
diff --git a/res/res/drawable-mdpi/perm_group_app_info.png b/res/res/drawable-mdpi/perm_group_app_info.png
new file mode 100644
index 00000000..8393586e
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_app_info.png differ
diff --git a/res/res/drawable-mdpi/perm_group_audio_settings.png b/res/res/drawable-mdpi/perm_group_audio_settings.png
new file mode 100644
index 00000000..734429f6
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_audio_settings.png differ
diff --git a/res/res/drawable-mdpi/perm_group_bluetooth.png b/res/res/drawable-mdpi/perm_group_bluetooth.png
new file mode 100644
index 00000000..4b79c1a6
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_bluetooth.png differ
diff --git a/res/res/drawable-mdpi/perm_group_bookmarks.png b/res/res/drawable-mdpi/perm_group_bookmarks.png
new file mode 100644
index 00000000..ca3d4536
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_bookmarks.png differ
diff --git a/res/res/drawable-mdpi/perm_group_device_alarms.png b/res/res/drawable-mdpi/perm_group_device_alarms.png
new file mode 100644
index 00000000..48339cd7
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_device_alarms.png differ
diff --git a/res/res/drawable-mdpi/perm_group_display.png b/res/res/drawable-mdpi/perm_group_display.png
new file mode 100644
index 00000000..9738f15f
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_display.png differ
diff --git a/res/res/drawable-mdpi/perm_group_network.png b/res/res/drawable-mdpi/perm_group_network.png
new file mode 100644
index 00000000..c575d703
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_network.png differ
diff --git a/res/res/drawable-mdpi/perm_group_personal_info.png b/res/res/drawable-mdpi/perm_group_personal_info.png
new file mode 100644
index 00000000..13ec27e3
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_personal_info.png differ
diff --git a/res/res/drawable-mdpi/perm_group_screenlock.png b/res/res/drawable-mdpi/perm_group_screenlock.png
new file mode 100644
index 00000000..9d9bb756
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_screenlock.png differ
diff --git a/res/res/drawable-mdpi/perm_group_shortrange_network.png b/res/res/drawable-mdpi/perm_group_shortrange_network.png
new file mode 100644
index 00000000..5d35676b
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_shortrange_network.png differ
diff --git a/res/res/drawable-mdpi/perm_group_status_bar.png b/res/res/drawable-mdpi/perm_group_status_bar.png
new file mode 100644
index 00000000..f10536b3
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_status_bar.png differ
diff --git a/res/res/drawable-mdpi/perm_group_sync_settings.png b/res/res/drawable-mdpi/perm_group_sync_settings.png
new file mode 100644
index 00000000..f5ef82b2
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_sync_settings.png differ
diff --git a/res/res/drawable-mdpi/perm_group_system_clock.png b/res/res/drawable-mdpi/perm_group_system_clock.png
new file mode 100644
index 00000000..3a676428
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_system_clock.png differ
diff --git a/res/res/drawable-mdpi/perm_group_system_tools.png b/res/res/drawable-mdpi/perm_group_system_tools.png
new file mode 100644
index 00000000..fd282e61
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_system_tools.png differ
diff --git a/res/res/drawable-mdpi/perm_group_voicemail.png b/res/res/drawable-mdpi/perm_group_voicemail.png
new file mode 100644
index 00000000..108a7258
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_voicemail.png differ
diff --git a/res/res/drawable-mdpi/perm_group_wallpaper.png b/res/res/drawable-mdpi/perm_group_wallpaper.png
new file mode 100644
index 00000000..aa06f388
Binary files /dev/null and b/res/res/drawable-mdpi/perm_group_wallpaper.png differ
diff --git a/res/res/drawable-mdpi/picture_emergency.png b/res/res/drawable-mdpi/picture_emergency.png
new file mode 100644
index 00000000..a224b800
Binary files /dev/null and b/res/res/drawable-mdpi/picture_emergency.png differ
diff --git a/res/res/drawable-mdpi/picture_frame.9.png b/res/res/drawable-mdpi/picture_frame.9.png
new file mode 100644
index 00000000..ba715709
Binary files /dev/null and b/res/res/drawable-mdpi/picture_frame.9.png differ
diff --git a/res/res/drawable-mdpi/pointer_arrow.png b/res/res/drawable-mdpi/pointer_arrow.png
new file mode 100644
index 00000000..0745db2b
Binary files /dev/null and b/res/res/drawable-mdpi/pointer_arrow.png differ
diff --git a/res/res/drawable-mdpi/pointer_spot_anchor.png b/res/res/drawable-mdpi/pointer_spot_anchor.png
new file mode 100644
index 00000000..4e282e7f
Binary files /dev/null and b/res/res/drawable-mdpi/pointer_spot_anchor.png differ
diff --git a/res/res/drawable-mdpi/pointer_spot_hover.png b/res/res/drawable-mdpi/pointer_spot_hover.png
new file mode 100644
index 00000000..67d0b066
Binary files /dev/null and b/res/res/drawable-mdpi/pointer_spot_hover.png differ
diff --git a/res/res/drawable-mdpi/pointer_spot_touch.png b/res/res/drawable-mdpi/pointer_spot_touch.png
new file mode 100644
index 00000000..45dc5c08
Binary files /dev/null and b/res/res/drawable-mdpi/pointer_spot_touch.png differ
diff --git a/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png b/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png
new file mode 100644
index 00000000..e9204993
Binary files /dev/null and b/res/res/drawable-mdpi/popup_background_mtrl_mult.9.png differ
diff --git a/res/res/drawable-mdpi/popup_bottom_bright.9.png b/res/res/drawable-mdpi/popup_bottom_bright.9.png
new file mode 100644
index 00000000..e7b713dd
Binary files /dev/null and b/res/res/drawable-mdpi/popup_bottom_bright.9.png differ
diff --git a/res/res/drawable-mdpi/popup_bottom_dark.9.png b/res/res/drawable-mdpi/popup_bottom_dark.9.png
new file mode 100644
index 00000000..88ce3361
Binary files /dev/null and b/res/res/drawable-mdpi/popup_bottom_dark.9.png differ
diff --git a/res/res/drawable-mdpi/popup_bottom_medium.9.png b/res/res/drawable-mdpi/popup_bottom_medium.9.png
new file mode 100644
index 00000000..e5aaad0b
Binary files /dev/null and b/res/res/drawable-mdpi/popup_bottom_medium.9.png differ
diff --git a/res/res/drawable-mdpi/popup_center_bright.9.png b/res/res/drawable-mdpi/popup_center_bright.9.png
new file mode 100644
index 00000000..a2593561
Binary files /dev/null and b/res/res/drawable-mdpi/popup_center_bright.9.png differ
diff --git a/res/res/drawable-mdpi/popup_center_dark.9.png b/res/res/drawable-mdpi/popup_center_dark.9.png
new file mode 100644
index 00000000..9378dbf9
Binary files /dev/null and b/res/res/drawable-mdpi/popup_center_dark.9.png differ
diff --git a/res/res/drawable-mdpi/popup_center_medium.9.png b/res/res/drawable-mdpi/popup_center_medium.9.png
new file mode 100644
index 00000000..885403ca
Binary files /dev/null and b/res/res/drawable-mdpi/popup_center_medium.9.png differ
diff --git a/res/res/drawable-mdpi/popup_full_bright.9.png b/res/res/drawable-mdpi/popup_full_bright.9.png
new file mode 100644
index 00000000..d7fb3dbb
Binary files /dev/null and b/res/res/drawable-mdpi/popup_full_bright.9.png differ
diff --git a/res/res/drawable-mdpi/popup_full_dark.9.png b/res/res/drawable-mdpi/popup_full_dark.9.png
new file mode 100644
index 00000000..7b9f2918
Binary files /dev/null and b/res/res/drawable-mdpi/popup_full_dark.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_above_am.9.png b/res/res/drawable-mdpi/popup_inline_error_above_am.9.png
new file mode 100644
index 00000000..1d938174
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_above_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png b/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png
new file mode 100644
index 00000000..19b153b3
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png b/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png
new file mode 100644
index 00000000..c03e658a
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_am.9.png b/res/res/drawable-mdpi/popup_inline_error_am.9.png
new file mode 100644
index 00000000..17fbe4a6
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png b/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png
new file mode 100644
index 00000000..c3b8db95
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png b/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png
new file mode 100644
index 00000000..c228a832
Binary files /dev/null and b/res/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/popup_top_bright.9.png b/res/res/drawable-mdpi/popup_top_bright.9.png
new file mode 100644
index 00000000..72d82f00
Binary files /dev/null and b/res/res/drawable-mdpi/popup_top_bright.9.png differ
diff --git a/res/res/drawable-mdpi/popup_top_dark.9.png b/res/res/drawable-mdpi/popup_top_dark.9.png
new file mode 100644
index 00000000..616d80f9
Binary files /dev/null and b/res/res/drawable-mdpi/popup_top_dark.9.png differ
diff --git a/res/res/drawable-mdpi/presence_audio_away.png b/res/res/drawable-mdpi/presence_audio_away.png
new file mode 100644
index 00000000..e68bc11a
Binary files /dev/null and b/res/res/drawable-mdpi/presence_audio_away.png differ
diff --git a/res/res/drawable-mdpi/presence_audio_busy.png b/res/res/drawable-mdpi/presence_audio_busy.png
new file mode 100644
index 00000000..caa6d06d
Binary files /dev/null and b/res/res/drawable-mdpi/presence_audio_busy.png differ
diff --git a/res/res/drawable-mdpi/presence_audio_online.png b/res/res/drawable-mdpi/presence_audio_online.png
new file mode 100644
index 00000000..a7405980
Binary files /dev/null and b/res/res/drawable-mdpi/presence_audio_online.png differ
diff --git a/res/res/drawable-mdpi/presence_away.png b/res/res/drawable-mdpi/presence_away.png
new file mode 100644
index 00000000..62ee0ca4
Binary files /dev/null and b/res/res/drawable-mdpi/presence_away.png differ
diff --git a/res/res/drawable-mdpi/presence_busy.png b/res/res/drawable-mdpi/presence_busy.png
new file mode 100644
index 00000000..6def8769
Binary files /dev/null and b/res/res/drawable-mdpi/presence_busy.png differ
diff --git a/res/res/drawable-mdpi/presence_invisible.png b/res/res/drawable-mdpi/presence_invisible.png
new file mode 100644
index 00000000..715a1648
Binary files /dev/null and b/res/res/drawable-mdpi/presence_invisible.png differ
diff --git a/res/res/drawable-mdpi/presence_offline.png b/res/res/drawable-mdpi/presence_offline.png
new file mode 100644
index 00000000..262d5302
Binary files /dev/null and b/res/res/drawable-mdpi/presence_offline.png differ
diff --git a/res/res/drawable-mdpi/presence_online.png b/res/res/drawable-mdpi/presence_online.png
new file mode 100644
index 00000000..e16ec810
Binary files /dev/null and b/res/res/drawable-mdpi/presence_online.png differ
diff --git a/res/res/drawable-mdpi/presence_video_away.png b/res/res/drawable-mdpi/presence_video_away.png
new file mode 100644
index 00000000..2d3508d7
Binary files /dev/null and b/res/res/drawable-mdpi/presence_video_away.png differ
diff --git a/res/res/drawable-mdpi/presence_video_busy.png b/res/res/drawable-mdpi/presence_video_busy.png
new file mode 100644
index 00000000..f317efa6
Binary files /dev/null and b/res/res/drawable-mdpi/presence_video_busy.png differ
diff --git a/res/res/drawable-mdpi/presence_video_online.png b/res/res/drawable-mdpi/presence_video_online.png
new file mode 100644
index 00000000..777b6ff2
Binary files /dev/null and b/res/res/drawable-mdpi/presence_video_online.png differ
diff --git a/res/res/drawable-mdpi/pressed_application_background_static.png b/res/res/drawable-mdpi/pressed_application_background_static.png
new file mode 100644
index 00000000..070f6fd9
Binary files /dev/null and b/res/res/drawable-mdpi/pressed_application_background_static.png differ
diff --git a/res/res/drawable-mdpi/progress_bg_holo_dark.9.png b/res/res/drawable-mdpi/progress_bg_holo_dark.9.png
new file mode 100644
index 00000000..b1f5cf33
Binary files /dev/null and b/res/res/drawable-mdpi/progress_bg_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/progress_bg_holo_light.9.png b/res/res/drawable-mdpi/progress_bg_holo_light.9.png
new file mode 100644
index 00000000..780b4b25
Binary files /dev/null and b/res/res/drawable-mdpi/progress_bg_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/progress_primary_holo_dark.9.png b/res/res/drawable-mdpi/progress_primary_holo_dark.9.png
new file mode 100644
index 00000000..b86f4b51
Binary files /dev/null and b/res/res/drawable-mdpi/progress_primary_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/progress_primary_holo_light.9.png b/res/res/drawable-mdpi/progress_primary_holo_light.9.png
new file mode 100644
index 00000000..6fb94457
Binary files /dev/null and b/res/res/drawable-mdpi/progress_primary_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png b/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png
new file mode 100644
index 00000000..5651a7a1
Binary files /dev/null and b/res/res/drawable-mdpi/progress_secondary_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/progress_secondary_holo_light.9.png b/res/res/drawable-mdpi/progress_secondary_holo_light.9.png
new file mode 100644
index 00000000..9104cf94
Binary files /dev/null and b/res/res/drawable-mdpi/progress_secondary_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate1.png b/res/res/drawable-mdpi/progressbar_indeterminate1.png
new file mode 100644
index 00000000..71780ef4
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate1.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate2.png b/res/res/drawable-mdpi/progressbar_indeterminate2.png
new file mode 100644
index 00000000..236988ba
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate2.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate3.png b/res/res/drawable-mdpi/progressbar_indeterminate3.png
new file mode 100644
index 00000000..15702354
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate3.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png
new file mode 100644
index 00000000..df7d06aa
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo1.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png
new file mode 100644
index 00000000..b5b933f7
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo2.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png
new file mode 100644
index 00000000..b4dccc64
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo3.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png
new file mode 100644
index 00000000..e61f3b35
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo4.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png
new file mode 100644
index 00000000..969ab74a
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo5.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png
new file mode 100644
index 00000000..5c1aa616
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo6.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png
new file mode 100644
index 00000000..0946f2d4
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo7.png differ
diff --git a/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png b/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png
new file mode 100644
index 00000000..a900c9f8
Binary files /dev/null and b/res/res/drawable-mdpi/progressbar_indeterminate_holo8.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png b/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png
new file mode 100644
index 00000000..ece65511
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png b/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png
new file mode 100644
index 00000000..819656f6
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png b/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png
new file mode 100644
index 00000000..8e959707
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png b/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png
new file mode 100644
index 00000000..d5bef519
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png b/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png
new file mode 100644
index 00000000..543e341e
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png b/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png
new file mode 100644
index 00000000..e40e91d6
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png b/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png
new file mode 100644
index 00000000..a4617e7c
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png b/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png
new file mode 100644
index 00000000..1e8e7a06
Binary files /dev/null and b/res/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png
new file mode 100644
index 00000000..d12a1966
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png
new file mode 100644
index 00000000..27c7977d
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png
new file mode 100644
index 00000000..99c42c57
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png
new file mode 100644
index 00000000..886b044b
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png
new file mode 100644
index 00000000..a70615ad
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png b/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png
new file mode 100644
index 00000000..e7dd785c
Binary files /dev/null and b/res/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/radiobutton_off_background.png b/res/res/drawable-mdpi/radiobutton_off_background.png
new file mode 100644
index 00000000..1b94e21d
Binary files /dev/null and b/res/res/drawable-mdpi/radiobutton_off_background.png differ
diff --git a/res/res/drawable-mdpi/radiobutton_on_background.png b/res/res/drawable-mdpi/radiobutton_on_background.png
new file mode 100644
index 00000000..636a8038
Binary files /dev/null and b/res/res/drawable-mdpi/radiobutton_on_background.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_half.png b/res/res/drawable-mdpi/rate_star_big_half.png
new file mode 100644
index 00000000..9762292a
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_half.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png b/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png
new file mode 100644
index 00000000..dac51dfd
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_half_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_half_holo_light.png b/res/res/drawable-mdpi/rate_star_big_half_holo_light.png
new file mode 100644
index 00000000..441dbf7b
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_half_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_off.png b/res/res/drawable-mdpi/rate_star_big_off.png
new file mode 100644
index 00000000..6b5039fc
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_off.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png b/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png
new file mode 100644
index 00000000..cde1fb93
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_off_holo_light.png b/res/res/drawable-mdpi/rate_star_big_off_holo_light.png
new file mode 100644
index 00000000..8ecf0f95
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_on.png b/res/res/drawable-mdpi/rate_star_big_on.png
new file mode 100644
index 00000000..a972db27
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_on.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png b/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png
new file mode 100644
index 00000000..0674db31
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_big_on_holo_light.png b/res/res/drawable-mdpi/rate_star_big_on_holo_light.png
new file mode 100644
index 00000000..01179196
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_big_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_half.png b/res/res/drawable-mdpi/rate_star_med_half.png
new file mode 100644
index 00000000..65a8671e
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_half.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png b/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png
new file mode 100644
index 00000000..f2ce7abe
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_half_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_half_holo_light.png b/res/res/drawable-mdpi/rate_star_med_half_holo_light.png
new file mode 100644
index 00000000..48bcf855
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_half_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_off.png b/res/res/drawable-mdpi/rate_star_med_off.png
new file mode 100644
index 00000000..fba0ade8
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_off.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png b/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png
new file mode 100644
index 00000000..d2e7ab69
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_off_holo_light.png b/res/res/drawable-mdpi/rate_star_med_off_holo_light.png
new file mode 100644
index 00000000..69824eb8
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_on.png b/res/res/drawable-mdpi/rate_star_med_on.png
new file mode 100644
index 00000000..a1941b6b
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_on.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png b/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png
new file mode 100644
index 00000000..b3b80167
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_med_on_holo_light.png b/res/res/drawable-mdpi/rate_star_med_on_holo_light.png
new file mode 100644
index 00000000..84ca715c
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_med_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_half.png b/res/res/drawable-mdpi/rate_star_small_half.png
new file mode 100644
index 00000000..437a11c0
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_half.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png b/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png
new file mode 100644
index 00000000..56a62d2f
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_half_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_half_holo_light.png b/res/res/drawable-mdpi/rate_star_small_half_holo_light.png
new file mode 100644
index 00000000..83b7c1ca
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_half_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_off.png b/res/res/drawable-mdpi/rate_star_small_off.png
new file mode 100644
index 00000000..6fb0a36a
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_off.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png b/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png
new file mode 100644
index 00000000..b70244b9
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_off_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_off_holo_light.png b/res/res/drawable-mdpi/rate_star_small_off_holo_light.png
new file mode 100644
index 00000000..bb5c08ce
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_off_holo_light.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_on.png b/res/res/drawable-mdpi/rate_star_small_on.png
new file mode 100644
index 00000000..5392361e
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_on.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png b/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png
new file mode 100644
index 00000000..444e8820
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_on_holo_dark.png differ
diff --git a/res/res/drawable-mdpi/rate_star_small_on_holo_light.png b/res/res/drawable-mdpi/rate_star_small_on_holo_light.png
new file mode 100644
index 00000000..7dba5290
Binary files /dev/null and b/res/res/drawable-mdpi/rate_star_small_on_holo_light.png differ
diff --git a/res/res/drawable-mdpi/recent_dialog_background.9.png b/res/res/drawable-mdpi/recent_dialog_background.9.png
new file mode 100644
index 00000000..18ed3ff7
Binary files /dev/null and b/res/res/drawable-mdpi/recent_dialog_background.9.png differ
diff --git a/res/res/drawable-mdpi/reticle.png b/res/res/drawable-mdpi/reticle.png
new file mode 100644
index 00000000..c6ccf8e6
Binary files /dev/null and b/res/res/drawable-mdpi/reticle.png differ
diff --git a/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png b/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png
new file mode 100644
index 00000000..6d83bb4c
Binary files /dev/null and b/res/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png differ
diff --git a/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png b/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png
new file mode 100644
index 00000000..94077567
Binary files /dev/null and b/res/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png b/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png
new file mode 100644
index 00000000..d2d0292e
Binary files /dev/null and b/res/res/drawable-mdpi/scrollbar_handle_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png b/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png
new file mode 100644
index 00000000..8584d1f0
Binary files /dev/null and b/res/res/drawable-mdpi/scrollbar_handle_horizontal.9.png differ
diff --git a/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png b/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png
new file mode 100644
index 00000000..331a05dc
Binary files /dev/null and b/res/res/drawable-mdpi/scrollbar_handle_vertical.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_disabled_holo.png b/res/res/drawable-mdpi/scrubber_control_disabled_holo.png
new file mode 100644
index 00000000..630a4509
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_disabled_holo.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_focused_holo.png b/res/res/drawable-mdpi/scrubber_control_focused_holo.png
new file mode 100644
index 00000000..c9e4796c
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_focused_holo.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_normal_holo.png b/res/res/drawable-mdpi/scrubber_control_normal_holo.png
new file mode 100644
index 00000000..fb96f4b4
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_normal_holo.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png b/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png
new file mode 100644
index 00000000..437a3e3d
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png b/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png
new file mode 100644
index 00000000..3c304bfd
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/scrubber_control_pressed_holo.png b/res/res/drawable-mdpi/scrubber_control_pressed_holo.png
new file mode 100644
index 00000000..30e18cd3
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_control_pressed_holo.png differ
diff --git a/res/res/drawable-mdpi/scrubber_primary_holo.9.png b/res/res/drawable-mdpi/scrubber_primary_holo.9.png
new file mode 100644
index 00000000..a7910d68
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_primary_holo.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png b/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 00000000..a4ab0a1e
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_secondary_holo.9.png b/res/res/drawable-mdpi/scrubber_secondary_holo.9.png
new file mode 100644
index 00000000..985b62e5
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_secondary_holo.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png b/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png
new file mode 100644
index 00000000..b91a4ee7
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_track_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_track_holo_light.9.png b/res/res/drawable-mdpi/scrubber_track_holo_light.9.png
new file mode 100644
index 00000000..359ae4a1
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_track_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png b/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 00000000..db9e172d
Binary files /dev/null and b/res/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/search_dropdown_background.9.png b/res/res/drawable-mdpi/search_dropdown_background.9.png
new file mode 100644
index 00000000..804260af
Binary files /dev/null and b/res/res/drawable-mdpi/search_dropdown_background.9.png differ
diff --git a/res/res/drawable-mdpi/search_plate.9.png b/res/res/drawable-mdpi/search_plate.9.png
new file mode 100644
index 00000000..8c42f103
Binary files /dev/null and b/res/res/drawable-mdpi/search_plate.9.png differ
diff --git a/res/res/drawable-mdpi/search_plate_global.9.png b/res/res/drawable-mdpi/search_plate_global.9.png
new file mode 100644
index 00000000..1cad9020
Binary files /dev/null and b/res/res/drawable-mdpi/search_plate_global.9.png differ
diff --git a/res/res/drawable-mdpi/seek_thumb_normal.png b/res/res/drawable-mdpi/seek_thumb_normal.png
new file mode 100644
index 00000000..e9f2e23b
Binary files /dev/null and b/res/res/drawable-mdpi/seek_thumb_normal.png differ
diff --git a/res/res/drawable-mdpi/seek_thumb_pressed.png b/res/res/drawable-mdpi/seek_thumb_pressed.png
new file mode 100644
index 00000000..3ea5051e
Binary files /dev/null and b/res/res/drawable-mdpi/seek_thumb_pressed.png differ
diff --git a/res/res/drawable-mdpi/seek_thumb_selected.png b/res/res/drawable-mdpi/seek_thumb_selected.png
new file mode 100644
index 00000000..98b7ba04
Binary files /dev/null and b/res/res/drawable-mdpi/seek_thumb_selected.png differ
diff --git a/res/res/drawable-mdpi/settings_header_raw.9.png b/res/res/drawable-mdpi/settings_header_raw.9.png
new file mode 100644
index 00000000..6b8134d6
Binary files /dev/null and b/res/res/drawable-mdpi/settings_header_raw.9.png differ
diff --git a/res/res/drawable-mdpi/sim_dark_blue.9.png b/res/res/drawable-mdpi/sim_dark_blue.9.png
new file mode 100755
index 00000000..d646a7f6
Binary files /dev/null and b/res/res/drawable-mdpi/sim_dark_blue.9.png differ
diff --git a/res/res/drawable-mdpi/sim_dark_green.9.png b/res/res/drawable-mdpi/sim_dark_green.9.png
new file mode 100755
index 00000000..ee4ea0df
Binary files /dev/null and b/res/res/drawable-mdpi/sim_dark_green.9.png differ
diff --git a/res/res/drawable-mdpi/sim_dark_orange.9.png b/res/res/drawable-mdpi/sim_dark_orange.9.png
new file mode 100755
index 00000000..b3949991
Binary files /dev/null and b/res/res/drawable-mdpi/sim_dark_orange.9.png differ
diff --git a/res/res/drawable-mdpi/sim_dark_purple.9.png b/res/res/drawable-mdpi/sim_dark_purple.9.png
new file mode 100755
index 00000000..459b5d69
Binary files /dev/null and b/res/res/drawable-mdpi/sim_dark_purple.9.png differ
diff --git a/res/res/drawable-mdpi/sim_light_blue.9.png b/res/res/drawable-mdpi/sim_light_blue.9.png
new file mode 100755
index 00000000..396ad704
Binary files /dev/null and b/res/res/drawable-mdpi/sim_light_blue.9.png differ
diff --git a/res/res/drawable-mdpi/sim_light_green.9.png b/res/res/drawable-mdpi/sim_light_green.9.png
new file mode 100755
index 00000000..a0631744
Binary files /dev/null and b/res/res/drawable-mdpi/sim_light_green.9.png differ
diff --git a/res/res/drawable-mdpi/sim_light_orange.9.png b/res/res/drawable-mdpi/sim_light_orange.9.png
new file mode 100755
index 00000000..95ea88e2
Binary files /dev/null and b/res/res/drawable-mdpi/sim_light_orange.9.png differ
diff --git a/res/res/drawable-mdpi/sim_light_purple.9.png b/res/res/drawable-mdpi/sim_light_purple.9.png
new file mode 100755
index 00000000..b1bd35f0
Binary files /dev/null and b/res/res/drawable-mdpi/sim_light_purple.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_16_inner_holo.png b/res/res/drawable-mdpi/spinner_16_inner_holo.png
new file mode 100644
index 00000000..eeef0c83
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_16_inner_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_16_outer_holo.png b/res/res/drawable-mdpi/spinner_16_outer_holo.png
new file mode 100644
index 00000000..7cc2b54b
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_16_outer_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_48_inner_holo.png b/res/res/drawable-mdpi/spinner_48_inner_holo.png
new file mode 100644
index 00000000..9458668f
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_48_inner_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_48_outer_holo.png b/res/res/drawable-mdpi/spinner_48_outer_holo.png
new file mode 100644
index 00000000..4ce73edc
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_48_outer_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_76_inner_holo.png b/res/res/drawable-mdpi/spinner_76_inner_holo.png
new file mode 100644
index 00000000..cba1300d
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_76_inner_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_76_outer_holo.png b/res/res/drawable-mdpi/spinner_76_outer_holo.png
new file mode 100644
index 00000000..99a5ebbf
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_76_outer_holo.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png
new file mode 100644
index 00000000..8d759468
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png
new file mode 100644
index 00000000..716560bb
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png
new file mode 100644
index 00000000..c3ba89c1
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png
new file mode 100644
index 00000000..67c5358f
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png
new file mode 100644
index 00000000..c015f43b
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png
new file mode 100644
index 00000000..487edc22
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png
new file mode 100644
index 00000000..b21c73c1
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png
new file mode 100644
index 00000000..58904e8d
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_black_16.png b/res/res/drawable-mdpi/spinner_black_16.png
new file mode 100644
index 00000000..4b7fdfe0
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_black_16.png differ
diff --git a/res/res/drawable-mdpi/spinner_black_20.png b/res/res/drawable-mdpi/spinner_black_20.png
new file mode 100644
index 00000000..86d7a205
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_black_20.png differ
diff --git a/res/res/drawable-mdpi/spinner_black_48.png b/res/res/drawable-mdpi/spinner_black_48.png
new file mode 100644
index 00000000..f1571f98
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_black_48.png differ
diff --git a/res/res/drawable-mdpi/spinner_black_76.png b/res/res/drawable-mdpi/spinner_black_76.png
new file mode 100644
index 00000000..e9f6e8f1
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_black_76.png differ
diff --git a/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png
new file mode 100644
index 00000000..5ac84dd1
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_default_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png
new file mode 100644
index 00000000..3eeebc4b
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_default_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png
new file mode 100644
index 00000000..2734f20b
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png
new file mode 100644
index 00000000..a78d6c08
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png b/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png
new file mode 100644
index 00000000..8fd22f46
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_dropdown_background_down.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png b/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png
new file mode 100644
index 00000000..1354feb7
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_dropdown_background_up.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png
new file mode 100644
index 00000000..7d919150
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png
new file mode 100644
index 00000000..d7c4b87a
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_focused_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_normal.9.png b/res/res/drawable-mdpi/spinner_normal.9.png
new file mode 100644
index 00000000..e0bab34c
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_normal.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_press.9.png b/res/res/drawable-mdpi/spinner_press.9.png
new file mode 100644
index 00000000..a51c7ade
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_press.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png b/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png
new file mode 100644
index 00000000..75fb81e3
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png b/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png
new file mode 100644
index 00000000..fdd88b53
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_select.9.png b/res/res/drawable-mdpi/spinner_select.9.png
new file mode 100644
index 00000000..1bb19be7
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_select.9.png differ
diff --git a/res/res/drawable-mdpi/spinner_white_16.png b/res/res/drawable-mdpi/spinner_white_16.png
new file mode 100644
index 00000000..650e315c
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_white_16.png differ
diff --git a/res/res/drawable-mdpi/spinner_white_48.png b/res/res/drawable-mdpi/spinner_white_48.png
new file mode 100644
index 00000000..11eacf8a
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_white_48.png differ
diff --git a/res/res/drawable-mdpi/spinner_white_76.png b/res/res/drawable-mdpi/spinner_white_76.png
new file mode 100644
index 00000000..6c31bc39
Binary files /dev/null and b/res/res/drawable-mdpi/spinner_white_76.png differ
diff --git a/res/res/drawable-mdpi/star_big_off.png b/res/res/drawable-mdpi/star_big_off.png
new file mode 100644
index 00000000..34ab4ab7
Binary files /dev/null and b/res/res/drawable-mdpi/star_big_off.png differ
diff --git a/res/res/drawable-mdpi/star_big_on.png b/res/res/drawable-mdpi/star_big_on.png
new file mode 100644
index 00000000..7aaf2bc9
Binary files /dev/null and b/res/res/drawable-mdpi/star_big_on.png differ
diff --git a/res/res/drawable-mdpi/star_off.png b/res/res/drawable-mdpi/star_off.png
new file mode 100644
index 00000000..ada53fc3
Binary files /dev/null and b/res/res/drawable-mdpi/star_off.png differ
diff --git a/res/res/drawable-mdpi/star_on.png b/res/res/drawable-mdpi/star_on.png
new file mode 100644
index 00000000..49a57b6f
Binary files /dev/null and b/res/res/drawable-mdpi/star_on.png differ
diff --git a/res/res/drawable-mdpi/stat_ecb_mode.png b/res/res/drawable-mdpi/stat_ecb_mode.png
new file mode 100644
index 00000000..a948770f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_ecb_mode.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_car_mode.png b/res/res/drawable-mdpi/stat_notify_car_mode.png
new file mode 100644
index 00000000..d8015dc5
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_car_mode.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_chat.png b/res/res/drawable-mdpi/stat_notify_chat.png
new file mode 100644
index 00000000..4ff4667b
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_chat.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_disk_full.png b/res/res/drawable-mdpi/stat_notify_disk_full.png
new file mode 100644
index 00000000..392e7bf2
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_disk_full.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_email_generic.png b/res/res/drawable-mdpi/stat_notify_email_generic.png
new file mode 100644
index 00000000..7732c108
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_email_generic.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_error.png b/res/res/drawable-mdpi/stat_notify_error.png
new file mode 100644
index 00000000..78d59aa1
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_error.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_gmail.png b/res/res/drawable-mdpi/stat_notify_gmail.png
new file mode 100644
index 00000000..47ee7826
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_gmail.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_missed_call.png b/res/res/drawable-mdpi/stat_notify_missed_call.png
new file mode 100644
index 00000000..f2ff56e2
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_missed_call.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_more.png b/res/res/drawable-mdpi/stat_notify_more.png
new file mode 100644
index 00000000..52b40f8c
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_more.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_rssi_in_range.png b/res/res/drawable-mdpi/stat_notify_rssi_in_range.png
new file mode 100644
index 00000000..62e4fe94
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_rssi_in_range.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sdcard.png b/res/res/drawable-mdpi/stat_notify_sdcard.png
new file mode 100644
index 00000000..5eae7a2c
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sdcard.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png b/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png
new file mode 100644
index 00000000..a7a8b5c6
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sdcard_prepare.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sdcard_usb.png b/res/res/drawable-mdpi/stat_notify_sdcard_usb.png
new file mode 100644
index 00000000..6f17febb
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sdcard_usb.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sim_toolkit.png b/res/res/drawable-mdpi/stat_notify_sim_toolkit.png
new file mode 100644
index 00000000..6a774cf1
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sim_toolkit.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sync.png b/res/res/drawable-mdpi/stat_notify_sync.png
new file mode 100644
index 00000000..1be8677f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sync.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sync_anim0.png b/res/res/drawable-mdpi/stat_notify_sync_anim0.png
new file mode 100644
index 00000000..1be8677f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sync_anim0.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_sync_error.png b/res/res/drawable-mdpi/stat_notify_sync_error.png
new file mode 100644
index 00000000..30658c58
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_sync_error.png differ
diff --git a/res/res/drawable-mdpi/stat_notify_voicemail.png b/res/res/drawable-mdpi/stat_notify_voicemail.png
new file mode 100644
index 00000000..dd701468
Binary files /dev/null and b/res/res/drawable-mdpi/stat_notify_voicemail.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_0.png b/res/res/drawable-mdpi/stat_sys_battery_0.png
new file mode 100644
index 00000000..e0891206
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_0.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_100.png b/res/res/drawable-mdpi/stat_sys_battery_100.png
new file mode 100644
index 00000000..70d7fa4d
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_100.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_15.png b/res/res/drawable-mdpi/stat_sys_battery_15.png
new file mode 100644
index 00000000..be043210
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_15.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_28.png b/res/res/drawable-mdpi/stat_sys_battery_28.png
new file mode 100644
index 00000000..f634dde8
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_28.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_43.png b/res/res/drawable-mdpi/stat_sys_battery_43.png
new file mode 100644
index 00000000..f0376bd7
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_43.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_57.png b/res/res/drawable-mdpi/stat_sys_battery_57.png
new file mode 100644
index 00000000..840af66e
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_57.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_71.png b/res/res/drawable-mdpi/stat_sys_battery_71.png
new file mode 100644
index 00000000..04c35696
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_71.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_85.png b/res/res/drawable-mdpi/stat_sys_battery_85.png
new file mode 100644
index 00000000..c742da76
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_85.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png
new file mode 100644
index 00000000..f8011c9e
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim0.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png
new file mode 100644
index 00000000..499ced9b
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim100.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png
new file mode 100644
index 00000000..c921d6a9
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim15.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png
new file mode 100644
index 00000000..f8820024
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim28.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png
new file mode 100644
index 00000000..e7d10691
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim43.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png
new file mode 100644
index 00000000..5e0af3df
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim57.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png
new file mode 100644
index 00000000..fb990593
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim71.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png b/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png
new file mode 100644
index 00000000..072f9072
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_charge_anim85.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_battery_unknown.png b/res/res/drawable-mdpi/stat_sys_battery_unknown.png
new file mode 100644
index 00000000..3984c463
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_battery_unknown.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_certificate_info.png b/res/res/drawable-mdpi/stat_sys_certificate_info.png
new file mode 100644
index 00000000..e15cf38d
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_certificate_info.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_data_bluetooth.png b/res/res/drawable-mdpi/stat_sys_data_bluetooth.png
new file mode 100644
index 00000000..68fe66aa
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_data_bluetooth.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_data_usb.png b/res/res/drawable-mdpi/stat_sys_data_usb.png
new file mode 100644
index 00000000..40d77f0a
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_data_usb.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png b/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png
new file mode 100644
index 00000000..d3ba98c3
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png b/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png
new file mode 100644
index 00000000..153c6ad1
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim0.png b/res/res/drawable-mdpi/stat_sys_download_anim0.png
new file mode 100644
index 00000000..25324f64
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim0.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim1.png b/res/res/drawable-mdpi/stat_sys_download_anim1.png
new file mode 100644
index 00000000..6d1fb4a0
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim1.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim2.png b/res/res/drawable-mdpi/stat_sys_download_anim2.png
new file mode 100644
index 00000000..4c3e9639
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim2.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim3.png b/res/res/drawable-mdpi/stat_sys_download_anim3.png
new file mode 100644
index 00000000..2aae6254
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim3.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim4.png b/res/res/drawable-mdpi/stat_sys_download_anim4.png
new file mode 100644
index 00000000..55dbe120
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim4.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_download_anim5.png b/res/res/drawable-mdpi/stat_sys_download_anim5.png
new file mode 100644
index 00000000..53fda444
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_download_anim5.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_gps_on.png b/res/res/drawable-mdpi/stat_sys_gps_on.png
new file mode 100644
index 00000000..311a1de3
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_gps_on.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_headset.png b/res/res/drawable-mdpi/stat_sys_headset.png
new file mode 100644
index 00000000..45fbea23
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_headset.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_phone_call.png b/res/res/drawable-mdpi/stat_sys_phone_call.png
new file mode 100644
index 00000000..71da6a2d
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_phone_call.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_phone_call_forward.png b/res/res/drawable-mdpi/stat_sys_phone_call_forward.png
new file mode 100644
index 00000000..b0dbe6dc
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_phone_call_forward.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png b/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png
new file mode 100644
index 00000000..22e9082c
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_phone_call_on_hold.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png b/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png
new file mode 100644
index 00000000..f39f5ba2
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png b/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png
new file mode 100644
index 00000000..86bb2def
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png b/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png
new file mode 100644
index 00000000..b6eda071
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png b/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png
new file mode 100644
index 00000000..b7ca7f90
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png b/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png
new file mode 100644
index 00000000..61a95753
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png b/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png
new file mode 100644
index 00000000..feb4f2c0
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png b/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png
new file mode 100644
index 00000000..a42ff0c4
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png b/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png
new file mode 100644
index 00000000..e991c768
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png b/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png
new file mode 100644
index 00000000..4b743fb5
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png b/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png
new file mode 100644
index 00000000..65172b76
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png b/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png
new file mode 100644
index 00000000..03c51ce3
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_0_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png b/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png
new file mode 100644
index 00000000..dced6df8
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_1_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png b/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png
new file mode 100644
index 00000000..9eac4c61
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_2_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png b/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png
new file mode 100644
index 00000000..74d983c4
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_3_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png b/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png
new file mode 100644
index 00000000..8cc40b52
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_4_cdma.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png b/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png
new file mode 100644
index 00000000..177e0e96
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_evdo_0.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png b/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png
new file mode 100644
index 00000000..5f663192
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_evdo_1.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png b/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png
new file mode 100644
index 00000000..c3659128
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_evdo_2.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png b/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png
new file mode 100644
index 00000000..58d631bc
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_evdo_3.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png b/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png
new file mode 100644
index 00000000..e63af68f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_signal_evdo_4.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png b/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png
new file mode 100644
index 00000000..f42dae0f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_tether_bluetooth.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_tether_general.png b/res/res/drawable-mdpi/stat_sys_tether_general.png
new file mode 100644
index 00000000..06551618
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_tether_general.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_tether_usb.png b/res/res/drawable-mdpi/stat_sys_tether_usb.png
new file mode 100644
index 00000000..2e2b8ca2
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_tether_usb.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_throttled.png b/res/res/drawable-mdpi/stat_sys_throttled.png
new file mode 100644
index 00000000..ef6a7af9
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_throttled.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim0.png b/res/res/drawable-mdpi/stat_sys_upload_anim0.png
new file mode 100644
index 00000000..6402aa5a
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim0.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim1.png b/res/res/drawable-mdpi/stat_sys_upload_anim1.png
new file mode 100644
index 00000000..b9c364c9
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim1.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim2.png b/res/res/drawable-mdpi/stat_sys_upload_anim2.png
new file mode 100644
index 00000000..217ea4eb
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim2.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim3.png b/res/res/drawable-mdpi/stat_sys_upload_anim3.png
new file mode 100644
index 00000000..e22ec6de
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim3.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim4.png b/res/res/drawable-mdpi/stat_sys_upload_anim4.png
new file mode 100644
index 00000000..a86d5cdf
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim4.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_upload_anim5.png b/res/res/drawable-mdpi/stat_sys_upload_anim5.png
new file mode 100644
index 00000000..3387dbb2
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_upload_anim5.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_vp_phone_call.png b/res/res/drawable-mdpi/stat_sys_vp_phone_call.png
new file mode 100644
index 00000000..32b23ed8
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_vp_phone_call.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png b/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png
new file mode 100644
index 00000000..a4c1fc88
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png differ
diff --git a/res/res/drawable-mdpi/stat_sys_warning.png b/res/res/drawable-mdpi/stat_sys_warning.png
new file mode 100644
index 00000000..168f8f6f
Binary files /dev/null and b/res/res/drawable-mdpi/stat_sys_warning.png differ
diff --git a/res/res/drawable-mdpi/status_bar_background.png b/res/res/drawable-mdpi/status_bar_background.png
new file mode 100644
index 00000000..cd111664
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_background.png differ
diff --git a/res/res/drawable-mdpi/status_bar_header_background.9.png b/res/res/drawable-mdpi/status_bar_header_background.9.png
new file mode 100644
index 00000000..fa9a90c1
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_header_background.9.png differ
diff --git a/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png b/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png
new file mode 100644
index 00000000..873c556f
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_item_app_background_normal.9.png differ
diff --git a/res/res/drawable-mdpi/status_bar_item_background_focus.9.png b/res/res/drawable-mdpi/status_bar_item_background_focus.9.png
new file mode 100644
index 00000000..c3e24158
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_item_background_focus.9.png differ
diff --git a/res/res/drawable-mdpi/status_bar_item_background_normal.9.png b/res/res/drawable-mdpi/status_bar_item_background_normal.9.png
new file mode 100644
index 00000000..f0e4d068
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_item_background_normal.9.png differ
diff --git a/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png b/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png
new file mode 100644
index 00000000..02b4e9a5
Binary files /dev/null and b/res/res/drawable-mdpi/status_bar_item_background_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/statusbar_background.9.png b/res/res/drawable-mdpi/statusbar_background.9.png
new file mode 100644
index 00000000..eb7c1a4d
Binary files /dev/null and b/res/res/drawable-mdpi/statusbar_background.9.png differ
diff --git a/res/res/drawable-mdpi/submenu_arrow_nofocus.png b/res/res/drawable-mdpi/submenu_arrow_nofocus.png
new file mode 100644
index 00000000..cead09e4
Binary files /dev/null and b/res/res/drawable-mdpi/submenu_arrow_nofocus.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png b/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png
new file mode 100644
index 00000000..76ccb8e9
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png b/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png
new file mode 100644
index 00000000..1e56c325
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png b/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png
new file mode 100644
index 00000000..914e4337
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png b/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png
new file mode 100644
index 00000000..89b02735
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_holo_dark.9.png b/res/res/drawable-mdpi/switch_bg_holo_dark.9.png
new file mode 100644
index 00000000..b5582b55
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_bg_holo_light.9.png b/res/res/drawable-mdpi/switch_bg_holo_light.9.png
new file mode 100644
index 00000000..a2af2b5e
Binary files /dev/null and b/res/res/drawable-mdpi/switch_bg_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png b/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png
new file mode 100644
index 00000000..3d7c236a
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png b/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png
new file mode 100644
index 00000000..3d7c236a
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png b/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png
new file mode 100644
index 00000000..82f05d62
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png b/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png
new file mode 100644
index 00000000..82f05d62
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png b/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png
new file mode 100644
index 00000000..9bc7a68e
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_holo_light.9.png b/res/res/drawable-mdpi/switch_thumb_holo_light.9.png
new file mode 100644
index 00000000..9bc7a68e
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png b/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png
new file mode 100644
index 00000000..f9f2fc61
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png b/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png
new file mode 100644
index 00000000..28a57a22
Binary files /dev/null and b/res/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/sym_action_add.png b/res/res/drawable-mdpi/sym_action_add.png
new file mode 100644
index 00000000..af637b3b
Binary files /dev/null and b/res/res/drawable-mdpi/sym_action_add.png differ
diff --git a/res/res/drawable-mdpi/sym_action_call.png b/res/res/drawable-mdpi/sym_action_call.png
new file mode 100644
index 00000000..a4427582
Binary files /dev/null and b/res/res/drawable-mdpi/sym_action_call.png differ
diff --git a/res/res/drawable-mdpi/sym_action_chat.png b/res/res/drawable-mdpi/sym_action_chat.png
new file mode 100644
index 00000000..0e28a7db
Binary files /dev/null and b/res/res/drawable-mdpi/sym_action_chat.png differ
diff --git a/res/res/drawable-mdpi/sym_action_email.png b/res/res/drawable-mdpi/sym_action_email.png
new file mode 100644
index 00000000..5fea417f
Binary files /dev/null and b/res/res/drawable-mdpi/sym_action_email.png differ
diff --git a/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png b/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png
new file mode 100644
index 00000000..47306683
Binary files /dev/null and b/res/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png differ
diff --git a/res/res/drawable-mdpi/sym_call_incoming.png b/res/res/drawable-mdpi/sym_call_incoming.png
new file mode 100644
index 00000000..652b8829
Binary files /dev/null and b/res/res/drawable-mdpi/sym_call_incoming.png differ
diff --git a/res/res/drawable-mdpi/sym_call_missed.png b/res/res/drawable-mdpi/sym_call_missed.png
new file mode 100644
index 00000000..ed859d07
Binary files /dev/null and b/res/res/drawable-mdpi/sym_call_missed.png differ
diff --git a/res/res/drawable-mdpi/sym_call_outgoing.png b/res/res/drawable-mdpi/sym_call_outgoing.png
new file mode 100644
index 00000000..bdf675de
Binary files /dev/null and b/res/res/drawable-mdpi/sym_call_outgoing.png differ
diff --git a/res/res/drawable-mdpi/sym_contact_card.png b/res/res/drawable-mdpi/sym_contact_card.png
new file mode 100644
index 00000000..023ea6ff
Binary files /dev/null and b/res/res/drawable-mdpi/sym_contact_card.png differ
diff --git a/res/res/drawable-mdpi/sym_def_app_icon.png b/res/res/drawable-mdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..c133a0cb
Binary files /dev/null and b/res/res/drawable-mdpi/sym_def_app_icon.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_delete.png b/res/res/drawable-mdpi/sym_keyboard_delete.png
new file mode 100644
index 00000000..74b836a1
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_delete.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_delete_dim.png b/res/res/drawable-mdpi/sym_keyboard_delete_dim.png
new file mode 100644
index 00000000..25460d80
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_delete_dim.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_delete_holo.png b/res/res/drawable-mdpi/sym_keyboard_delete_holo.png
new file mode 100644
index 00000000..15557916
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_delete_holo.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_enter.png b/res/res/drawable-mdpi/sym_keyboard_enter.png
new file mode 100644
index 00000000..0fa53acf
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_enter.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png b/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png
new file mode 100644
index 00000000..1edb10b4
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_delete.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png b/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png
new file mode 100644
index 00000000..3148836b
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_ok.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_return.png b/res/res/drawable-mdpi/sym_keyboard_feedback_return.png
new file mode 100644
index 00000000..03d9c9b2
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_return.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png b/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png
new file mode 100644
index 00000000..97f4661f
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_shift.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png b/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png
new file mode 100644
index 00000000..7194b30b
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_feedback_space.png b/res/res/drawable-mdpi/sym_keyboard_feedback_space.png
new file mode 100644
index 00000000..739db687
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_feedback_space.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png b/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png
new file mode 100644
index 00000000..9fefaeaf
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num0_no_plus.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num1.png b/res/res/drawable-mdpi/sym_keyboard_num1.png
new file mode 100644
index 00000000..1f37e32f
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num1.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num2.png b/res/res/drawable-mdpi/sym_keyboard_num2.png
new file mode 100644
index 00000000..f899f780
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num2.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num3.png b/res/res/drawable-mdpi/sym_keyboard_num3.png
new file mode 100644
index 00000000..6a0f5ef9
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num3.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num4.png b/res/res/drawable-mdpi/sym_keyboard_num4.png
new file mode 100644
index 00000000..3a25bcd3
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num4.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num5.png b/res/res/drawable-mdpi/sym_keyboard_num5.png
new file mode 100644
index 00000000..064d4bf3
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num5.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num6.png b/res/res/drawable-mdpi/sym_keyboard_num6.png
new file mode 100644
index 00000000..61ee0a65
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num6.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num7.png b/res/res/drawable-mdpi/sym_keyboard_num7.png
new file mode 100644
index 00000000..b931d7bf
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num7.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num8.png b/res/res/drawable-mdpi/sym_keyboard_num8.png
new file mode 100644
index 00000000..f8d28915
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num8.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_num9.png b/res/res/drawable-mdpi/sym_keyboard_num9.png
new file mode 100644
index 00000000..056d0676
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_num9.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_ok.png b/res/res/drawable-mdpi/sym_keyboard_ok.png
new file mode 100644
index 00000000..b8b5292a
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_ok.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_ok_dim.png b/res/res/drawable-mdpi/sym_keyboard_ok_dim.png
new file mode 100644
index 00000000..33ecff5b
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_ok_dim.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_return.png b/res/res/drawable-mdpi/sym_keyboard_return.png
new file mode 100644
index 00000000..17f25743
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_return.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_shift.png b/res/res/drawable-mdpi/sym_keyboard_shift.png
new file mode 100644
index 00000000..572c1c1c
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_shift.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_shift_locked.png b/res/res/drawable-mdpi/sym_keyboard_shift_locked.png
new file mode 100644
index 00000000..175ed6dd
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_shift_locked.png differ
diff --git a/res/res/drawable-mdpi/sym_keyboard_space.png b/res/res/drawable-mdpi/sym_keyboard_space.png
new file mode 100644
index 00000000..4e6273b8
Binary files /dev/null and b/res/res/drawable-mdpi/sym_keyboard_space.png differ
diff --git a/res/res/drawable-mdpi/tab_bottom_holo.9.png b/res/res/drawable-mdpi/tab_bottom_holo.9.png
new file mode 100644
index 00000000..1e40b9c5
Binary files /dev/null and b/res/res/drawable-mdpi/tab_bottom_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_focus.9.png b/res/res/drawable-mdpi/tab_focus.9.png
new file mode 100644
index 00000000..d9bcc57a
Binary files /dev/null and b/res/res/drawable-mdpi/tab_focus.9.png differ
diff --git a/res/res/drawable-mdpi/tab_focus_bar_left.9.png b/res/res/drawable-mdpi/tab_focus_bar_left.9.png
new file mode 100644
index 00000000..2536d945
Binary files /dev/null and b/res/res/drawable-mdpi/tab_focus_bar_left.9.png differ
diff --git a/res/res/drawable-mdpi/tab_focus_bar_right.9.png b/res/res/drawable-mdpi/tab_focus_bar_right.9.png
new file mode 100644
index 00000000..2536d945
Binary files /dev/null and b/res/res/drawable-mdpi/tab_focus_bar_right.9.png differ
diff --git a/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png b/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 00000000..b69529cb
Binary files /dev/null and b/res/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/tab_press.9.png b/res/res/drawable-mdpi/tab_press.9.png
new file mode 100644
index 00000000..3332660c
Binary files /dev/null and b/res/res/drawable-mdpi/tab_press.9.png differ
diff --git a/res/res/drawable-mdpi/tab_press_bar_left.9.png b/res/res/drawable-mdpi/tab_press_bar_left.9.png
new file mode 100644
index 00000000..d2c75e3c
Binary files /dev/null and b/res/res/drawable-mdpi/tab_press_bar_left.9.png differ
diff --git a/res/res/drawable-mdpi/tab_press_bar_right.9.png b/res/res/drawable-mdpi/tab_press_bar_right.9.png
new file mode 100644
index 00000000..d2c75e3c
Binary files /dev/null and b/res/res/drawable-mdpi/tab_press_bar_right.9.png differ
diff --git a/res/res/drawable-mdpi/tab_pressed_holo.9.png b/res/res/drawable-mdpi/tab_pressed_holo.9.png
new file mode 100644
index 00000000..a76fbae5
Binary files /dev/null and b/res/res/drawable-mdpi/tab_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected.9.png b/res/res/drawable-mdpi/tab_selected.9.png
new file mode 100644
index 00000000..54190ea2
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_bar_left.9.png b/res/res/drawable-mdpi/tab_selected_bar_left.9.png
new file mode 100644
index 00000000..d20f3a2e
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_bar_left.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png b/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png
new file mode 100644
index 00000000..6710945d
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_bar_left_v4.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_bar_right.9.png b/res/res/drawable-mdpi/tab_selected_bar_right.9.png
new file mode 100644
index 00000000..d20f3a2e
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_bar_right.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png b/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png
new file mode 100644
index 00000000..6710945d
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_bar_right_v4.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_focused_holo.9.png b/res/res/drawable-mdpi/tab_selected_focused_holo.9.png
new file mode 100644
index 00000000..c9972e74
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_focused_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_holo.9.png b/res/res/drawable-mdpi/tab_selected_holo.9.png
new file mode 100644
index 00000000..587337ca
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png b/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png
new file mode 100644
index 00000000..c98f046a
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_selected_v4.9.png b/res/res/drawable-mdpi/tab_selected_v4.9.png
new file mode 100644
index 00000000..e8e112a5
Binary files /dev/null and b/res/res/drawable-mdpi/tab_selected_v4.9.png differ
diff --git a/res/res/drawable-mdpi/tab_unselected.9.png b/res/res/drawable-mdpi/tab_unselected.9.png
new file mode 100644
index 00000000..1b8a69c9
Binary files /dev/null and b/res/res/drawable-mdpi/tab_unselected.9.png differ
diff --git a/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png b/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png
new file mode 100644
index 00000000..f0cecd18
Binary files /dev/null and b/res/res/drawable-mdpi/tab_unselected_focused_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_unselected_holo.9.png b/res/res/drawable-mdpi/tab_unselected_holo.9.png
new file mode 100644
index 00000000..a2dbf42b
Binary files /dev/null and b/res/res/drawable-mdpi/tab_unselected_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png b/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png
new file mode 100644
index 00000000..87534595
Binary files /dev/null and b/res/res/drawable-mdpi/tab_unselected_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/tab_unselected_v4.9.png b/res/res/drawable-mdpi/tab_unselected_v4.9.png
new file mode 100644
index 00000000..229f5037
Binary files /dev/null and b/res/res/drawable-mdpi/tab_unselected_v4.9.png differ
diff --git a/res/res/drawable-mdpi/text_edit_paste_window.9.png b/res/res/drawable-mdpi/text_edit_paste_window.9.png
new file mode 100644
index 00000000..caacb5a7
Binary files /dev/null and b/res/res/drawable-mdpi/text_edit_paste_window.9.png differ
diff --git a/res/res/drawable-mdpi/text_edit_side_paste_window.9.png b/res/res/drawable-mdpi/text_edit_side_paste_window.9.png
new file mode 100644
index 00000000..04300d4e
Binary files /dev/null and b/res/res/drawable-mdpi/text_edit_side_paste_window.9.png differ
diff --git a/res/res/drawable-mdpi/text_edit_suggestions_window.9.png b/res/res/drawable-mdpi/text_edit_suggestions_window.9.png
new file mode 100644
index 00000000..caacb5a7
Binary files /dev/null and b/res/res/drawable-mdpi/text_edit_suggestions_window.9.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_left.png b/res/res/drawable-mdpi/text_select_handle_left.png
new file mode 100644
index 00000000..750cdea5
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_left.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png b/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png
new file mode 100644
index 00000000..775f1bb8
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_middle.png b/res/res/drawable-mdpi/text_select_handle_middle.png
new file mode 100644
index 00000000..3cdca907
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_middle.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png b/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png
new file mode 100644
index 00000000..e54d32ee
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_right.png b/res/res/drawable-mdpi/text_select_handle_right.png
new file mode 100644
index 00000000..fc3d1449
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_right.png differ
diff --git a/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png b/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png
new file mode 100644
index 00000000..68fd0533
Binary files /dev/null and b/res/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png differ
diff --git a/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png b/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png
new file mode 100644
index 00000000..33f798d4
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_activated_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_activated_holo_light.9.png b/res/res/drawable-mdpi/textfield_activated_holo_light.9.png
new file mode 100644
index 00000000..622c6849
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_activated_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png b/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..45db6f71
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png b/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png
new file mode 100644
index 00000000..a233b0d7
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png b/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png
new file mode 100644
index 00000000..403f5021
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..0ded8013
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png b/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png
new file mode 100644
index 00000000..27237b8f
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png
new file mode 100644
index 00000000..0e451f17
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_default.9.png b/res/res/drawable-mdpi/textfield_default.9.png
new file mode 100644
index 00000000..1a59bb2f
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_default.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_default_holo_dark.9.png b/res/res/drawable-mdpi/textfield_default_holo_dark.9.png
new file mode 100644
index 00000000..82fea5e6
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_default_holo_light.9.png b/res/res/drawable-mdpi/textfield_default_holo_light.9.png
new file mode 100644
index 00000000..c780d7da
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png b/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..8111fcbe
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled.9.png b/res/res/drawable-mdpi/textfield_disabled.9.png
new file mode 100644
index 00000000..800205af
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..24bdf710
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..0d5ea839
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png b/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png
new file mode 100644
index 00000000..709f5ef9
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png b/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png
new file mode 100644
index 00000000..ea6d2f74
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_disabled_selected.9.png b/res/res/drawable-mdpi/textfield_disabled_selected.9.png
new file mode 100644
index 00000000..59e1536c
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_disabled_selected.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png
new file mode 100644
index 00000000..2d8dd230
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_focused_holo_light.9.png b/res/res/drawable-mdpi/textfield_focused_holo_light.9.png
new file mode 100644
index 00000000..2d8dd230
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_longpress_holo.9.png b/res/res/drawable-mdpi/textfield_longpress_holo.9.png
new file mode 100644
index 00000000..2993b447
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_longpress_holo.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png b/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png
new file mode 100644
index 00000000..371d6e94
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png b/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png
new file mode 100644
index 00000000..225317f1
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png b/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png
new file mode 100644
index 00000000..4bd6f9f1
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png b/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png
new file mode 100644
index 00000000..4b837b0d
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png
new file mode 100644
index 00000000..51cf919d
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png b/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png
new file mode 100644
index 00000000..af8d7e14
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png b/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png
new file mode 100644
index 00000000..d0fb869f
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png b/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png
new file mode 100644
index 00000000..a0e233e3
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png b/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png
new file mode 100644
index 00000000..2ed4985c
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png b/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png
new file mode 100644
index 00000000..0603348a
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_pressed_holo.9.png b/res/res/drawable-mdpi/textfield_pressed_holo.9.png
new file mode 100644
index 00000000..4aad2375
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_pressed_holo.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png b/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 00000000..d7faacf3
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_default.9.png b/res/res/drawable-mdpi/textfield_search_default.9.png
new file mode 100644
index 00000000..7dc5b271
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_default.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png b/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png
new file mode 100644
index 00000000..081657ee
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png b/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png
new file mode 100644
index 00000000..3f312b46
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png b/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 00000000..0a360399
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_empty_default.9.png b/res/res/drawable-mdpi/textfield_search_empty_default.9.png
new file mode 100644
index 00000000..515117fe
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_empty_default.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png b/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png
new file mode 100644
index 00000000..a01f763a
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_empty_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_empty_selected.9.png b/res/res/drawable-mdpi/textfield_search_empty_selected.9.png
new file mode 100644
index 00000000..611276f9
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_empty_selected.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_pressed.9.png b/res/res/drawable-mdpi/textfield_search_pressed.9.png
new file mode 100644
index 00000000..da00c257
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_pressed.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png b/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png
new file mode 100644
index 00000000..b086fae8
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png b/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png
new file mode 100644
index 00000000..73c336a7
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png b/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png
new file mode 100644
index 00000000..726e0ff4
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png b/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png
new file mode 100644
index 00000000..726e0ff4
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_selected.9.png b/res/res/drawable-mdpi/textfield_search_selected.9.png
new file mode 100644
index 00000000..a9fd3b28
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_selected.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png b/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png
new file mode 100644
index 00000000..1767c169
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png b/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png
new file mode 100644
index 00000000..1767c169
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_search_selected_holo_light.9.png differ
diff --git a/res/res/drawable-mdpi/textfield_selected.9.png b/res/res/drawable-mdpi/textfield_selected.9.png
new file mode 100644
index 00000000..faadace8
Binary files /dev/null and b/res/res/drawable-mdpi/textfield_selected.9.png differ
diff --git a/res/res/drawable-mdpi/title_bar_medium.9.png b/res/res/drawable-mdpi/title_bar_medium.9.png
new file mode 100644
index 00000000..2d41d02b
Binary files /dev/null and b/res/res/drawable-mdpi/title_bar_medium.9.png differ
diff --git a/res/res/drawable-mdpi/title_bar_portrait.9.png b/res/res/drawable-mdpi/title_bar_portrait.9.png
new file mode 100644
index 00000000..13b18d84
Binary files /dev/null and b/res/res/drawable-mdpi/title_bar_portrait.9.png differ
diff --git a/res/res/drawable-mdpi/title_bar_tall.9.png b/res/res/drawable-mdpi/title_bar_tall.9.png
new file mode 100644
index 00000000..5a050c46
Binary files /dev/null and b/res/res/drawable-mdpi/title_bar_tall.9.png differ
diff --git a/res/res/drawable-mdpi/toast_frame.9.png b/res/res/drawable-mdpi/toast_frame.9.png
new file mode 100644
index 00000000..778e4e67
Binary files /dev/null and b/res/res/drawable-mdpi/toast_frame.9.png differ
diff --git a/res/res/drawable-mdpi/transportcontrol_bg.9.png b/res/res/drawable-mdpi/transportcontrol_bg.9.png
new file mode 100644
index 00000000..d5a339fe
Binary files /dev/null and b/res/res/drawable-mdpi/transportcontrol_bg.9.png differ
diff --git a/res/res/drawable-mdpi/unknown_image.png b/res/res/drawable-mdpi/unknown_image.png
new file mode 100644
index 00000000..b1c3e92a
Binary files /dev/null and b/res/res/drawable-mdpi/unknown_image.png differ
diff --git a/res/res/drawable-mdpi/usb_android.png b/res/res/drawable-mdpi/usb_android.png
new file mode 100644
index 00000000..492b6e19
Binary files /dev/null and b/res/res/drawable-mdpi/usb_android.png differ
diff --git a/res/res/drawable-mdpi/usb_android_connected.png b/res/res/drawable-mdpi/usb_android_connected.png
new file mode 100644
index 00000000..3dd29505
Binary files /dev/null and b/res/res/drawable-mdpi/usb_android_connected.png differ
diff --git a/res/res/drawable-mdpi/vpn_connected.png b/res/res/drawable-mdpi/vpn_connected.png
new file mode 100644
index 00000000..7e167f84
Binary files /dev/null and b/res/res/drawable-mdpi/vpn_connected.png differ
diff --git a/res/res/drawable-mdpi/vpn_disconnected.png b/res/res/drawable-mdpi/vpn_disconnected.png
new file mode 100644
index 00000000..a08c42a2
Binary files /dev/null and b/res/res/drawable-mdpi/vpn_disconnected.png differ
diff --git a/res/res/drawable-mdpi/zoom_plate.9.png b/res/res/drawable-mdpi/zoom_plate.9.png
new file mode 100644
index 00000000..c8c1a08d
Binary files /dev/null and b/res/res/drawable-mdpi/zoom_plate.9.png differ
diff --git a/res/res/drawable-nodpi/blank_tile.png b/res/res/drawable-nodpi/blank_tile.png
new file mode 100644
index 00000000..63b9296b
Binary files /dev/null and b/res/res/drawable-nodpi/blank_tile.png differ
diff --git a/res/res/drawable-nodpi/default_wallpaper.jpg b/res/res/drawable-nodpi/default_wallpaper.jpg
new file mode 100644
index 00000000..d7475b4c
Binary files /dev/null and b/res/res/drawable-nodpi/default_wallpaper.jpg differ
diff --git a/res/res/drawable-nodpi/loading_tile.png b/res/res/drawable-nodpi/loading_tile.png
new file mode 100644
index 00000000..f5a80c95
Binary files /dev/null and b/res/res/drawable-nodpi/loading_tile.png differ
diff --git a/res/res/drawable-nodpi/loading_tile_android.png b/res/res/drawable-nodpi/loading_tile_android.png
new file mode 100644
index 00000000..8fde46fb
Binary files /dev/null and b/res/res/drawable-nodpi/loading_tile_android.png differ
diff --git a/res/res/drawable-nodpi/no_tile_128.png b/res/res/drawable-nodpi/no_tile_128.png
new file mode 100644
index 00000000..a9b007d4
Binary files /dev/null and b/res/res/drawable-nodpi/no_tile_128.png differ
diff --git a/res/res/drawable-nodpi/no_tile_256.png b/res/res/drawable-nodpi/no_tile_256.png
new file mode 100644
index 00000000..388234e9
Binary files /dev/null and b/res/res/drawable-nodpi/no_tile_256.png differ
diff --git a/res/res/drawable-nodpi/platlogo.xml b/res/res/drawable-nodpi/platlogo.xml
new file mode 100644
index 00000000..bb423fef
--- /dev/null
+++ b/res/res/drawable-nodpi/platlogo.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable-nodpi/platlogo_m.xml b/res/res/drawable-nodpi/platlogo_m.xml
new file mode 100644
index 00000000..f19e045a
--- /dev/null
+++ b/res/res/drawable-nodpi/platlogo_m.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable-nodpi/stat_sys_adb.xml b/res/res/drawable-nodpi/stat_sys_adb.xml
new file mode 100644
index 00000000..8cc9961b
--- /dev/null
+++ b/res/res/drawable-nodpi/stat_sys_adb.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable-nodpi/text_cursor_holo_dark.9.png b/res/res/drawable-nodpi/text_cursor_holo_dark.9.png
new file mode 100644
index 00000000..a1bddc33
Binary files /dev/null and b/res/res/drawable-nodpi/text_cursor_holo_dark.9.png differ
diff --git a/res/res/drawable-nodpi/text_cursor_holo_light.9.png b/res/res/drawable-nodpi/text_cursor_holo_light.9.png
new file mode 100644
index 00000000..cfdb8499
Binary files /dev/null and b/res/res/drawable-nodpi/text_cursor_holo_light.9.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png b/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png
new file mode 100644
index 00000000..728fc675
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png b/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png
new file mode 100644
index 00000000..f1bcf487
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/unlock_default.png b/res/res/drawable-sw600dp-hdpi/unlock_default.png
new file mode 100644
index 00000000..4adf674b
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/unlock_default.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/unlock_halo.png b/res/res/drawable-sw600dp-hdpi/unlock_halo.png
new file mode 100644
index 00000000..2a3f9df3
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/unlock_halo.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/unlock_ring.png b/res/res/drawable-sw600dp-hdpi/unlock_ring.png
new file mode 100644
index 00000000..7d8a4134
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/unlock_ring.png differ
diff --git a/res/res/drawable-sw600dp-hdpi/unlock_wave.png b/res/res/drawable-sw600dp-hdpi/unlock_wave.png
new file mode 100644
index 00000000..d2594993
Binary files /dev/null and b/res/res/drawable-sw600dp-hdpi/unlock_wave.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png b/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png
new file mode 100644
index 00000000..c7da0242
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png b/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png
new file mode 100644
index 00000000..d5a7708c
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/unlock_default.png b/res/res/drawable-sw600dp-mdpi/unlock_default.png
new file mode 100644
index 00000000..92474679
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/unlock_default.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/unlock_halo.png b/res/res/drawable-sw600dp-mdpi/unlock_halo.png
new file mode 100644
index 00000000..df7826df
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/unlock_halo.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/unlock_ring.png b/res/res/drawable-sw600dp-mdpi/unlock_ring.png
new file mode 100644
index 00000000..3a2e6c62
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/unlock_ring.png differ
diff --git a/res/res/drawable-sw600dp-mdpi/unlock_wave.png b/res/res/drawable-sw600dp-mdpi/unlock_wave.png
new file mode 100644
index 00000000..9e384990
Binary files /dev/null and b/res/res/drawable-sw600dp-mdpi/unlock_wave.png differ
diff --git a/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg b/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg
new file mode 100644
index 00000000..03a14c09
Binary files /dev/null and b/res/res/drawable-sw600dp-nodpi/default_wallpaper.jpg differ
diff --git a/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png b/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png
new file mode 100644
index 00000000..534c10bc
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png differ
diff --git a/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png b/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png
new file mode 100644
index 00000000..55174e07
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png differ
diff --git a/res/res/drawable-sw600dp-xhdpi/unlock_default.png b/res/res/drawable-sw600dp-xhdpi/unlock_default.png
new file mode 100644
index 00000000..4b837efd
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/unlock_default.png differ
diff --git a/res/res/drawable-sw600dp-xhdpi/unlock_halo.png b/res/res/drawable-sw600dp-xhdpi/unlock_halo.png
new file mode 100644
index 00000000..187c6aa4
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/unlock_halo.png differ
diff --git a/res/res/drawable-sw600dp-xhdpi/unlock_ring.png b/res/res/drawable-sw600dp-xhdpi/unlock_ring.png
new file mode 100644
index 00000000..bdae4141
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/unlock_ring.png differ
diff --git a/res/res/drawable-sw600dp-xhdpi/unlock_wave.png b/res/res/drawable-sw600dp-xhdpi/unlock_wave.png
new file mode 100644
index 00000000..035bd925
Binary files /dev/null and b/res/res/drawable-sw600dp-xhdpi/unlock_wave.png differ
diff --git a/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg b/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg
new file mode 100644
index 00000000..543d118f
Binary files /dev/null and b/res/res/drawable-sw720dp-nodpi/default_wallpaper.jpg differ
diff --git a/res/res/drawable/ab_share_pack_material.xml b/res/res/drawable/ab_share_pack_material.xml
new file mode 100644
index 00000000..1f0478e8
--- /dev/null
+++ b/res/res/drawable/ab_share_pack_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ab_solid_shadow_material.xml b/res/res/drawable/ab_solid_shadow_material.xml
new file mode 100644
index 00000000..eee52c8e
--- /dev/null
+++ b/res/res/drawable/ab_solid_shadow_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/action_bar_background.xml b/res/res/drawable/action_bar_background.xml
new file mode 100644
index 00000000..3929d7f1
--- /dev/null
+++ b/res/res/drawable/action_bar_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/action_bar_divider.xml b/res/res/drawable/action_bar_divider.xml
new file mode 100644
index 00000000..414309fd
--- /dev/null
+++ b/res/res/drawable/action_bar_divider.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/action_bar_item_background_material.xml b/res/res/drawable/action_bar_item_background_material.xml
new file mode 100644
index 00000000..8228e3f5
--- /dev/null
+++ b/res/res/drawable/action_bar_item_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/activated_background.xml b/res/res/drawable/activated_background.xml
new file mode 100644
index 00000000..d92fba12
--- /dev/null
+++ b/res/res/drawable/activated_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/activated_background_holo_dark.xml b/res/res/drawable/activated_background_holo_dark.xml
new file mode 100644
index 00000000..febf2c40
--- /dev/null
+++ b/res/res/drawable/activated_background_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/activated_background_holo_light.xml b/res/res/drawable/activated_background_holo_light.xml
new file mode 100644
index 00000000..febf2c40
--- /dev/null
+++ b/res/res/drawable/activated_background_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/activated_background_light.xml b/res/res/drawable/activated_background_light.xml
new file mode 100644
index 00000000..5d5681d5
--- /dev/null
+++ b/res/res/drawable/activated_background_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/activated_background_material.xml b/res/res/drawable/activated_background_material.xml
new file mode 100644
index 00000000..e06c9f22
--- /dev/null
+++ b/res/res/drawable/activated_background_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/app_icon_background.xml b/res/res/drawable/app_icon_background.xml
new file mode 100644
index 00000000..9224b5fe
--- /dev/null
+++ b/res/res/drawable/app_icon_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/background_holo_dark.xml b/res/res/drawable/background_holo_dark.xml
new file mode 100644
index 00000000..7cfae4dc
--- /dev/null
+++ b/res/res/drawable/background_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/background_holo_light.xml b/res/res/drawable/background_holo_light.xml
new file mode 100644
index 00000000..4e863ea2
--- /dev/null
+++ b/res/res/drawable/background_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/background_leanback_setup.xml b/res/res/drawable/background_leanback_setup.xml
new file mode 100644
index 00000000..ca3392c6
--- /dev/null
+++ b/res/res/drawable/background_leanback_setup.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/box.xml b/res/res/drawable/box.xml
new file mode 100644
index 00000000..6849bd34
--- /dev/null
+++ b/res/res/drawable/box.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_borderless_material.xml b/res/res/drawable/btn_borderless_material.xml
new file mode 100644
index 00000000..08e1060e
--- /dev/null
+++ b/res/res/drawable/btn_borderless_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_browser_zoom_fit_page.xml b/res/res/drawable/btn_browser_zoom_fit_page.xml
new file mode 100644
index 00000000..2f4761a1
--- /dev/null
+++ b/res/res/drawable/btn_browser_zoom_fit_page.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_browser_zoom_page_overview.xml b/res/res/drawable/btn_browser_zoom_page_overview.xml
new file mode 100644
index 00000000..16fb1e60
--- /dev/null
+++ b/res/res/drawable/btn_browser_zoom_page_overview.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_cab_done_holo_dark.xml b/res/res/drawable/btn_cab_done_holo_dark.xml
new file mode 100644
index 00000000..f865ddd6
--- /dev/null
+++ b/res/res/drawable/btn_cab_done_holo_dark.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_cab_done_holo_light.xml b/res/res/drawable/btn_cab_done_holo_light.xml
new file mode 100644
index 00000000..6d85fc49
--- /dev/null
+++ b/res/res/drawable/btn_cab_done_holo_light.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_check.xml b/res/res/drawable/btn_check.xml
new file mode 100644
index 00000000..824aff07
--- /dev/null
+++ b/res/res/drawable/btn_check.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_check_holo_dark.xml b/res/res/drawable/btn_check_holo_dark.xml
new file mode 100644
index 00000000..cbdf44e3
--- /dev/null
+++ b/res/res/drawable/btn_check_holo_dark.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_check_holo_light.xml b/res/res/drawable/btn_check_holo_light.xml
new file mode 100644
index 00000000..c8c2bee0
--- /dev/null
+++ b/res/res/drawable/btn_check_holo_light.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_check_material_anim.xml b/res/res/drawable/btn_check_material_anim.xml
new file mode 100644
index 00000000..710a2911
--- /dev/null
+++ b/res/res/drawable/btn_check_material_anim.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_circle.xml b/res/res/drawable/btn_circle.xml
new file mode 100644
index 00000000..243f5061
--- /dev/null
+++ b/res/res/drawable/btn_circle.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_close.xml b/res/res/drawable/btn_close.xml
new file mode 100644
index 00000000..598ab0f4
--- /dev/null
+++ b/res/res/drawable/btn_close.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_colored_material.xml b/res/res/drawable/btn_colored_material.xml
new file mode 100644
index 00000000..81cbe393
--- /dev/null
+++ b/res/res/drawable/btn_colored_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default.xml b/res/res/drawable/btn_default.xml
new file mode 100644
index 00000000..47650846
--- /dev/null
+++ b/res/res/drawable/btn_default.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_holo_dark.xml b/res/res/drawable/btn_default_holo_dark.xml
new file mode 100644
index 00000000..c250070b
--- /dev/null
+++ b/res/res/drawable/btn_default_holo_dark.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_holo_light.xml b/res/res/drawable/btn_default_holo_light.xml
new file mode 100644
index 00000000..61bb1bd4
--- /dev/null
+++ b/res/res/drawable/btn_default_holo_light.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_material.xml b/res/res/drawable/btn_default_material.xml
new file mode 100644
index 00000000..ed2b5aac
--- /dev/null
+++ b/res/res/drawable/btn_default_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_mtrl_shape.xml b/res/res/drawable/btn_default_mtrl_shape.xml
new file mode 100644
index 00000000..8a31d5ec
--- /dev/null
+++ b/res/res/drawable/btn_default_mtrl_shape.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_small.xml b/res/res/drawable/btn_default_small.xml
new file mode 100644
index 00000000..5485ea03
--- /dev/null
+++ b/res/res/drawable/btn_default_small.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_default_transparent.xml b/res/res/drawable/btn_default_transparent.xml
new file mode 100644
index 00000000..f8e03ee3
--- /dev/null
+++ b/res/res/drawable/btn_default_transparent.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_dialog.xml b/res/res/drawable/btn_dialog.xml
new file mode 100644
index 00000000..d1d7e292
--- /dev/null
+++ b/res/res/drawable/btn_dialog.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_dropdown.xml b/res/res/drawable/btn_dropdown.xml
new file mode 100644
index 00000000..d9905c67
--- /dev/null
+++ b/res/res/drawable/btn_dropdown.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_global_search.xml b/res/res/drawable/btn_global_search.xml
new file mode 100644
index 00000000..2807a017
--- /dev/null
+++ b/res/res/drawable/btn_global_search.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_group_holo_dark.xml b/res/res/drawable/btn_group_holo_dark.xml
new file mode 100644
index 00000000..553f0237
--- /dev/null
+++ b/res/res/drawable/btn_group_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_group_holo_light.xml b/res/res/drawable/btn_group_holo_light.xml
new file mode 100644
index 00000000..9c89eef5
--- /dev/null
+++ b/res/res/drawable/btn_group_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_keyboard_key.xml b/res/res/drawable/btn_keyboard_key.xml
new file mode 100644
index 00000000..45578e58
--- /dev/null
+++ b/res/res/drawable/btn_keyboard_key.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_keyboard_key_fulltrans.xml b/res/res/drawable/btn_keyboard_key_fulltrans.xml
new file mode 100644
index 00000000..cfad6e34
--- /dev/null
+++ b/res/res/drawable/btn_keyboard_key_fulltrans.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_keyboard_key_ics.xml b/res/res/drawable/btn_keyboard_key_ics.xml
new file mode 100644
index 00000000..7335cc29
--- /dev/null
+++ b/res/res/drawable/btn_keyboard_key_ics.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_keyboard_key_trans.xml b/res/res/drawable/btn_keyboard_key_trans.xml
new file mode 100644
index 00000000..970aed75
--- /dev/null
+++ b/res/res/drawable/btn_keyboard_key_trans.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_minus.xml b/res/res/drawable/btn_minus.xml
new file mode 100644
index 00000000..f4273759
--- /dev/null
+++ b/res/res/drawable/btn_minus.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_plus.xml b/res/res/drawable/btn_plus.xml
new file mode 100644
index 00000000..57eba308
--- /dev/null
+++ b/res/res/drawable/btn_plus.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_radio.xml b/res/res/drawable/btn_radio.xml
new file mode 100644
index 00000000..9b2ca713
--- /dev/null
+++ b/res/res/drawable/btn_radio.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_radio_holo_dark.xml b/res/res/drawable/btn_radio_holo_dark.xml
new file mode 100644
index 00000000..e35d5709
--- /dev/null
+++ b/res/res/drawable/btn_radio_holo_dark.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_radio_holo_light.xml b/res/res/drawable/btn_radio_holo_light.xml
new file mode 100644
index 00000000..e2f1f84c
--- /dev/null
+++ b/res/res/drawable/btn_radio_holo_light.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_radio_material_anim.xml b/res/res/drawable/btn_radio_material_anim.xml
new file mode 100644
index 00000000..bce579eb
--- /dev/null
+++ b/res/res/drawable/btn_radio_material_anim.xml
@@ -0,0 +1,172 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_search_dialog.xml b/res/res/drawable/btn_search_dialog.xml
new file mode 100644
index 00000000..082633ee
--- /dev/null
+++ b/res/res/drawable/btn_search_dialog.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_search_dialog_voice.xml b/res/res/drawable/btn_search_dialog_voice.xml
new file mode 100644
index 00000000..1a76efa7
--- /dev/null
+++ b/res/res/drawable/btn_search_dialog_voice.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_square_overlay.xml b/res/res/drawable/btn_square_overlay.xml
new file mode 100644
index 00000000..a2c698c8
--- /dev/null
+++ b/res/res/drawable/btn_square_overlay.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/btn_star.xml b/res/res/drawable/btn_star.xml
new file mode 100644
index 00000000..6198006b
--- /dev/null
+++ b/res/res/drawable/btn_star.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_star_holo_dark.xml b/res/res/drawable/btn_star_holo_dark.xml
new file mode 100644
index 00000000..4aee68d5
--- /dev/null
+++ b/res/res/drawable/btn_star_holo_dark.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_star_holo_light.xml b/res/res/drawable/btn_star_holo_light.xml
new file mode 100644
index 00000000..ea911da9
--- /dev/null
+++ b/res/res/drawable/btn_star_holo_light.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_star_material.xml b/res/res/drawable/btn_star_material.xml
new file mode 100644
index 00000000..cbea471f
--- /dev/null
+++ b/res/res/drawable/btn_star_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/btn_toggle.xml b/res/res/drawable/btn_toggle.xml
new file mode 100644
index 00000000..13b4701a
--- /dev/null
+++ b/res/res/drawable/btn_toggle.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_toggle_bg.xml b/res/res/drawable/btn_toggle_bg.xml
new file mode 100644
index 00000000..897a21d5
--- /dev/null
+++ b/res/res/drawable/btn_toggle_bg.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_toggle_holo_dark.xml b/res/res/drawable/btn_toggle_holo_dark.xml
new file mode 100644
index 00000000..658ca9ee
--- /dev/null
+++ b/res/res/drawable/btn_toggle_holo_dark.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_toggle_holo_light.xml b/res/res/drawable/btn_toggle_holo_light.xml
new file mode 100644
index 00000000..d3f10124
--- /dev/null
+++ b/res/res/drawable/btn_toggle_holo_light.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_toggle_material.xml b/res/res/drawable/btn_toggle_material.xml
new file mode 100644
index 00000000..8b19e4ae
--- /dev/null
+++ b/res/res/drawable/btn_toggle_material.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_zoom_down.xml b/res/res/drawable/btn_zoom_down.xml
new file mode 100644
index 00000000..e7449aac
--- /dev/null
+++ b/res/res/drawable/btn_zoom_down.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_zoom_page.xml b/res/res/drawable/btn_zoom_page.xml
new file mode 100644
index 00000000..71840adf
--- /dev/null
+++ b/res/res/drawable/btn_zoom_page.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/btn_zoom_up.xml b/res/res/drawable/btn_zoom_up.xml
new file mode 100644
index 00000000..045b3c39
--- /dev/null
+++ b/res/res/drawable/btn_zoom_up.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/button_inset.xml b/res/res/drawable/button_inset.xml
new file mode 100644
index 00000000..fd274982
--- /dev/null
+++ b/res/res/drawable/button_inset.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/cab_background_bottom_material.xml b/res/res/drawable/cab_background_bottom_material.xml
new file mode 100644
index 00000000..cfbc8543
--- /dev/null
+++ b/res/res/drawable/cab_background_bottom_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/cab_background_top_material.xml b/res/res/drawable/cab_background_top_material.xml
new file mode 100644
index 00000000..09f7a616
--- /dev/null
+++ b/res/res/drawable/cab_background_top_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/cling_button.xml b/res/res/drawable/cling_button.xml
new file mode 100644
index 00000000..9ce191c1
--- /dev/null
+++ b/res/res/drawable/cling_button.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/control_background_32dp_material.xml b/res/res/drawable/control_background_32dp_material.xml
new file mode 100644
index 00000000..16287345
--- /dev/null
+++ b/res/res/drawable/control_background_32dp_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/control_background_40dp_material.xml b/res/res/drawable/control_background_40dp_material.xml
new file mode 100644
index 00000000..0e82ace0
--- /dev/null
+++ b/res/res/drawable/control_background_40dp_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/dark_header_dither.xml b/res/res/drawable/dark_header_dither.xml
new file mode 100644
index 00000000..0741fa47
--- /dev/null
+++ b/res/res/drawable/dark_header_dither.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/drawable/dialog_background_material.xml b/res/res/drawable/dialog_background_material.xml
new file mode 100644
index 00000000..2f8d1fa1
--- /dev/null
+++ b/res/res/drawable/dialog_background_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/edit_query_background.xml b/res/res/drawable/edit_query_background.xml
new file mode 100644
index 00000000..1446f8c4
--- /dev/null
+++ b/res/res/drawable/edit_query_background.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/edit_text.xml b/res/res/drawable/edit_text.xml
new file mode 100644
index 00000000..e9ba84b6
--- /dev/null
+++ b/res/res/drawable/edit_text.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/edit_text_holo_dark.xml b/res/res/drawable/edit_text_holo_dark.xml
new file mode 100644
index 00000000..2bfe3333
--- /dev/null
+++ b/res/res/drawable/edit_text_holo_dark.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/edit_text_holo_light.xml b/res/res/drawable/edit_text_holo_light.xml
new file mode 100644
index 00000000..9e913e97
--- /dev/null
+++ b/res/res/drawable/edit_text_holo_light.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/edit_text_material.xml b/res/res/drawable/edit_text_material.xml
new file mode 100644
index 00000000..38ac5676
--- /dev/null
+++ b/res/res/drawable/edit_text_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/editbox_background.xml b/res/res/drawable/editbox_background.xml
new file mode 100644
index 00000000..976a2127
--- /dev/null
+++ b/res/res/drawable/editbox_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/emulator_circular_window_overlay.xml b/res/res/drawable/emulator_circular_window_overlay.xml
new file mode 100644
index 00000000..7616b376
--- /dev/null
+++ b/res/res/drawable/emulator_circular_window_overlay.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/expander_group.xml b/res/res/drawable/expander_group.xml
new file mode 100644
index 00000000..ac258b3a
--- /dev/null
+++ b/res/res/drawable/expander_group.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/expander_group_holo_dark.xml b/res/res/drawable/expander_group_holo_dark.xml
new file mode 100644
index 00000000..2481dcbc
--- /dev/null
+++ b/res/res/drawable/expander_group_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/expander_group_holo_light.xml b/res/res/drawable/expander_group_holo_light.xml
new file mode 100644
index 00000000..8006574d
--- /dev/null
+++ b/res/res/drawable/expander_group_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/expander_group_material.xml b/res/res/drawable/expander_group_material.xml
new file mode 100644
index 00000000..aa41796e
--- /dev/null
+++ b/res/res/drawable/expander_group_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_label_left_material.xml b/res/res/drawable/fastscroll_label_left_material.xml
new file mode 100644
index 00000000..c825f734
--- /dev/null
+++ b/res/res/drawable/fastscroll_label_left_material.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_label_right_material.xml b/res/res/drawable/fastscroll_label_right_material.xml
new file mode 100644
index 00000000..94f5fde9
--- /dev/null
+++ b/res/res/drawable/fastscroll_label_right_material.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_thumb_holo.xml b/res/res/drawable/fastscroll_thumb_holo.xml
new file mode 100644
index 00000000..9d4a7870
--- /dev/null
+++ b/res/res/drawable/fastscroll_thumb_holo.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_thumb_material.xml b/res/res/drawable/fastscroll_thumb_material.xml
new file mode 100644
index 00000000..4e8ccc70
--- /dev/null
+++ b/res/res/drawable/fastscroll_thumb_material.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_track_holo_dark.xml b/res/res/drawable/fastscroll_track_holo_dark.xml
new file mode 100644
index 00000000..4798a0d2
--- /dev/null
+++ b/res/res/drawable/fastscroll_track_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_track_holo_light.xml b/res/res/drawable/fastscroll_track_holo_light.xml
new file mode 100644
index 00000000..120e6521
--- /dev/null
+++ b/res/res/drawable/fastscroll_track_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/fastscroll_track_material.xml b/res/res/drawable/fastscroll_track_material.xml
new file mode 100644
index 00000000..1e3e31af
--- /dev/null
+++ b/res/res/drawable/fastscroll_track_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/floating_popup_background_dark.xml b/res/res/drawable/floating_popup_background_dark.xml
new file mode 100644
index 00000000..ded11375
--- /dev/null
+++ b/res/res/drawable/floating_popup_background_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/floating_popup_background_light.xml b/res/res/drawable/floating_popup_background_light.xml
new file mode 100644
index 00000000..9c7a8860
--- /dev/null
+++ b/res/res/drawable/floating_popup_background_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/gallery_item_background.xml b/res/res/drawable/gallery_item_background.xml
new file mode 100644
index 00000000..c7eb7ea8
--- /dev/null
+++ b/res/res/drawable/gallery_item_background.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/gallery_thumb.xml b/res/res/drawable/gallery_thumb.xml
new file mode 100644
index 00000000..44257272
--- /dev/null
+++ b/res/res/drawable/gallery_thumb.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/grid_selector_background.xml b/res/res/drawable/grid_selector_background.xml
new file mode 100644
index 00000000..232aebcc
--- /dev/null
+++ b/res/res/drawable/grid_selector_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_ab_back_holo_dark.xml b/res/res/drawable/ic_ab_back_holo_dark.xml
new file mode 100644
index 00000000..740d3e82
--- /dev/null
+++ b/res/res/drawable/ic_ab_back_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_ab_back_holo_light.xml b/res/res/drawable/ic_ab_back_holo_light.xml
new file mode 100644
index 00000000..7639f943
--- /dev/null
+++ b/res/res/drawable/ic_ab_back_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_ab_back_material.xml b/res/res/drawable/ic_ab_back_material.xml
new file mode 100644
index 00000000..e4bc6ccf
--- /dev/null
+++ b/res/res/drawable/ic_ab_back_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_ab_back_material_dark.xml b/res/res/drawable/ic_ab_back_material_dark.xml
new file mode 100644
index 00000000..7cdd1393
--- /dev/null
+++ b/res/res/drawable/ic_ab_back_material_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_ab_back_material_light.xml b/res/res/drawable/ic_ab_back_material_light.xml
new file mode 100644
index 00000000..65dab811
--- /dev/null
+++ b/res/res/drawable/ic_ab_back_material_light.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_account_circle.xml b/res/res/drawable/ic_account_circle.xml
new file mode 100644
index 00000000..a8c5b8c6
--- /dev/null
+++ b/res/res/drawable/ic_account_circle.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_alarm.xml b/res/res/drawable/ic_audio_alarm.xml
new file mode 100644
index 00000000..96206ea3
--- /dev/null
+++ b/res/res/drawable/ic_audio_alarm.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_alarm_mute.xml b/res/res/drawable/ic_audio_alarm_mute.xml
new file mode 100644
index 00000000..7f248c3b
--- /dev/null
+++ b/res/res/drawable/ic_audio_alarm_mute.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_media.xml b/res/res/drawable/ic_audio_media.xml
new file mode 100644
index 00000000..4ef53401
--- /dev/null
+++ b/res/res/drawable/ic_audio_media.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_audio_media_mute.xml b/res/res/drawable/ic_audio_media_mute.xml
new file mode 100644
index 00000000..2be6dc42
--- /dev/null
+++ b/res/res/drawable/ic_audio_media_mute.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_audio_notification.xml b/res/res/drawable/ic_audio_notification.xml
new file mode 100644
index 00000000..65249f51
--- /dev/null
+++ b/res/res/drawable/ic_audio_notification.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_notification_mute.xml b/res/res/drawable/ic_audio_notification_mute.xml
new file mode 100644
index 00000000..af6a8e05
--- /dev/null
+++ b/res/res/drawable/ic_audio_notification_mute.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_ring_notif.xml b/res/res/drawable/ic_audio_ring_notif.xml
new file mode 100644
index 00000000..54c40747
--- /dev/null
+++ b/res/res/drawable/ic_audio_ring_notif.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_audio_ring_notif_mute.xml b/res/res/drawable/ic_audio_ring_notif_mute.xml
new file mode 100644
index 00000000..b5915207
--- /dev/null
+++ b/res/res/drawable/ic_audio_ring_notif_mute.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_audio_ring_notif_vibrate.xml b/res/res/drawable/ic_audio_ring_notif_vibrate.xml
new file mode 100644
index 00000000..b3a28592
--- /dev/null
+++ b/res/res/drawable/ic_audio_ring_notif_vibrate.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_audio_vol.xml b/res/res/drawable/ic_audio_vol.xml
new file mode 100644
index 00000000..fc216e5b
--- /dev/null
+++ b/res/res/drawable/ic_audio_vol.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_audio_vol_mute.xml b/res/res/drawable/ic_audio_vol_mute.xml
new file mode 100644
index 00000000..7cf604c6
--- /dev/null
+++ b/res/res/drawable/ic_audio_vol_mute.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_btn_round_more.xml b/res/res/drawable/ic_btn_round_more.xml
new file mode 100644
index 00000000..82b75933
--- /dev/null
+++ b/res/res/drawable/ic_btn_round_more.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_btn_square_browser_zoom_fit_page.xml b/res/res/drawable/ic_btn_square_browser_zoom_fit_page.xml
new file mode 100644
index 00000000..bec869a8
--- /dev/null
+++ b/res/res/drawable/ic_btn_square_browser_zoom_fit_page.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/ic_btn_square_browser_zoom_page_overview.xml b/res/res/drawable/ic_btn_square_browser_zoom_page_overview.xml
new file mode 100644
index 00000000..2db32032
--- /dev/null
+++ b/res/res/drawable/ic_btn_square_browser_zoom_page_overview.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/ic_check_circle_24px.xml b/res/res/drawable/ic_check_circle_24px.xml
new file mode 100644
index 00000000..066a8a73
--- /dev/null
+++ b/res/res/drawable/ic_check_circle_24px.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_checkbox_checked.xml b/res/res/drawable/ic_checkbox_checked.xml
new file mode 100644
index 00000000..ecde4144
--- /dev/null
+++ b/res/res/drawable/ic_checkbox_checked.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml b/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml
new file mode 100644
index 00000000..fad2233f
--- /dev/null
+++ b/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_checkbox_unchecked.xml b/res/res/drawable/ic_checkbox_unchecked.xml
new file mode 100644
index 00000000..3329b46f
--- /dev/null
+++ b/res/res/drawable/ic_checkbox_unchecked.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml b/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml
new file mode 100644
index 00000000..68351701
--- /dev/null
+++ b/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_chevron_end.xml b/res/res/drawable/ic_chevron_end.xml
new file mode 100644
index 00000000..8570d26e
--- /dev/null
+++ b/res/res/drawable/ic_chevron_end.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_chevron_start.xml b/res/res/drawable/ic_chevron_start.xml
new file mode 100644
index 00000000..d412ce0f
--- /dev/null
+++ b/res/res/drawable/ic_chevron_start.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_clear.xml b/res/res/drawable/ic_clear.xml
new file mode 100644
index 00000000..f3534964
--- /dev/null
+++ b/res/res/drawable/ic_clear.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_clear_holo_dark.xml b/res/res/drawable/ic_clear_holo_dark.xml
new file mode 100644
index 00000000..68b1e422
--- /dev/null
+++ b/res/res/drawable/ic_clear_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_clear_holo_light.xml b/res/res/drawable/ic_clear_holo_light.xml
new file mode 100644
index 00000000..8ba1e3c0
--- /dev/null
+++ b/res/res/drawable/ic_clear_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_clear_material.xml b/res/res/drawable/ic_clear_material.xml
new file mode 100644
index 00000000..a21f47a3
--- /dev/null
+++ b/res/res/drawable/ic_clear_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_commit_search_api_material.xml b/res/res/drawable/ic_commit_search_api_material.xml
new file mode 100644
index 00000000..59bd0fac
--- /dev/null
+++ b/res/res/drawable/ic_commit_search_api_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_corp_badge.xml b/res/res/drawable/ic_corp_badge.xml
new file mode 100644
index 00000000..89174312
--- /dev/null
+++ b/res/res/drawable/ic_corp_badge.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_corp_icon_badge.xml b/res/res/drawable/ic_corp_icon_badge.xml
new file mode 100644
index 00000000..02735459
--- /dev/null
+++ b/res/res/drawable/ic_corp_icon_badge.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_corp_statusbar_icon.xml b/res/res/drawable/ic_corp_statusbar_icon.xml
new file mode 100644
index 00000000..e742c0b9
--- /dev/null
+++ b/res/res/drawable/ic_corp_statusbar_icon.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_dialog_alert_material.xml b/res/res/drawable/ic_dialog_alert_material.xml
new file mode 100644
index 00000000..26daea74
--- /dev/null
+++ b/res/res/drawable/ic_dialog_alert_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_eject_24dp.xml b/res/res/drawable/ic_eject_24dp.xml
new file mode 100644
index 00000000..1bb351a5
--- /dev/null
+++ b/res/res/drawable/ic_eject_24dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_expand_more_48dp.xml b/res/res/drawable/ic_expand_more_48dp.xml
new file mode 100644
index 00000000..11323e3b
--- /dev/null
+++ b/res/res/drawable/ic_expand_more_48dp.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_find_next_material.xml b/res/res/drawable/ic_find_next_material.xml
new file mode 100644
index 00000000..c6674ebf
--- /dev/null
+++ b/res/res/drawable/ic_find_next_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_find_previous_material.xml b/res/res/drawable/ic_find_previous_material.xml
new file mode 100644
index 00000000..32fcb315
--- /dev/null
+++ b/res/res/drawable/ic_find_previous_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_fingerprint.xml b/res/res/drawable/ic_fingerprint.xml
new file mode 100644
index 00000000..c19f00f4
--- /dev/null
+++ b/res/res/drawable/ic_fingerprint.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_folder_24dp.xml b/res/res/drawable/ic_folder_24dp.xml
new file mode 100644
index 00000000..9a386ca4
--- /dev/null
+++ b/res/res/drawable/ic_folder_24dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_go_search_api_material.xml b/res/res/drawable/ic_go_search_api_material.xml
new file mode 100644
index 00000000..67ef281b
--- /dev/null
+++ b/res/res/drawable/ic_go_search_api_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_airplane_mode.xml b/res/res/drawable/ic_lock_airplane_mode.xml
new file mode 100644
index 00000000..4a169224
--- /dev/null
+++ b/res/res/drawable/ic_lock_airplane_mode.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_airplane_mode_off.xml b/res/res/drawable/ic_lock_airplane_mode_off.xml
new file mode 100644
index 00000000..a8cd390f
--- /dev/null
+++ b/res/res/drawable/ic_lock_airplane_mode_off.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_bugreport.xml b/res/res/drawable/ic_lock_bugreport.xml
new file mode 100644
index 00000000..b0c32e01
--- /dev/null
+++ b/res/res/drawable/ic_lock_bugreport.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_idle_alarm.xml b/res/res/drawable/ic_lock_idle_alarm.xml
new file mode 100644
index 00000000..e8189bd1
--- /dev/null
+++ b/res/res/drawable/ic_lock_idle_alarm.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_lock.xml b/res/res/drawable/ic_lock_lock.xml
new file mode 100644
index 00000000..39f268a9
--- /dev/null
+++ b/res/res/drawable/ic_lock_lock.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lock_power_off.xml b/res/res/drawable/ic_lock_power_off.xml
new file mode 100644
index 00000000..718f17ed
--- /dev/null
+++ b/res/res/drawable/ic_lock_power_off.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_lockscreen_outerring.xml b/res/res/drawable/ic_lockscreen_outerring.xml
new file mode 100644
index 00000000..75bea70b
--- /dev/null
+++ b/res/res/drawable/ic_lockscreen_outerring.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_maps_indicator_current_position_anim.xml b/res/res/drawable/ic_maps_indicator_current_position_anim.xml
new file mode 100644
index 00000000..dcc6d463
--- /dev/null
+++ b/res/res/drawable/ic_maps_indicator_current_position_anim.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_media_route_connecting_holo_dark.xml b/res/res/drawable/ic_media_route_connecting_holo_dark.xml
new file mode 100644
index 00000000..faa5220b
--- /dev/null
+++ b/res/res/drawable/ic_media_route_connecting_holo_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/ic_media_route_connecting_holo_light.xml b/res/res/drawable/ic_media_route_connecting_holo_light.xml
new file mode 100644
index 00000000..14f8df4e
--- /dev/null
+++ b/res/res/drawable/ic_media_route_connecting_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_media_route_connecting_material.xml b/res/res/drawable/ic_media_route_connecting_material.xml
new file mode 100644
index 00000000..51decd30
--- /dev/null
+++ b/res/res/drawable/ic_media_route_connecting_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_media_route_holo_dark.xml b/res/res/drawable/ic_media_route_holo_dark.xml
new file mode 100644
index 00000000..b4c1fac9
--- /dev/null
+++ b/res/res/drawable/ic_media_route_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_media_route_holo_light.xml b/res/res/drawable/ic_media_route_holo_light.xml
new file mode 100644
index 00000000..553721d6
--- /dev/null
+++ b/res/res/drawable/ic_media_route_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_media_route_material.xml b/res/res/drawable/ic_media_route_material.xml
new file mode 100644
index 00000000..3e3f3885
--- /dev/null
+++ b/res/res/drawable/ic_media_route_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_cc.xml b/res/res/drawable/ic_menu_cc.xml
new file mode 100644
index 00000000..2bb4ff7b
--- /dev/null
+++ b/res/res/drawable/ic_menu_cc.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_copy_material.xml b/res/res/drawable/ic_menu_copy_material.xml
new file mode 100644
index 00000000..c03723b1
--- /dev/null
+++ b/res/res/drawable/ic_menu_copy_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_cut_material.xml b/res/res/drawable/ic_menu_cut_material.xml
new file mode 100644
index 00000000..aec66856
--- /dev/null
+++ b/res/res/drawable/ic_menu_cut_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_find_material.xml b/res/res/drawable/ic_menu_find_material.xml
new file mode 100644
index 00000000..00b294e1
--- /dev/null
+++ b/res/res/drawable/ic_menu_find_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_moreoverflow_holo_dark.xml b/res/res/drawable/ic_menu_moreoverflow_holo_dark.xml
new file mode 100644
index 00000000..f2b846ab
--- /dev/null
+++ b/res/res/drawable/ic_menu_moreoverflow_holo_dark.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_moreoverflow_holo_light.xml b/res/res/drawable/ic_menu_moreoverflow_holo_light.xml
new file mode 100644
index 00000000..34afa71c
--- /dev/null
+++ b/res/res/drawable/ic_menu_moreoverflow_holo_light.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_moreoverflow_material.xml b/res/res/drawable/ic_menu_moreoverflow_material.xml
new file mode 100644
index 00000000..3f534517
--- /dev/null
+++ b/res/res/drawable/ic_menu_moreoverflow_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_moreoverflow_material_dark.xml b/res/res/drawable/ic_menu_moreoverflow_material_dark.xml
new file mode 100644
index 00000000..fa350a66
--- /dev/null
+++ b/res/res/drawable/ic_menu_moreoverflow_material_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_moreoverflow_material_light.xml b/res/res/drawable/ic_menu_moreoverflow_material_light.xml
new file mode 100644
index 00000000..7af234fd
--- /dev/null
+++ b/res/res/drawable/ic_menu_moreoverflow_material_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_menu_paste_material.xml b/res/res/drawable/ic_menu_paste_material.xml
new file mode 100644
index 00000000..ee242674
--- /dev/null
+++ b/res/res/drawable/ic_menu_paste_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_refresh.xml b/res/res/drawable/ic_menu_refresh.xml
new file mode 100644
index 00000000..e0fbccb9
--- /dev/null
+++ b/res/res/drawable/ic_menu_refresh.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_search_material.xml b/res/res/drawable/ic_menu_search_material.xml
new file mode 100644
index 00000000..78dd62f4
--- /dev/null
+++ b/res/res/drawable/ic_menu_search_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_selectall_material.xml b/res/res/drawable/ic_menu_selectall_material.xml
new file mode 100644
index 00000000..fd05c725
--- /dev/null
+++ b/res/res/drawable/ic_menu_selectall_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/drawable/ic_menu_share_material.xml b/res/res/drawable/ic_menu_share_material.xml
new file mode 100644
index 00000000..6c351c9d
--- /dev/null
+++ b/res/res/drawable/ic_menu_share_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_more_items.xml b/res/res/drawable/ic_more_items.xml
new file mode 100644
index 00000000..5fdcdcef
--- /dev/null
+++ b/res/res/drawable/ic_more_items.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/ic_perm_device_info.xml b/res/res/drawable/ic_perm_device_info.xml
new file mode 100644
index 00000000..ef91c746
--- /dev/null
+++ b/res/res/drawable/ic_perm_device_info.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_popup_sync.xml b/res/res/drawable/ic_popup_sync.xml
new file mode 100644
index 00000000..aa2c8d40
--- /dev/null
+++ b/res/res/drawable/ic_popup_sync.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_sd_card_48dp.xml b/res/res/drawable/ic_sd_card_48dp.xml
new file mode 100644
index 00000000..90bab47c
--- /dev/null
+++ b/res/res/drawable/ic_sd_card_48dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_search_api_material.xml b/res/res/drawable/ic_search_api_material.xml
new file mode 100644
index 00000000..70367bd6
--- /dev/null
+++ b/res/res/drawable/ic_search_api_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/ic_settings_24dp.xml b/res/res/drawable/ic_settings_24dp.xml
new file mode 100644
index 00000000..fc75f04f
--- /dev/null
+++ b/res/res/drawable/ic_settings_24dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_spinner_caret.xml b/res/res/drawable/ic_spinner_caret.xml
new file mode 100644
index 00000000..6a18f898
--- /dev/null
+++ b/res/res/drawable/ic_spinner_caret.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/drawable/ic_storage_48dp.xml b/res/res/drawable/ic_storage_48dp.xml
new file mode 100644
index 00000000..14233a4f
--- /dev/null
+++ b/res/res/drawable/ic_storage_48dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_text_dot.xml b/res/res/drawable/ic_text_dot.xml
new file mode 100644
index 00000000..f8f39645
--- /dev/null
+++ b/res/res/drawable/ic_text_dot.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ic_usb_48dp.xml b/res/res/drawable/ic_usb_48dp.xml
new file mode 100644
index 00000000..b2ec7095
--- /dev/null
+++ b/res/res/drawable/ic_usb_48dp.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/ic_voice_search_api_material.xml b/res/res/drawable/ic_voice_search_api_material.xml
new file mode 100644
index 00000000..a0262182
--- /dev/null
+++ b/res/res/drawable/ic_voice_search_api_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/drawable/immersive_cling_bg_circ.xml b/res/res/drawable/immersive_cling_bg_circ.xml
new file mode 100644
index 00000000..4731bbd0
--- /dev/null
+++ b/res/res/drawable/immersive_cling_bg_circ.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/immersive_cling_light_bg_circ.xml b/res/res/drawable/immersive_cling_light_bg_circ.xml
new file mode 100644
index 00000000..df5d5ad5
--- /dev/null
+++ b/res/res/drawable/immersive_cling_light_bg_circ.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/indicator_check_mark_dark.xml b/res/res/drawable/indicator_check_mark_dark.xml
new file mode 100644
index 00000000..f363a2d2
--- /dev/null
+++ b/res/res/drawable/indicator_check_mark_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/indicator_check_mark_light.xml b/res/res/drawable/indicator_check_mark_light.xml
new file mode 100644
index 00000000..3c8bb6cd
--- /dev/null
+++ b/res/res/drawable/indicator_check_mark_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background.xml b/res/res/drawable/item_background.xml
new file mode 100644
index 00000000..a1c9ff87
--- /dev/null
+++ b/res/res/drawable/item_background.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_activated_holo_dark.xml b/res/res/drawable/item_background_activated_holo_dark.xml
new file mode 100644
index 00000000..9cbf6abf
--- /dev/null
+++ b/res/res/drawable/item_background_activated_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_borderless_material.xml b/res/res/drawable/item_background_borderless_material.xml
new file mode 100644
index 00000000..b730618d
--- /dev/null
+++ b/res/res/drawable/item_background_borderless_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/drawable/item_background_borderless_material_dark.xml b/res/res/drawable/item_background_borderless_material_dark.xml
new file mode 100644
index 00000000..685c52a8
--- /dev/null
+++ b/res/res/drawable/item_background_borderless_material_dark.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/drawable/item_background_borderless_material_light.xml b/res/res/drawable/item_background_borderless_material_light.xml
new file mode 100644
index 00000000..3ef6674c
--- /dev/null
+++ b/res/res/drawable/item_background_borderless_material_light.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/item_background_holo_dark.xml b/res/res/drawable/item_background_holo_dark.xml
new file mode 100644
index 00000000..7c8590c6
--- /dev/null
+++ b/res/res/drawable/item_background_holo_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_holo_light.xml b/res/res/drawable/item_background_holo_light.xml
new file mode 100644
index 00000000..99b5ac2f
--- /dev/null
+++ b/res/res/drawable/item_background_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_material.xml b/res/res/drawable/item_background_material.xml
new file mode 100644
index 00000000..45ff181a
--- /dev/null
+++ b/res/res/drawable/item_background_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_material_dark.xml b/res/res/drawable/item_background_material_dark.xml
new file mode 100644
index 00000000..06eb531c
--- /dev/null
+++ b/res/res/drawable/item_background_material_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/item_background_material_light.xml b/res/res/drawable/item_background_material_light.xml
new file mode 100644
index 00000000..2f3d1577
--- /dev/null
+++ b/res/res/drawable/item_background_material_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_left_answer.xml b/res/res/drawable/jog_tab_bar_left_answer.xml
new file mode 100644
index 00000000..32ce3dcd
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_left_answer.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_left_generic.xml b/res/res/drawable/jog_tab_bar_left_generic.xml
new file mode 100644
index 00000000..7e381931
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_left_generic.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_left_unlock.xml b/res/res/drawable/jog_tab_bar_left_unlock.xml
new file mode 100644
index 00000000..32ce3dcd
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_left_unlock.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_right_decline.xml b/res/res/drawable/jog_tab_bar_right_decline.xml
new file mode 100644
index 00000000..83183ac1
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_right_decline.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_right_generic.xml b/res/res/drawable/jog_tab_bar_right_generic.xml
new file mode 100644
index 00000000..8797e155
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_right_generic.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_right_sound_off.xml b/res/res/drawable/jog_tab_bar_right_sound_off.xml
new file mode 100644
index 00000000..8797e155
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_right_sound_off.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_bar_right_sound_on.xml b/res/res/drawable/jog_tab_bar_right_sound_on.xml
new file mode 100644
index 00000000..d66e1c2b
--- /dev/null
+++ b/res/res/drawable/jog_tab_bar_right_sound_on.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_left_answer.xml b/res/res/drawable/jog_tab_left_answer.xml
new file mode 100644
index 00000000..18ec7fa1
--- /dev/null
+++ b/res/res/drawable/jog_tab_left_answer.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_left_generic.xml b/res/res/drawable/jog_tab_left_generic.xml
new file mode 100644
index 00000000..ed6d98b1
--- /dev/null
+++ b/res/res/drawable/jog_tab_left_generic.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_left_unlock.xml b/res/res/drawable/jog_tab_left_unlock.xml
new file mode 100644
index 00000000..18ec7fa1
--- /dev/null
+++ b/res/res/drawable/jog_tab_left_unlock.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_right_decline.xml b/res/res/drawable/jog_tab_right_decline.xml
new file mode 100644
index 00000000..a3bca5e9
--- /dev/null
+++ b/res/res/drawable/jog_tab_right_decline.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_right_generic.xml b/res/res/drawable/jog_tab_right_generic.xml
new file mode 100644
index 00000000..e173f2a4
--- /dev/null
+++ b/res/res/drawable/jog_tab_right_generic.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_right_sound_off.xml b/res/res/drawable/jog_tab_right_sound_off.xml
new file mode 100644
index 00000000..e173f2a4
--- /dev/null
+++ b/res/res/drawable/jog_tab_right_sound_off.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/jog_tab_right_sound_on.xml b/res/res/drawable/jog_tab_right_sound_on.xml
new file mode 100644
index 00000000..61f677ca
--- /dev/null
+++ b/res/res/drawable/jog_tab_right_sound_on.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/keyboard_key_feedback.xml b/res/res/drawable/keyboard_key_feedback.xml
new file mode 100644
index 00000000..e55854df
--- /dev/null
+++ b/res/res/drawable/keyboard_key_feedback.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/light_header_dither.xml b/res/res/drawable/light_header_dither.xml
new file mode 100644
index 00000000..c54b6c28
--- /dev/null
+++ b/res/res/drawable/light_header_dither.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/drawable/list_choice_background_material.xml b/res/res/drawable/list_choice_background_material.xml
new file mode 100644
index 00000000..5a930c4d
--- /dev/null
+++ b/res/res/drawable/list_choice_background_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_divider_material.xml b/res/res/drawable/list_divider_material.xml
new file mode 100644
index 00000000..658a59d5
--- /dev/null
+++ b/res/res/drawable/list_divider_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_highlight.xml b/res/res/drawable/list_highlight.xml
new file mode 100644
index 00000000..132c1cac
--- /dev/null
+++ b/res/res/drawable/list_highlight.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_highlight_active.xml b/res/res/drawable/list_highlight_active.xml
new file mode 100644
index 00000000..9e13a963
--- /dev/null
+++ b/res/res/drawable/list_highlight_active.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_highlight_inactive.xml b/res/res/drawable/list_highlight_inactive.xml
new file mode 100644
index 00000000..b258ea6d
--- /dev/null
+++ b/res/res/drawable/list_highlight_inactive.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_section_divider_material.xml b/res/res/drawable/list_section_divider_material.xml
new file mode 100644
index 00000000..f44c3f2d
--- /dev/null
+++ b/res/res/drawable/list_section_divider_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/drawable/list_selected_background.xml b/res/res/drawable/list_selected_background.xml
new file mode 100644
index 00000000..2bb65945
--- /dev/null
+++ b/res/res/drawable/list_selected_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selected_background_light.xml b/res/res/drawable/list_selected_background_light.xml
new file mode 100644
index 00000000..15fc1cb4
--- /dev/null
+++ b/res/res/drawable/list_selected_background_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background.xml b/res/res/drawable/list_selector_background.xml
new file mode 100644
index 00000000..eaf86caf
--- /dev/null
+++ b/res/res/drawable/list_selector_background.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background_light.xml b/res/res/drawable/list_selector_background_light.xml
new file mode 100644
index 00000000..4da7e211
--- /dev/null
+++ b/res/res/drawable/list_selector_background_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background_transition.xml b/res/res/drawable/list_selector_background_transition.xml
new file mode 100644
index 00000000..695f0c70
--- /dev/null
+++ b/res/res/drawable/list_selector_background_transition.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background_transition_holo_dark.xml b/res/res/drawable/list_selector_background_transition_holo_dark.xml
new file mode 100644
index 00000000..288c778d
--- /dev/null
+++ b/res/res/drawable/list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background_transition_holo_light.xml b/res/res/drawable/list_selector_background_transition_holo_light.xml
new file mode 100644
index 00000000..b729e1fd
--- /dev/null
+++ b/res/res/drawable/list_selector_background_transition_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_background_transition_light.xml b/res/res/drawable/list_selector_background_transition_light.xml
new file mode 100644
index 00000000..634f8952
--- /dev/null
+++ b/res/res/drawable/list_selector_background_transition_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_holo_dark.xml b/res/res/drawable/list_selector_holo_dark.xml
new file mode 100644
index 00000000..e4c5c524
--- /dev/null
+++ b/res/res/drawable/list_selector_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/list_selector_holo_light.xml b/res/res/drawable/list_selector_holo_light.xml
new file mode 100644
index 00000000..17631bdf
--- /dev/null
+++ b/res/res/drawable/list_selector_holo_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/load_average_background.xml b/res/res/drawable/load_average_background.xml
new file mode 100644
index 00000000..584e4f56
--- /dev/null
+++ b/res/res/drawable/load_average_background.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/media_button_background.xml b/res/res/drawable/media_button_background.xml
new file mode 100644
index 00000000..ebf8c495
--- /dev/null
+++ b/res/res/drawable/media_button_background.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menu_panel_holo_dark.xml b/res/res/drawable/menu_panel_holo_dark.xml
new file mode 100644
index 00000000..658a3acc
--- /dev/null
+++ b/res/res/drawable/menu_panel_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menu_panel_holo_light.xml b/res/res/drawable/menu_panel_holo_light.xml
new file mode 100644
index 00000000..a37e9348
--- /dev/null
+++ b/res/res/drawable/menu_panel_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menu_selector.xml b/res/res/drawable/menu_selector.xml
new file mode 100644
index 00000000..96f80aeb
--- /dev/null
+++ b/res/res/drawable/menu_selector.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menuitem_background.xml b/res/res/drawable/menuitem_background.xml
new file mode 100644
index 00000000..6e07efc7
--- /dev/null
+++ b/res/res/drawable/menuitem_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menuitem_background_solid.xml b/res/res/drawable/menuitem_background_solid.xml
new file mode 100644
index 00000000..be466456
--- /dev/null
+++ b/res/res/drawable/menuitem_background_solid.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/menuitem_checkbox.xml b/res/res/drawable/menuitem_checkbox.xml
new file mode 100644
index 00000000..8f6ffc04
--- /dev/null
+++ b/res/res/drawable/menuitem_checkbox.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/minitab_lt.xml b/res/res/drawable/minitab_lt.xml
new file mode 100644
index 00000000..aeea97cd
--- /dev/null
+++ b/res/res/drawable/minitab_lt.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/notification_icon_legacy_bg.xml b/res/res/drawable/notification_icon_legacy_bg.xml
new file mode 100644
index 00000000..cc5755d5
--- /dev/null
+++ b/res/res/drawable/notification_icon_legacy_bg.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/notification_material_action_background.xml b/res/res/drawable/notification_material_action_background.xml
new file mode 100644
index 00000000..ff6f69dc
--- /dev/null
+++ b/res/res/drawable/notification_material_action_background.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/notification_material_media_action_background.xml b/res/res/drawable/notification_material_media_action_background.xml
new file mode 100644
index 00000000..8e559d57
--- /dev/null
+++ b/res/res/drawable/notification_material_media_action_background.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/number_picker_divider_material.xml b/res/res/drawable/number_picker_divider_material.xml
new file mode 100644
index 00000000..2474be0e
--- /dev/null
+++ b/res/res/drawable/number_picker_divider_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/numberpicker_down_btn.xml b/res/res/drawable/numberpicker_down_btn.xml
new file mode 100644
index 00000000..0046df52
--- /dev/null
+++ b/res/res/drawable/numberpicker_down_btn.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/numberpicker_input.xml b/res/res/drawable/numberpicker_input.xml
new file mode 100644
index 00000000..e4ebde26
--- /dev/null
+++ b/res/res/drawable/numberpicker_input.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/numberpicker_up_btn.xml b/res/res/drawable/numberpicker_up_btn.xml
new file mode 100644
index 00000000..6ea1a332
--- /dev/null
+++ b/res/res/drawable/numberpicker_up_btn.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/panel_picture_frame_background.xml b/res/res/drawable/panel_picture_frame_background.xml
new file mode 100644
index 00000000..f5881060
--- /dev/null
+++ b/res/res/drawable/panel_picture_frame_background.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/perm_group_calendar.xml b/res/res/drawable/perm_group_calendar.xml
new file mode 100644
index 00000000..4dc7b37d
--- /dev/null
+++ b/res/res/drawable/perm_group_calendar.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_camera.xml b/res/res/drawable/perm_group_camera.xml
new file mode 100644
index 00000000..741a40e2
--- /dev/null
+++ b/res/res/drawable/perm_group_camera.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_contacts.xml b/res/res/drawable/perm_group_contacts.xml
new file mode 100644
index 00000000..d698fd17
--- /dev/null
+++ b/res/res/drawable/perm_group_contacts.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_location.xml b/res/res/drawable/perm_group_location.xml
new file mode 100644
index 00000000..fbc6066b
--- /dev/null
+++ b/res/res/drawable/perm_group_location.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_microphone.xml b/res/res/drawable/perm_group_microphone.xml
new file mode 100644
index 00000000..c565d203
--- /dev/null
+++ b/res/res/drawable/perm_group_microphone.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_phone_calls.xml b/res/res/drawable/perm_group_phone_calls.xml
new file mode 100644
index 00000000..a6478943
--- /dev/null
+++ b/res/res/drawable/perm_group_phone_calls.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_sensors.xml b/res/res/drawable/perm_group_sensors.xml
new file mode 100644
index 00000000..ce36c13e
--- /dev/null
+++ b/res/res/drawable/perm_group_sensors.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_sms.xml b/res/res/drawable/perm_group_sms.xml
new file mode 100644
index 00000000..9b32c601
--- /dev/null
+++ b/res/res/drawable/perm_group_sms.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/perm_group_storage.xml b/res/res/drawable/perm_group_storage.xml
new file mode 100644
index 00000000..477270d2
--- /dev/null
+++ b/res/res/drawable/perm_group_storage.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/pointer_arrow_icon.xml b/res/res/drawable/pointer_arrow_icon.xml
new file mode 100644
index 00000000..72af0c11
--- /dev/null
+++ b/res/res/drawable/pointer_arrow_icon.xml
@@ -0,0 +1,5 @@
+
+
diff --git a/res/res/drawable/pointer_spot_anchor_icon.xml b/res/res/drawable/pointer_spot_anchor_icon.xml
new file mode 100644
index 00000000..73c0c11d
--- /dev/null
+++ b/res/res/drawable/pointer_spot_anchor_icon.xml
@@ -0,0 +1,5 @@
+
+
diff --git a/res/res/drawable/pointer_spot_hover_icon.xml b/res/res/drawable/pointer_spot_hover_icon.xml
new file mode 100644
index 00000000..1d7440b3
--- /dev/null
+++ b/res/res/drawable/pointer_spot_hover_icon.xml
@@ -0,0 +1,5 @@
+
+
diff --git a/res/res/drawable/pointer_spot_touch_icon.xml b/res/res/drawable/pointer_spot_touch_icon.xml
new file mode 100644
index 00000000..f4f0639d
--- /dev/null
+++ b/res/res/drawable/pointer_spot_touch_icon.xml
@@ -0,0 +1,5 @@
+
+
diff --git a/res/res/drawable/popup_background_material.xml b/res/res/drawable/popup_background_material.xml
new file mode 100644
index 00000000..b1f0cf59
--- /dev/null
+++ b/res/res/drawable/popup_background_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error.xml b/res/res/drawable/popup_inline_error.xml
new file mode 100644
index 00000000..d74678b3
--- /dev/null
+++ b/res/res/drawable/popup_inline_error.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error_above.xml b/res/res/drawable/popup_inline_error_above.xml
new file mode 100644
index 00000000..4be5a3eb
--- /dev/null
+++ b/res/res/drawable/popup_inline_error_above.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error_above_holo_dark.xml b/res/res/drawable/popup_inline_error_above_holo_dark.xml
new file mode 100644
index 00000000..70511b8d
--- /dev/null
+++ b/res/res/drawable/popup_inline_error_above_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error_above_holo_light.xml b/res/res/drawable/popup_inline_error_above_holo_light.xml
new file mode 100644
index 00000000..0cf8974f
--- /dev/null
+++ b/res/res/drawable/popup_inline_error_above_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error_holo_dark.xml b/res/res/drawable/popup_inline_error_holo_dark.xml
new file mode 100644
index 00000000..16cfe79f
--- /dev/null
+++ b/res/res/drawable/popup_inline_error_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/popup_inline_error_holo_light.xml b/res/res/drawable/popup_inline_error_holo_light.xml
new file mode 100644
index 00000000..1725a22c
--- /dev/null
+++ b/res/res/drawable/popup_inline_error_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/progress_horizontal.xml b/res/res/drawable/progress_horizontal.xml
new file mode 100644
index 00000000..57d85898
--- /dev/null
+++ b/res/res/drawable/progress_horizontal.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_horizontal_holo_dark.xml b/res/res/drawable/progress_horizontal_holo_dark.xml
new file mode 100644
index 00000000..ff270b3c
--- /dev/null
+++ b/res/res/drawable/progress_horizontal_holo_dark.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_horizontal_holo_light.xml b/res/res/drawable/progress_horizontal_holo_light.xml
new file mode 100644
index 00000000..49351855
--- /dev/null
+++ b/res/res/drawable/progress_horizontal_holo_light.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_horizontal_material.xml b/res/res/drawable/progress_horizontal_material.xml
new file mode 100644
index 00000000..c1795640
--- /dev/null
+++ b/res/res/drawable/progress_horizontal_material.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_indeterminate_horizontal.xml b/res/res/drawable/progress_indeterminate_horizontal.xml
new file mode 100644
index 00000000..66ed1f25
--- /dev/null
+++ b/res/res/drawable/progress_indeterminate_horizontal.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_indeterminate_horizontal_holo.xml b/res/res/drawable/progress_indeterminate_horizontal_holo.xml
new file mode 100644
index 00000000..e99c35bc
--- /dev/null
+++ b/res/res/drawable/progress_indeterminate_horizontal_holo.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_indeterminate_horizontal_material.xml b/res/res/drawable/progress_indeterminate_horizontal_material.xml
new file mode 100644
index 00000000..9ffe1ea5
--- /dev/null
+++ b/res/res/drawable/progress_indeterminate_horizontal_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_large.xml b/res/res/drawable/progress_large.xml
new file mode 100644
index 00000000..4f016bcc
--- /dev/null
+++ b/res/res/drawable/progress_large.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_large_holo.xml b/res/res/drawable/progress_large_holo.xml
new file mode 100644
index 00000000..5865780a
--- /dev/null
+++ b/res/res/drawable/progress_large_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_large_material.xml b/res/res/drawable/progress_large_material.xml
new file mode 100644
index 00000000..526f9141
--- /dev/null
+++ b/res/res/drawable/progress_large_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_large_white.xml b/res/res/drawable/progress_large_white.xml
new file mode 100644
index 00000000..c690ed4e
--- /dev/null
+++ b/res/res/drawable/progress_large_white.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_medium.xml b/res/res/drawable/progress_medium.xml
new file mode 100644
index 00000000..eb1bd50d
--- /dev/null
+++ b/res/res/drawable/progress_medium.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_medium_holo.xml b/res/res/drawable/progress_medium_holo.xml
new file mode 100644
index 00000000..6772f584
--- /dev/null
+++ b/res/res/drawable/progress_medium_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_medium_material.xml b/res/res/drawable/progress_medium_material.xml
new file mode 100644
index 00000000..cc35816c
--- /dev/null
+++ b/res/res/drawable/progress_medium_material.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/progress_medium_white.xml b/res/res/drawable/progress_medium_white.xml
new file mode 100644
index 00000000..b4f9b318
--- /dev/null
+++ b/res/res/drawable/progress_medium_white.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_small.xml b/res/res/drawable/progress_small.xml
new file mode 100644
index 00000000..e0ee5e47
--- /dev/null
+++ b/res/res/drawable/progress_small.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_small_holo.xml b/res/res/drawable/progress_small_holo.xml
new file mode 100644
index 00000000..1d3b62b5
--- /dev/null
+++ b/res/res/drawable/progress_small_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_small_material.xml b/res/res/drawable/progress_small_material.xml
new file mode 100644
index 00000000..c6e43801
--- /dev/null
+++ b/res/res/drawable/progress_small_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/progress_small_titlebar.xml b/res/res/drawable/progress_small_titlebar.xml
new file mode 100644
index 00000000..8cfba864
--- /dev/null
+++ b/res/res/drawable/progress_small_titlebar.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/progress_small_white.xml b/res/res/drawable/progress_small_white.xml
new file mode 100644
index 00000000..8cfba864
--- /dev/null
+++ b/res/res/drawable/progress_small_white.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_dark.xml b/res/res/drawable/quickcontact_badge_overlay_dark.xml
new file mode 100644
index 00000000..6bd74035
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_focused_dark.xml b/res/res/drawable/quickcontact_badge_overlay_focused_dark.xml
new file mode 100644
index 00000000..21fb9327
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_focused_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_focused_light.xml b/res/res/drawable/quickcontact_badge_overlay_focused_light.xml
new file mode 100644
index 00000000..04f97cdd
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_focused_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_light.xml b/res/res/drawable/quickcontact_badge_overlay_light.xml
new file mode 100644
index 00000000..cf7f9168
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_normal_dark.xml b/res/res/drawable/quickcontact_badge_overlay_normal_dark.xml
new file mode 100644
index 00000000..ff17781d
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_normal_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_normal_light.xml b/res/res/drawable/quickcontact_badge_overlay_normal_light.xml
new file mode 100644
index 00000000..148354dc
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_normal_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_pressed_dark.xml b/res/res/drawable/quickcontact_badge_overlay_pressed_dark.xml
new file mode 100644
index 00000000..9ca8a88e
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_pressed_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/quickcontact_badge_overlay_pressed_light.xml b/res/res/drawable/quickcontact_badge_overlay_pressed_light.xml
new file mode 100644
index 00000000..d2236e27
--- /dev/null
+++ b/res/res/drawable/quickcontact_badge_overlay_pressed_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar.xml b/res/res/drawable/ratingbar.xml
new file mode 100644
index 00000000..2be391fc
--- /dev/null
+++ b/res/res/drawable/ratingbar.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full.xml b/res/res/drawable/ratingbar_full.xml
new file mode 100644
index 00000000..3bd1a6a4
--- /dev/null
+++ b/res/res/drawable/ratingbar_full.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_empty.xml b/res/res/drawable/ratingbar_full_empty.xml
new file mode 100644
index 00000000..527efc3b
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_empty.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_empty_holo_dark.xml b/res/res/drawable/ratingbar_full_empty_holo_dark.xml
new file mode 100644
index 00000000..8b43e9b0
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_empty_holo_dark.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_empty_holo_light.xml b/res/res/drawable/ratingbar_full_empty_holo_light.xml
new file mode 100644
index 00000000..324ed34c
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_empty_holo_light.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_empty_material.xml b/res/res/drawable/ratingbar_full_empty_material.xml
new file mode 100644
index 00000000..12b01bad
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_empty_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_filled.xml b/res/res/drawable/ratingbar_full_filled.xml
new file mode 100644
index 00000000..e95ba6d9
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_filled.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_filled_holo_dark.xml b/res/res/drawable/ratingbar_full_filled_holo_dark.xml
new file mode 100644
index 00000000..dc4e40f9
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_filled_holo_dark.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_filled_holo_light.xml b/res/res/drawable/ratingbar_full_filled_holo_light.xml
new file mode 100644
index 00000000..831f5945
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_filled_holo_light.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_filled_material.xml b/res/res/drawable/ratingbar_full_filled_material.xml
new file mode 100644
index 00000000..f167dae7
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_filled_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_half_material.xml b/res/res/drawable/ratingbar_full_half_material.xml
new file mode 100644
index 00000000..8b78b436
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_half_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_holo_dark.xml b/res/res/drawable/ratingbar_full_holo_dark.xml
new file mode 100644
index 00000000..4eccd367
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_full_holo_light.xml b/res/res/drawable/ratingbar_full_holo_light.xml
new file mode 100644
index 00000000..fa5d2884
--- /dev/null
+++ b/res/res/drawable/ratingbar_full_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_holo_dark.xml b/res/res/drawable/ratingbar_holo_dark.xml
new file mode 100644
index 00000000..6d9774b1
--- /dev/null
+++ b/res/res/drawable/ratingbar_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_holo_light.xml b/res/res/drawable/ratingbar_holo_light.xml
new file mode 100644
index 00000000..67c3240a
--- /dev/null
+++ b/res/res/drawable/ratingbar_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_indicator_material.xml b/res/res/drawable/ratingbar_indicator_material.xml
new file mode 100644
index 00000000..d8c6ee14
--- /dev/null
+++ b/res/res/drawable/ratingbar_indicator_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_material.xml b/res/res/drawable/ratingbar_material.xml
new file mode 100644
index 00000000..0cd7facc
--- /dev/null
+++ b/res/res/drawable/ratingbar_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_small.xml b/res/res/drawable/ratingbar_small.xml
new file mode 100644
index 00000000..6095c615
--- /dev/null
+++ b/res/res/drawable/ratingbar_small.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_small_holo_dark.xml b/res/res/drawable/ratingbar_small_holo_dark.xml
new file mode 100644
index 00000000..0e85c611
--- /dev/null
+++ b/res/res/drawable/ratingbar_small_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_small_holo_light.xml b/res/res/drawable/ratingbar_small_holo_light.xml
new file mode 100644
index 00000000..60b00b0a
--- /dev/null
+++ b/res/res/drawable/ratingbar_small_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/ratingbar_small_material.xml b/res/res/drawable/ratingbar_small_material.xml
new file mode 100644
index 00000000..f24241cf
--- /dev/null
+++ b/res/res/drawable/ratingbar_small_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/screen_background_selector_dark.xml b/res/res/drawable/screen_background_selector_dark.xml
new file mode 100644
index 00000000..2a816693
--- /dev/null
+++ b/res/res/drawable/screen_background_selector_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/screen_background_selector_light.xml b/res/res/drawable/screen_background_selector_light.xml
new file mode 100644
index 00000000..6992cad7
--- /dev/null
+++ b/res/res/drawable/screen_background_selector_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/scroll_indicator_material.xml b/res/res/drawable/scroll_indicator_material.xml
new file mode 100644
index 00000000..63cd584e
--- /dev/null
+++ b/res/res/drawable/scroll_indicator_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/scrollbar_handle_material.xml b/res/res/drawable/scrollbar_handle_material.xml
new file mode 100644
index 00000000..56fececc
--- /dev/null
+++ b/res/res/drawable/scrollbar_handle_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/scrubber_control_selector_holo.xml b/res/res/drawable/scrubber_control_selector_holo.xml
new file mode 100644
index 00000000..1e6c6689
--- /dev/null
+++ b/res/res/drawable/scrubber_control_selector_holo.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/scrubber_progress_horizontal_holo_dark.xml b/res/res/drawable/scrubber_progress_horizontal_holo_dark.xml
new file mode 100644
index 00000000..97cd5135
--- /dev/null
+++ b/res/res/drawable/scrubber_progress_horizontal_holo_dark.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/scrubber_progress_horizontal_holo_light.xml b/res/res/drawable/scrubber_progress_horizontal_holo_light.xml
new file mode 100644
index 00000000..14e19f43
--- /dev/null
+++ b/res/res/drawable/scrubber_progress_horizontal_holo_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/search_dropdown_dark.xml b/res/res/drawable/search_dropdown_dark.xml
new file mode 100644
index 00000000..26284187
--- /dev/null
+++ b/res/res/drawable/search_dropdown_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/search_dropdown_light.xml b/res/res/drawable/search_dropdown_light.xml
new file mode 100644
index 00000000..0d00c587
--- /dev/null
+++ b/res/res/drawable/search_dropdown_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/search_spinner.xml b/res/res/drawable/search_spinner.xml
new file mode 100644
index 00000000..31a77c30
--- /dev/null
+++ b/res/res/drawable/search_spinner.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/drawable/seek_thumb.xml b/res/res/drawable/seek_thumb.xml
new file mode 100644
index 00000000..c7a862d9
--- /dev/null
+++ b/res/res/drawable/seek_thumb.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/seekbar_thumb_material_anim.xml b/res/res/drawable/seekbar_thumb_material_anim.xml
new file mode 100644
index 00000000..9726e73f
--- /dev/null
+++ b/res/res/drawable/seekbar_thumb_material_anim.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/seekbar_thumb_pressed_to_unpressed.xml b/res/res/drawable/seekbar_thumb_pressed_to_unpressed.xml
new file mode 100644
index 00000000..c2c678af
--- /dev/null
+++ b/res/res/drawable/seekbar_thumb_pressed_to_unpressed.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/seekbar_thumb_pressed_to_unpressed_animation.xml b/res/res/drawable/seekbar_thumb_pressed_to_unpressed_animation.xml
new file mode 100644
index 00000000..6a2da7d0
--- /dev/null
+++ b/res/res/drawable/seekbar_thumb_pressed_to_unpressed_animation.xml
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/res/res/drawable/seekbar_thumb_unpressed_to_pressed.xml b/res/res/drawable/seekbar_thumb_unpressed_to_pressed.xml
new file mode 100644
index 00000000..80400189
--- /dev/null
+++ b/res/res/drawable/seekbar_thumb_unpressed_to_pressed.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/seekbar_thumb_unpressed_to_pressed_animation.xml b/res/res/drawable/seekbar_thumb_unpressed_to_pressed_animation.xml
new file mode 100644
index 00000000..1c2b3a90
--- /dev/null
+++ b/res/res/drawable/seekbar_thumb_unpressed_to_pressed_animation.xml
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/res/res/drawable/seekbar_track_material.xml b/res/res/drawable/seekbar_track_material.xml
new file mode 100644
index 00000000..01eb2433
--- /dev/null
+++ b/res/res/drawable/seekbar_track_material.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/settings_header.xml b/res/res/drawable/settings_header.xml
new file mode 100644
index 00000000..c820319b
--- /dev/null
+++ b/res/res/drawable/settings_header.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/drawable/silent_mode_indicator.xml b/res/res/drawable/silent_mode_indicator.xml
new file mode 100644
index 00000000..c4e129f9
--- /dev/null
+++ b/res/res/drawable/silent_mode_indicator.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_default_holo_dark.xml b/res/res/drawable/spinner_ab_default_holo_dark.xml
new file mode 100644
index 00000000..b0cc0062
--- /dev/null
+++ b/res/res/drawable/spinner_ab_default_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_default_holo_light.xml b/res/res/drawable/spinner_ab_default_holo_light.xml
new file mode 100644
index 00000000..48d1fcb5
--- /dev/null
+++ b/res/res/drawable/spinner_ab_default_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_disabled_holo_dark.xml b/res/res/drawable/spinner_ab_disabled_holo_dark.xml
new file mode 100644
index 00000000..60926a7d
--- /dev/null
+++ b/res/res/drawable/spinner_ab_disabled_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_disabled_holo_light.xml b/res/res/drawable/spinner_ab_disabled_holo_light.xml
new file mode 100644
index 00000000..668212ca
--- /dev/null
+++ b/res/res/drawable/spinner_ab_disabled_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_focused_holo_dark.xml b/res/res/drawable/spinner_ab_focused_holo_dark.xml
new file mode 100644
index 00000000..ff82bced
--- /dev/null
+++ b/res/res/drawable/spinner_ab_focused_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_focused_holo_light.xml b/res/res/drawable/spinner_ab_focused_holo_light.xml
new file mode 100644
index 00000000..19ac864d
--- /dev/null
+++ b/res/res/drawable/spinner_ab_focused_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_holo_dark.xml b/res/res/drawable/spinner_ab_holo_dark.xml
new file mode 100644
index 00000000..9b8967cc
--- /dev/null
+++ b/res/res/drawable/spinner_ab_holo_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_holo_light.xml b/res/res/drawable/spinner_ab_holo_light.xml
new file mode 100644
index 00000000..a324c083
--- /dev/null
+++ b/res/res/drawable/spinner_ab_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_pressed_holo_dark.xml b/res/res/drawable/spinner_ab_pressed_holo_dark.xml
new file mode 100644
index 00000000..baad9f07
--- /dev/null
+++ b/res/res/drawable/spinner_ab_pressed_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_ab_pressed_holo_light.xml b/res/res/drawable/spinner_ab_pressed_holo_light.xml
new file mode 100644
index 00000000..b58ee1dd
--- /dev/null
+++ b/res/res/drawable/spinner_ab_pressed_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_background.xml b/res/res/drawable/spinner_background.xml
new file mode 100644
index 00000000..458b3a94
--- /dev/null
+++ b/res/res/drawable/spinner_background.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_background_holo_dark.xml b/res/res/drawable/spinner_background_holo_dark.xml
new file mode 100644
index 00000000..a57f7202
--- /dev/null
+++ b/res/res/drawable/spinner_background_holo_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_background_holo_light.xml b/res/res/drawable/spinner_background_holo_light.xml
new file mode 100644
index 00000000..899633c3
--- /dev/null
+++ b/res/res/drawable/spinner_background_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_background_material.xml b/res/res/drawable/spinner_background_material.xml
new file mode 100644
index 00000000..c2a2a26e
--- /dev/null
+++ b/res/res/drawable/spinner_background_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_default_holo_dark.xml b/res/res/drawable/spinner_default_holo_dark.xml
new file mode 100644
index 00000000..8d0d0207
--- /dev/null
+++ b/res/res/drawable/spinner_default_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_default_holo_light.xml b/res/res/drawable/spinner_default_holo_light.xml
new file mode 100644
index 00000000..250f2eb3
--- /dev/null
+++ b/res/res/drawable/spinner_default_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_disabled_holo_dark.xml b/res/res/drawable/spinner_disabled_holo_dark.xml
new file mode 100644
index 00000000..c7efa8b2
--- /dev/null
+++ b/res/res/drawable/spinner_disabled_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_disabled_holo_light.xml b/res/res/drawable/spinner_disabled_holo_light.xml
new file mode 100644
index 00000000..772154be
--- /dev/null
+++ b/res/res/drawable/spinner_disabled_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_dropdown_background.xml b/res/res/drawable/spinner_dropdown_background.xml
new file mode 100644
index 00000000..9c37286a
--- /dev/null
+++ b/res/res/drawable/spinner_dropdown_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/spinner_focused_holo_dark.xml b/res/res/drawable/spinner_focused_holo_dark.xml
new file mode 100644
index 00000000..9758fa36
--- /dev/null
+++ b/res/res/drawable/spinner_focused_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_focused_holo_light.xml b/res/res/drawable/spinner_focused_holo_light.xml
new file mode 100644
index 00000000..e3f71080
--- /dev/null
+++ b/res/res/drawable/spinner_focused_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_pressed_holo_dark.xml b/res/res/drawable/spinner_pressed_holo_dark.xml
new file mode 100644
index 00000000..ab98514d
--- /dev/null
+++ b/res/res/drawable/spinner_pressed_holo_dark.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_pressed_holo_light.xml b/res/res/drawable/spinner_pressed_holo_light.xml
new file mode 100644
index 00000000..6be4785f
--- /dev/null
+++ b/res/res/drawable/spinner_pressed_holo_light.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/drawable/spinner_textfield_background_material.xml b/res/res/drawable/spinner_textfield_background_material.xml
new file mode 100644
index 00000000..69c2f30e
--- /dev/null
+++ b/res/res/drawable/spinner_textfield_background_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/stat_notify_call_mute.xml b/res/res/drawable/stat_notify_call_mute.xml
new file mode 100644
index 00000000..4baf5cfd
--- /dev/null
+++ b/res/res/drawable/stat_notify_call_mute.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/stat_notify_disabled_data.xml b/res/res/drawable/stat_notify_disabled_data.xml
new file mode 100644
index 00000000..4f6ea7f5
--- /dev/null
+++ b/res/res/drawable/stat_notify_disabled_data.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/stat_notify_wifi_in_range.xml b/res/res/drawable/stat_notify_wifi_in_range.xml
new file mode 100644
index 00000000..a271ca52
--- /dev/null
+++ b/res/res/drawable/stat_notify_wifi_in_range.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/drawable/stat_sys_battery.xml b/res/res/drawable/stat_sys_battery.xml
new file mode 100644
index 00000000..1060375f
--- /dev/null
+++ b/res/res/drawable/stat_sys_battery.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/stat_sys_battery_charge.xml b/res/res/drawable/stat_sys_battery_charge.xml
new file mode 100644
index 00000000..a6c45758
--- /dev/null
+++ b/res/res/drawable/stat_sys_battery_charge.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/stat_sys_download.xml b/res/res/drawable/stat_sys_download.xml
new file mode 100644
index 00000000..77ecf858
--- /dev/null
+++ b/res/res/drawable/stat_sys_download.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/stat_sys_download_done_static.xml b/res/res/drawable/stat_sys_download_done_static.xml
new file mode 100644
index 00000000..8d5f8361
--- /dev/null
+++ b/res/res/drawable/stat_sys_download_done_static.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/drawable/stat_sys_speakerphone.xml b/res/res/drawable/stat_sys_speakerphone.xml
new file mode 100644
index 00000000..4f30657e
--- /dev/null
+++ b/res/res/drawable/stat_sys_speakerphone.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/drawable/stat_sys_tether_wifi.xml b/res/res/drawable/stat_sys_tether_wifi.xml
new file mode 100644
index 00000000..23dc849f
--- /dev/null
+++ b/res/res/drawable/stat_sys_tether_wifi.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/res/res/drawable/stat_sys_upload.xml b/res/res/drawable/stat_sys_upload.xml
new file mode 100644
index 00000000..a9d96095
--- /dev/null
+++ b/res/res/drawable/stat_sys_upload.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/status_bar_item_app_background.xml b/res/res/drawable/status_bar_item_app_background.xml
new file mode 100644
index 00000000..4f6f6055
--- /dev/null
+++ b/res/res/drawable/status_bar_item_app_background.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/status_bar_item_background.xml b/res/res/drawable/status_bar_item_background.xml
new file mode 100644
index 00000000..425a502e
--- /dev/null
+++ b/res/res/drawable/status_bar_item_background.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/submenu_arrow.xml b/res/res/drawable/submenu_arrow.xml
new file mode 100644
index 00000000..8480c1d5
--- /dev/null
+++ b/res/res/drawable/submenu_arrow.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_inner_holo_dark.xml b/res/res/drawable/switch_inner_holo_dark.xml
new file mode 100644
index 00000000..67584bc2
--- /dev/null
+++ b/res/res/drawable/switch_inner_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_inner_holo_light.xml b/res/res/drawable/switch_inner_holo_light.xml
new file mode 100644
index 00000000..95df0e88
--- /dev/null
+++ b/res/res/drawable/switch_inner_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_thumb_material_anim.xml b/res/res/drawable/switch_thumb_material_anim.xml
new file mode 100644
index 00000000..0d4d78ec
--- /dev/null
+++ b/res/res/drawable/switch_thumb_material_anim.xml
@@ -0,0 +1,124 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_track_holo_dark.xml b/res/res/drawable/switch_track_holo_dark.xml
new file mode 100644
index 00000000..5f796c17
--- /dev/null
+++ b/res/res/drawable/switch_track_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_track_holo_light.xml b/res/res/drawable/switch_track_holo_light.xml
new file mode 100644
index 00000000..39bee375
--- /dev/null
+++ b/res/res/drawable/switch_track_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/switch_track_material.xml b/res/res/drawable/switch_track_material.xml
new file mode 100644
index 00000000..8b028d3b
--- /dev/null
+++ b/res/res/drawable/switch_track_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_bottom_left.xml b/res/res/drawable/tab_bottom_left.xml
new file mode 100644
index 00000000..5544906e
--- /dev/null
+++ b/res/res/drawable/tab_bottom_left.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_bottom_left_v4.xml b/res/res/drawable/tab_bottom_left_v4.xml
new file mode 100644
index 00000000..0aee2883
--- /dev/null
+++ b/res/res/drawable/tab_bottom_left_v4.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_bottom_right.xml b/res/res/drawable/tab_bottom_right.xml
new file mode 100644
index 00000000..450c461e
--- /dev/null
+++ b/res/res/drawable/tab_bottom_right.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_bottom_right_v4.xml b/res/res/drawable/tab_bottom_right_v4.xml
new file mode 100644
index 00000000..64227dd2
--- /dev/null
+++ b/res/res/drawable/tab_bottom_right_v4.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_indicator.xml b/res/res/drawable/tab_indicator.xml
new file mode 100644
index 00000000..65df805d
--- /dev/null
+++ b/res/res/drawable/tab_indicator.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_indicator_ab_holo.xml b/res/res/drawable/tab_indicator_ab_holo.xml
new file mode 100644
index 00000000..d8a57501
--- /dev/null
+++ b/res/res/drawable/tab_indicator_ab_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_indicator_holo.xml b/res/res/drawable/tab_indicator_holo.xml
new file mode 100644
index 00000000..43a171a1
--- /dev/null
+++ b/res/res/drawable/tab_indicator_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_indicator_material.xml b/res/res/drawable/tab_indicator_material.xml
new file mode 100644
index 00000000..958f57f5
--- /dev/null
+++ b/res/res/drawable/tab_indicator_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/tab_indicator_v4.xml b/res/res/drawable/tab_indicator_v4.xml
new file mode 100644
index 00000000..b1e3c9cb
--- /dev/null
+++ b/res/res/drawable/tab_indicator_v4.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/text_cursor_material.xml b/res/res/drawable/text_cursor_material.xml
new file mode 100644
index 00000000..0bedaa94
--- /dev/null
+++ b/res/res/drawable/text_cursor_material.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/text_select_handle_left_material.xml b/res/res/drawable/text_select_handle_left_material.xml
new file mode 100644
index 00000000..b228d3f5
--- /dev/null
+++ b/res/res/drawable/text_select_handle_left_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/text_select_handle_middle_material.xml b/res/res/drawable/text_select_handle_middle_material.xml
new file mode 100644
index 00000000..f0f4b3e8
--- /dev/null
+++ b/res/res/drawable/text_select_handle_middle_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/text_select_handle_right_material.xml b/res/res/drawable/text_select_handle_right_material.xml
new file mode 100644
index 00000000..acacbf67
--- /dev/null
+++ b/res/res/drawable/text_select_handle_right_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/drawable/textfield_search.xml b/res/res/drawable/textfield_search.xml
new file mode 100644
index 00000000..78c94866
--- /dev/null
+++ b/res/res/drawable/textfield_search.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_search_empty.xml b/res/res/drawable/textfield_search_empty.xml
new file mode 100644
index 00000000..55eec831
--- /dev/null
+++ b/res/res/drawable/textfield_search_empty.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_search_material.xml b/res/res/drawable/textfield_search_material.xml
new file mode 100644
index 00000000..fcd05793
--- /dev/null
+++ b/res/res/drawable/textfield_search_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_searchview_holo_dark.xml b/res/res/drawable/textfield_searchview_holo_dark.xml
new file mode 100644
index 00000000..73131a5c
--- /dev/null
+++ b/res/res/drawable/textfield_searchview_holo_dark.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_searchview_holo_light.xml b/res/res/drawable/textfield_searchview_holo_light.xml
new file mode 100644
index 00000000..cfeb1b51
--- /dev/null
+++ b/res/res/drawable/textfield_searchview_holo_light.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_searchview_right_holo_dark.xml b/res/res/drawable/textfield_searchview_right_holo_dark.xml
new file mode 100644
index 00000000..83b772ea
--- /dev/null
+++ b/res/res/drawable/textfield_searchview_right_holo_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/textfield_searchview_right_holo_light.xml b/res/res/drawable/textfield_searchview_right_holo_light.xml
new file mode 100644
index 00000000..2b6983ba
--- /dev/null
+++ b/res/res/drawable/textfield_searchview_right_holo_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/res/res/drawable/title_bar.xml b/res/res/drawable/title_bar.xml
new file mode 100644
index 00000000..24402dc0
--- /dev/null
+++ b/res/res/drawable/title_bar.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/drawable/title_bar_shadow.xml b/res/res/drawable/title_bar_shadow.xml
new file mode 100644
index 00000000..37b0b8f3
--- /dev/null
+++ b/res/res/drawable/title_bar_shadow.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/vector_drawable_progress_bar_large.xml b/res/res/drawable/vector_drawable_progress_bar_large.xml
new file mode 100644
index 00000000..cd678f1c
--- /dev/null
+++ b/res/res/drawable/vector_drawable_progress_bar_large.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/vector_drawable_progress_bar_medium.xml b/res/res/drawable/vector_drawable_progress_bar_medium.xml
new file mode 100644
index 00000000..7f038f44
--- /dev/null
+++ b/res/res/drawable/vector_drawable_progress_bar_medium.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/vector_drawable_progress_bar_small.xml b/res/res/drawable/vector_drawable_progress_bar_small.xml
new file mode 100644
index 00000000..56257885
--- /dev/null
+++ b/res/res/drawable/vector_drawable_progress_bar_small.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml b/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml
new file mode 100644
index 00000000..912b5bf7
--- /dev/null
+++ b/res/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/drawable/view_accessibility_focused.xml b/res/res/drawable/view_accessibility_focused.xml
new file mode 100644
index 00000000..025916b3
--- /dev/null
+++ b/res/res/drawable/view_accessibility_focused.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/interpolator/accelerate_cubic.xml b/res/res/interpolator/accelerate_cubic.xml
new file mode 100644
index 00000000..90f62dae
--- /dev/null
+++ b/res/res/interpolator/accelerate_cubic.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/accelerate_decelerate.xml b/res/res/interpolator/accelerate_decelerate.xml
new file mode 100644
index 00000000..e7f9d9fa
--- /dev/null
+++ b/res/res/interpolator/accelerate_decelerate.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/accelerate_quad.xml b/res/res/interpolator/accelerate_quad.xml
new file mode 100644
index 00000000..18207f29
--- /dev/null
+++ b/res/res/interpolator/accelerate_quad.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/accelerate_quart.xml b/res/res/interpolator/accelerate_quart.xml
new file mode 100644
index 00000000..64efec6f
--- /dev/null
+++ b/res/res/interpolator/accelerate_quart.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/accelerate_quint.xml b/res/res/interpolator/accelerate_quint.xml
new file mode 100644
index 00000000..cd3595cc
--- /dev/null
+++ b/res/res/interpolator/accelerate_quint.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/anticipate.xml b/res/res/interpolator/anticipate.xml
new file mode 100644
index 00000000..7a16b5f4
--- /dev/null
+++ b/res/res/interpolator/anticipate.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/anticipate_overshoot.xml b/res/res/interpolator/anticipate_overshoot.xml
new file mode 100644
index 00000000..d61ddd10
--- /dev/null
+++ b/res/res/interpolator/anticipate_overshoot.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/bounce.xml b/res/res/interpolator/bounce.xml
new file mode 100644
index 00000000..d89ba491
--- /dev/null
+++ b/res/res/interpolator/bounce.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/cycle.xml b/res/res/interpolator/cycle.xml
new file mode 100644
index 00000000..70ebcb1b
--- /dev/null
+++ b/res/res/interpolator/cycle.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/decelerate_cubic.xml b/res/res/interpolator/decelerate_cubic.xml
new file mode 100644
index 00000000..550a5914
--- /dev/null
+++ b/res/res/interpolator/decelerate_cubic.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/decelerate_quad.xml b/res/res/interpolator/decelerate_quad.xml
new file mode 100644
index 00000000..48e2308c
--- /dev/null
+++ b/res/res/interpolator/decelerate_quad.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/decelerate_quart.xml b/res/res/interpolator/decelerate_quart.xml
new file mode 100644
index 00000000..9f6a51fd
--- /dev/null
+++ b/res/res/interpolator/decelerate_quart.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/decelerate_quint.xml b/res/res/interpolator/decelerate_quint.xml
new file mode 100644
index 00000000..7545b177
--- /dev/null
+++ b/res/res/interpolator/decelerate_quint.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/fast_out_linear_in.xml b/res/res/interpolator/fast_out_linear_in.xml
new file mode 100644
index 00000000..19f95a69
--- /dev/null
+++ b/res/res/interpolator/fast_out_linear_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/interpolator/fast_out_slow_in.xml b/res/res/interpolator/fast_out_slow_in.xml
new file mode 100644
index 00000000..2d68dbb8
--- /dev/null
+++ b/res/res/interpolator/fast_out_slow_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/interpolator/ic_checkbox_checked_animation_interpolator_0.xml b/res/res/interpolator/ic_checkbox_checked_animation_interpolator_0.xml
new file mode 100644
index 00000000..ceac6636
--- /dev/null
+++ b/res/res/interpolator/ic_checkbox_checked_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/ic_checkbox_checked_animation_interpolator_1.xml b/res/res/interpolator/ic_checkbox_checked_animation_interpolator_1.xml
new file mode 100644
index 00000000..26bc8ad6
--- /dev/null
+++ b/res/res/interpolator/ic_checkbox_checked_animation_interpolator_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_0.xml b/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_0.xml
new file mode 100644
index 00000000..ceac6636
--- /dev/null
+++ b/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_1.xml b/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_1.xml
new file mode 100644
index 00000000..26bc8ad6
--- /dev/null
+++ b/res/res/interpolator/ic_checkbox_unchecked_animation_interpolator_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/interpolator/launch_task_behind_source_scale_1.xml b/res/res/interpolator/launch_task_behind_source_scale_1.xml
new file mode 100644
index 00000000..7e295d8a
--- /dev/null
+++ b/res/res/interpolator/launch_task_behind_source_scale_1.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/launch_task_behind_source_scale_2.xml b/res/res/interpolator/launch_task_behind_source_scale_2.xml
new file mode 100644
index 00000000..1601fd02
--- /dev/null
+++ b/res/res/interpolator/launch_task_behind_source_scale_2.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/launch_task_behind_target_ydelta.xml b/res/res/interpolator/launch_task_behind_target_ydelta.xml
new file mode 100644
index 00000000..96b539f2
--- /dev/null
+++ b/res/res/interpolator/launch_task_behind_target_ydelta.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/linear.xml b/res/res/interpolator/linear.xml
new file mode 100644
index 00000000..f4d256a6
--- /dev/null
+++ b/res/res/interpolator/linear.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/linear_out_slow_in.xml b/res/res/interpolator/linear_out_slow_in.xml
new file mode 100644
index 00000000..83fc2230
--- /dev/null
+++ b/res/res/interpolator/linear_out_slow_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/interpolator/overshoot.xml b/res/res/interpolator/overshoot.xml
new file mode 100644
index 00000000..725ea489
--- /dev/null
+++ b/res/res/interpolator/overshoot.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/res/res/interpolator/progress_indeterminate_horizontal_rect1_scalex.xml b/res/res/interpolator/progress_indeterminate_horizontal_rect1_scalex.xml
new file mode 100644
index 00000000..4349d7de
--- /dev/null
+++ b/res/res/interpolator/progress_indeterminate_horizontal_rect1_scalex.xml
@@ -0,0 +1,17 @@
+
+
+
diff --git a/res/res/interpolator/progress_indeterminate_horizontal_rect1_translatex.xml b/res/res/interpolator/progress_indeterminate_horizontal_rect1_translatex.xml
new file mode 100644
index 00000000..c33f7096
--- /dev/null
+++ b/res/res/interpolator/progress_indeterminate_horizontal_rect1_translatex.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/interpolator/progress_indeterminate_horizontal_rect2_scalex.xml b/res/res/interpolator/progress_indeterminate_horizontal_rect2_scalex.xml
new file mode 100644
index 00000000..c36411db
--- /dev/null
+++ b/res/res/interpolator/progress_indeterminate_horizontal_rect2_scalex.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/interpolator/progress_indeterminate_horizontal_rect2_translatex.xml b/res/res/interpolator/progress_indeterminate_horizontal_rect2_translatex.xml
new file mode 100644
index 00000000..6c042042
--- /dev/null
+++ b/res/res/interpolator/progress_indeterminate_horizontal_rect2_translatex.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/res/res/interpolator/trim_end_interpolator.xml b/res/res/interpolator/trim_end_interpolator.xml
new file mode 100644
index 00000000..bfaa8e2b
--- /dev/null
+++ b/res/res/interpolator/trim_end_interpolator.xml
@@ -0,0 +1,18 @@
+
+
+
\ No newline at end of file
diff --git a/res/res/interpolator/trim_start_interpolator.xml b/res/res/interpolator/trim_start_interpolator.xml
new file mode 100644
index 00000000..14ea90d3
--- /dev/null
+++ b/res/res/interpolator/trim_start_interpolator.xml
@@ -0,0 +1,18 @@
+
+
+
\ No newline at end of file
diff --git a/res/res/layout-land/date_picker_material.xml b/res/res/layout-land/date_picker_material.xml
new file mode 100644
index 00000000..1e711c57
--- /dev/null
+++ b/res/res/layout-land/date_picker_material.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-land/icon_menu_layout.xml b/res/res/layout-land/icon_menu_layout.xml
new file mode 100644
index 00000000..70e3e833
--- /dev/null
+++ b/res/res/layout-land/icon_menu_layout.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout-land/ssl_certificate.xml b/res/res/layout-land/ssl_certificate.xml
new file mode 100644
index 00000000..c6c8dd4e
--- /dev/null
+++ b/res/res/layout-land/ssl_certificate.xml
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-land/time_picker_material.xml b/res/res/layout-land/time_picker_material.xml
new file mode 100644
index 00000000..2473e875
--- /dev/null
+++ b/res/res/layout-land/time_picker_material.xml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-land/usb_storage_activity.xml b/res/res/layout-land/usb_storage_activity.xml
new file mode 100644
index 00000000..d52f0a5b
--- /dev/null
+++ b/res/res/layout-land/usb_storage_activity.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-large/action_mode_close_item.xml b/res/res/layout-large/action_mode_close_item.xml
new file mode 100644
index 00000000..df06de65
--- /dev/null
+++ b/res/res/layout-large/action_mode_close_item.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout-port/icon_menu_layout.xml b/res/res/layout-port/icon_menu_layout.xml
new file mode 100644
index 00000000..82082da1
--- /dev/null
+++ b/res/res/layout-port/icon_menu_layout.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout-sw600dp/date_picker_dialog.xml b/res/res/layout-sw600dp/date_picker_dialog.xml
new file mode 100644
index 00000000..f9b247fd
--- /dev/null
+++ b/res/res/layout-sw600dp/date_picker_dialog.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/res/res/layout-sw600dp/keyguard.xml b/res/res/layout-sw600dp/keyguard.xml
new file mode 100644
index 00000000..f8f482d1
--- /dev/null
+++ b/res/res/layout-sw600dp/keyguard.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-television/user_switching_dialog.xml b/res/res/layout-television/user_switching_dialog.xml
new file mode 100644
index 00000000..72150e32
--- /dev/null
+++ b/res/res/layout-television/user_switching_dialog.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout-w600dp/preference_list_content_single.xml b/res/res/layout-w600dp/preference_list_content_single.xml
new file mode 100644
index 00000000..d2fa5b94
--- /dev/null
+++ b/res/res/layout-w600dp/preference_list_content_single.xml
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-watch/progress_dialog_material.xml b/res/res/layout-watch/progress_dialog_material.xml
new file mode 100644
index 00000000..228f7245
--- /dev/null
+++ b/res/res/layout-watch/progress_dialog_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-xlarge/activity_list.xml b/res/res/layout-xlarge/activity_list.xml
new file mode 100644
index 00000000..bf46af8f
--- /dev/null
+++ b/res/res/layout-xlarge/activity_list.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout-xlarge/breadcrumbs_in_fragment.xml b/res/res/layout-xlarge/breadcrumbs_in_fragment.xml
new file mode 100644
index 00000000..8e86427e
--- /dev/null
+++ b/res/res/layout-xlarge/breadcrumbs_in_fragment.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout-xlarge/breadcrumbs_in_fragment_material.xml b/res/res/layout-xlarge/breadcrumbs_in_fragment_material.xml
new file mode 100644
index 00000000..6fb6df56
--- /dev/null
+++ b/res/res/layout-xlarge/breadcrumbs_in_fragment_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout-xlarge/select_dialog_item_holo.xml b/res/res/layout-xlarge/select_dialog_item_holo.xml
new file mode 100644
index 00000000..5f14e368
--- /dev/null
+++ b/res/res/layout-xlarge/select_dialog_item_holo.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/res/res/layout-xlarge/select_dialog_multichoice_holo.xml b/res/res/layout-xlarge/select_dialog_multichoice_holo.xml
new file mode 100644
index 00000000..63edc861
--- /dev/null
+++ b/res/res/layout-xlarge/select_dialog_multichoice_holo.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout-xlarge/select_dialog_singlechoice_holo.xml b/res/res/layout-xlarge/select_dialog_singlechoice_holo.xml
new file mode 100644
index 00000000..6a00d0dc
--- /dev/null
+++ b/res/res/layout-xlarge/select_dialog_singlechoice_holo.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/action_bar_home.xml b/res/res/layout/action_bar_home.xml
new file mode 100644
index 00000000..5341f3d0
--- /dev/null
+++ b/res/res/layout/action_bar_home.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/action_bar_home_material.xml b/res/res/layout/action_bar_home_material.xml
new file mode 100644
index 00000000..92134586
--- /dev/null
+++ b/res/res/layout/action_bar_home_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/action_bar_title_item.xml b/res/res/layout/action_bar_title_item.xml
new file mode 100644
index 00000000..fecfded8
--- /dev/null
+++ b/res/res/layout/action_bar_title_item.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/action_bar_up_container.xml b/res/res/layout/action_bar_up_container.xml
new file mode 100644
index 00000000..c6fad643
--- /dev/null
+++ b/res/res/layout/action_bar_up_container.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/res/res/layout/action_menu_item_layout.xml b/res/res/layout/action_menu_item_layout.xml
new file mode 100644
index 00000000..6961f8d5
--- /dev/null
+++ b/res/res/layout/action_menu_item_layout.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/res/res/layout/action_menu_layout.xml b/res/res/layout/action_menu_layout.xml
new file mode 100644
index 00000000..abf3300c
--- /dev/null
+++ b/res/res/layout/action_menu_layout.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/layout/action_mode_bar.xml b/res/res/layout/action_mode_bar.xml
new file mode 100644
index 00000000..dc09fdc4
--- /dev/null
+++ b/res/res/layout/action_mode_bar.xml
@@ -0,0 +1,24 @@
+
+
+
diff --git a/res/res/layout/action_mode_close_item.xml b/res/res/layout/action_mode_close_item.xml
new file mode 100644
index 00000000..3df83d09
--- /dev/null
+++ b/res/res/layout/action_mode_close_item.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
diff --git a/res/res/layout/action_mode_close_item_material.xml b/res/res/layout/action_mode_close_item_material.xml
new file mode 100644
index 00000000..89a17978
--- /dev/null
+++ b/res/res/layout/action_mode_close_item_material.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/res/res/layout/activity_chooser_view.xml b/res/res/layout/activity_chooser_view.xml
new file mode 100644
index 00000000..bef17d0c
--- /dev/null
+++ b/res/res/layout/activity_chooser_view.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/activity_chooser_view_list_item.xml b/res/res/layout/activity_chooser_view_list_item.xml
new file mode 100644
index 00000000..66e400a2
--- /dev/null
+++ b/res/res/layout/activity_chooser_view_list_item.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/activity_list.xml b/res/res/layout/activity_list.xml
new file mode 100644
index 00000000..f489ab76
--- /dev/null
+++ b/res/res/layout/activity_list.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/activity_list_item.xml b/res/res/layout/activity_list_item.xml
new file mode 100644
index 00000000..d639aa00
--- /dev/null
+++ b/res/res/layout/activity_list_item.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/activity_list_item_2.xml b/res/res/layout/activity_list_item_2.xml
new file mode 100644
index 00000000..608e9861
--- /dev/null
+++ b/res/res/layout/activity_list_item_2.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/adaptive_notification_wrapper.xml b/res/res/layout/adaptive_notification_wrapper.xml
new file mode 100644
index 00000000..2583339e
--- /dev/null
+++ b/res/res/layout/adaptive_notification_wrapper.xml
@@ -0,0 +1,29 @@
+
+
+
diff --git a/res/res/layout/alert_dialog.xml b/res/res/layout/alert_dialog.xml
new file mode 100644
index 00000000..59e56af0
--- /dev/null
+++ b/res/res/layout/alert_dialog.xml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_button_bar_material.xml b/res/res/layout/alert_dialog_button_bar_material.xml
new file mode 100644
index 00000000..6e102f35
--- /dev/null
+++ b/res/res/layout/alert_dialog_button_bar_material.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_holo.xml b/res/res/layout/alert_dialog_holo.xml
new file mode 100644
index 00000000..34cb21d4
--- /dev/null
+++ b/res/res/layout/alert_dialog_holo.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_leanback.xml b/res/res/layout/alert_dialog_leanback.xml
new file mode 100644
index 00000000..848015c2
--- /dev/null
+++ b/res/res/layout/alert_dialog_leanback.xml
@@ -0,0 +1,122 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_leanback_button_panel_side.xml b/res/res/layout/alert_dialog_leanback_button_panel_side.xml
new file mode 100644
index 00000000..c6e8b3b7
--- /dev/null
+++ b/res/res/layout/alert_dialog_leanback_button_panel_side.xml
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_material.xml b/res/res/layout/alert_dialog_material.xml
new file mode 100644
index 00000000..95c24599
--- /dev/null
+++ b/res/res/layout/alert_dialog_material.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_micro.xml b/res/res/layout/alert_dialog_micro.xml
new file mode 100644
index 00000000..abdbd163
--- /dev/null
+++ b/res/res/layout/alert_dialog_micro.xml
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_progress.xml b/res/res/layout/alert_dialog_progress.xml
new file mode 100644
index 00000000..fe06b654
--- /dev/null
+++ b/res/res/layout/alert_dialog_progress.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_progress_holo.xml b/res/res/layout/alert_dialog_progress_holo.xml
new file mode 100644
index 00000000..41773d25
--- /dev/null
+++ b/res/res/layout/alert_dialog_progress_holo.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_progress_material.xml b/res/res/layout/alert_dialog_progress_material.xml
new file mode 100644
index 00000000..9c21540c
--- /dev/null
+++ b/res/res/layout/alert_dialog_progress_material.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/alert_dialog_title_material.xml b/res/res/layout/alert_dialog_title_material.xml
new file mode 100644
index 00000000..f61b90b3
--- /dev/null
+++ b/res/res/layout/alert_dialog_title_material.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/always_use_checkbox.xml b/res/res/layout/always_use_checkbox.xml
new file mode 100644
index 00000000..16a1bb2d
--- /dev/null
+++ b/res/res/layout/always_use_checkbox.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/am_compat_mode_dialog.xml b/res/res/layout/am_compat_mode_dialog.xml
new file mode 100644
index 00000000..8a0975d5
--- /dev/null
+++ b/res/res/layout/am_compat_mode_dialog.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/app_not_authorized.xml b/res/res/layout/app_not_authorized.xml
new file mode 100644
index 00000000..339b24e8
--- /dev/null
+++ b/res/res/layout/app_not_authorized.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/app_permission_item.xml b/res/res/layout/app_permission_item.xml
new file mode 100644
index 00000000..383d7710
--- /dev/null
+++ b/res/res/layout/app_permission_item.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/app_permission_item_money.xml b/res/res/layout/app_permission_item_money.xml
new file mode 100644
index 00000000..20562856
--- /dev/null
+++ b/res/res/layout/app_permission_item_money.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/app_permission_item_old.xml b/res/res/layout/app_permission_item_old.xml
new file mode 100644
index 00000000..de6fc4fc
--- /dev/null
+++ b/res/res/layout/app_permission_item_old.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/app_perms_summary.xml b/res/res/layout/app_perms_summary.xml
new file mode 100644
index 00000000..b8d93aca
--- /dev/null
+++ b/res/res/layout/app_perms_summary.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/auto_complete_list.xml b/res/res/layout/auto_complete_list.xml
new file mode 100644
index 00000000..72beb2bb
--- /dev/null
+++ b/res/res/layout/auto_complete_list.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/breadcrumbs_in_fragment.xml b/res/res/layout/breadcrumbs_in_fragment.xml
new file mode 100644
index 00000000..9c126181
--- /dev/null
+++ b/res/res/layout/breadcrumbs_in_fragment.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/res/res/layout/breadcrumbs_in_fragment_material.xml b/res/res/layout/breadcrumbs_in_fragment_material.xml
new file mode 100644
index 00000000..96c0144e
--- /dev/null
+++ b/res/res/layout/breadcrumbs_in_fragment_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/res/res/layout/browser_link_context_header.xml b/res/res/layout/browser_link_context_header.xml
new file mode 100644
index 00000000..fef01b31
--- /dev/null
+++ b/res/res/layout/browser_link_context_header.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/calendar_view.xml b/res/res/layout/calendar_view.xml
new file mode 100644
index 00000000..bccb0568
--- /dev/null
+++ b/res/res/layout/calendar_view.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/character_picker.xml b/res/res/layout/character_picker.xml
new file mode 100644
index 00000000..3ddbbb2c
--- /dev/null
+++ b/res/res/layout/character_picker.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/character_picker_button.xml b/res/res/layout/character_picker_button.xml
new file mode 100644
index 00000000..b74e620c
--- /dev/null
+++ b/res/res/layout/character_picker_button.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/res/res/layout/choose_account.xml b/res/res/layout/choose_account.xml
new file mode 100644
index 00000000..e13dd26d
--- /dev/null
+++ b/res/res/layout/choose_account.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/choose_account_row.xml b/res/res/layout/choose_account_row.xml
new file mode 100644
index 00000000..71537fba
--- /dev/null
+++ b/res/res/layout/choose_account_row.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/choose_account_type.xml b/res/res/layout/choose_account_type.xml
new file mode 100644
index 00000000..87d1ddee
--- /dev/null
+++ b/res/res/layout/choose_account_type.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/choose_type_and_account.xml b/res/res/layout/choose_type_and_account.xml
new file mode 100644
index 00000000..79f3f1a5
--- /dev/null
+++ b/res/res/layout/choose_type_and_account.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/chooser_grid.xml b/res/res/layout/chooser_grid.xml
new file mode 100644
index 00000000..41726fb7
--- /dev/null
+++ b/res/res/layout/chooser_grid.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/chooser_row.xml b/res/res/layout/chooser_row.xml
new file mode 100644
index 00000000..9baa32c6
--- /dev/null
+++ b/res/res/layout/chooser_row.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
diff --git a/res/res/layout/common_tab_settings.xml b/res/res/layout/common_tab_settings.xml
new file mode 100644
index 00000000..d2a4acc2
--- /dev/null
+++ b/res/res/layout/common_tab_settings.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/date_picker_dialog.xml b/res/res/layout/date_picker_dialog.xml
new file mode 100644
index 00000000..db8f311c
--- /dev/null
+++ b/res/res/layout/date_picker_dialog.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/res/res/layout/date_picker_header_material.xml b/res/res/layout/date_picker_header_material.xml
new file mode 100644
index 00000000..a4388f61
--- /dev/null
+++ b/res/res/layout/date_picker_header_material.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/date_picker_legacy.xml b/res/res/layout/date_picker_legacy.xml
new file mode 100644
index 00000000..303ab307
--- /dev/null
+++ b/res/res/layout/date_picker_legacy.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/date_picker_legacy_holo.xml b/res/res/layout/date_picker_legacy_holo.xml
new file mode 100644
index 00000000..b465d973
--- /dev/null
+++ b/res/res/layout/date_picker_legacy_holo.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/date_picker_material.xml b/res/res/layout/date_picker_material.xml
new file mode 100644
index 00000000..763f2a41
--- /dev/null
+++ b/res/res/layout/date_picker_material.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/date_picker_month_item_material.xml b/res/res/layout/date_picker_month_item_material.xml
new file mode 100644
index 00000000..cb79cee0
--- /dev/null
+++ b/res/res/layout/date_picker_month_item_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout/date_picker_view_animator_material.xml b/res/res/layout/date_picker_view_animator_material.xml
new file mode 100644
index 00000000..04647b18
--- /dev/null
+++ b/res/res/layout/date_picker_view_animator_material.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/day_picker_content_material.xml b/res/res/layout/day_picker_content_material.xml
new file mode 100644
index 00000000..b582d748
--- /dev/null
+++ b/res/res/layout/day_picker_content_material.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/default_navigation.xml b/res/res/layout/default_navigation.xml
new file mode 100644
index 00000000..b216ded1
--- /dev/null
+++ b/res/res/layout/default_navigation.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/dialog_custom_title.xml b/res/res/layout/dialog_custom_title.xml
new file mode 100644
index 00000000..2dda5e51
--- /dev/null
+++ b/res/res/layout/dialog_custom_title.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_custom_title_holo.xml b/res/res/layout/dialog_custom_title_holo.xml
new file mode 100644
index 00000000..f8a2bf75
--- /dev/null
+++ b/res/res/layout/dialog_custom_title_holo.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_custom_title_material.xml b/res/res/layout/dialog_custom_title_material.xml
new file mode 100644
index 00000000..50ed9103
--- /dev/null
+++ b/res/res/layout/dialog_custom_title_material.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title.xml b/res/res/layout/dialog_title.xml
new file mode 100644
index 00000000..40eb3851
--- /dev/null
+++ b/res/res/layout/dialog_title.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title_holo.xml b/res/res/layout/dialog_title_holo.xml
new file mode 100644
index 00000000..0a692ee6
--- /dev/null
+++ b/res/res/layout/dialog_title_holo.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title_icons.xml b/res/res/layout/dialog_title_icons.xml
new file mode 100644
index 00000000..a86a76c5
--- /dev/null
+++ b/res/res/layout/dialog_title_icons.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title_icons_holo.xml b/res/res/layout/dialog_title_icons_holo.xml
new file mode 100644
index 00000000..e3d771cb
--- /dev/null
+++ b/res/res/layout/dialog_title_icons_holo.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title_icons_material.xml b/res/res/layout/dialog_title_icons_material.xml
new file mode 100644
index 00000000..3866ca76
--- /dev/null
+++ b/res/res/layout/dialog_title_icons_material.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/dialog_title_material.xml b/res/res/layout/dialog_title_material.xml
new file mode 100644
index 00000000..1ea7f6e0
--- /dev/null
+++ b/res/res/layout/dialog_title_material.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/expandable_list_content.xml b/res/res/layout/expandable_list_content.xml
new file mode 100644
index 00000000..4ed905cc
--- /dev/null
+++ b/res/res/layout/expandable_list_content.xml
@@ -0,0 +1,24 @@
+
+
+
diff --git a/res/res/layout/expanded_menu_layout.xml b/res/res/layout/expanded_menu_layout.xml
new file mode 100644
index 00000000..f44a83ff
--- /dev/null
+++ b/res/res/layout/expanded_menu_layout.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/res/res/layout/floating_popup_close_overflow_button.xml b/res/res/layout/floating_popup_close_overflow_button.xml
new file mode 100644
index 00000000..4dae1aeb
--- /dev/null
+++ b/res/res/layout/floating_popup_close_overflow_button.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/res/res/layout/floating_popup_container.xml b/res/res/layout/floating_popup_container.xml
new file mode 100644
index 00000000..63dae447
--- /dev/null
+++ b/res/res/layout/floating_popup_container.xml
@@ -0,0 +1,27 @@
+
+
+
diff --git a/res/res/layout/floating_popup_menu_button.xml b/res/res/layout/floating_popup_menu_button.xml
new file mode 100644
index 00000000..482f91f5
--- /dev/null
+++ b/res/res/layout/floating_popup_menu_button.xml
@@ -0,0 +1,35 @@
+
+
+
diff --git a/res/res/layout/floating_popup_menu_image_button.xml b/res/res/layout/floating_popup_menu_image_button.xml
new file mode 100644
index 00000000..1ba78486
--- /dev/null
+++ b/res/res/layout/floating_popup_menu_image_button.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/res/res/layout/floating_popup_open_overflow_button.xml b/res/res/layout/floating_popup_open_overflow_button.xml
new file mode 100644
index 00000000..f6a3e8d3
--- /dev/null
+++ b/res/res/layout/floating_popup_open_overflow_button.xml
@@ -0,0 +1,29 @@
+
+
+
diff --git a/res/res/layout/floating_popup_overflow_image_list_item.xml b/res/res/layout/floating_popup_overflow_image_list_item.xml
new file mode 100644
index 00000000..fc04b31d
--- /dev/null
+++ b/res/res/layout/floating_popup_overflow_image_list_item.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/res/res/layout/floating_popup_overflow_list_item.xml b/res/res/layout/floating_popup_overflow_list_item.xml
new file mode 100644
index 00000000..22f4e68b
--- /dev/null
+++ b/res/res/layout/floating_popup_overflow_list_item.xml
@@ -0,0 +1,36 @@
+
+
+
+
diff --git a/res/res/layout/fragment_bread_crumb_item.xml b/res/res/layout/fragment_bread_crumb_item.xml
new file mode 100644
index 00000000..ee4344f2
--- /dev/null
+++ b/res/res/layout/fragment_bread_crumb_item.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/fragment_bread_crumb_item_material.xml b/res/res/layout/fragment_bread_crumb_item_material.xml
new file mode 100644
index 00000000..ee4344f2
--- /dev/null
+++ b/res/res/layout/fragment_bread_crumb_item_material.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/fragment_bread_crumbs.xml b/res/res/layout/fragment_bread_crumbs.xml
new file mode 100644
index 00000000..f289e145
--- /dev/null
+++ b/res/res/layout/fragment_bread_crumbs.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/res/res/layout/global_actions_item.xml b/res/res/layout/global_actions_item.xml
new file mode 100644
index 00000000..b3a5aa23
--- /dev/null
+++ b/res/res/layout/global_actions_item.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/global_actions_silent_mode.xml b/res/res/layout/global_actions_silent_mode.xml
new file mode 100644
index 00000000..a3586232
--- /dev/null
+++ b/res/res/layout/global_actions_silent_mode.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/grant_credentials_permission.xml b/res/res/layout/grant_credentials_permission.xml
new file mode 100644
index 00000000..e7ec539f
--- /dev/null
+++ b/res/res/layout/grant_credentials_permission.xml
@@ -0,0 +1,147 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/heavy_weight_switcher.xml b/res/res/layout/heavy_weight_switcher.xml
new file mode 100644
index 00000000..c17e5557
--- /dev/null
+++ b/res/res/layout/heavy_weight_switcher.xml
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/icon_menu_item_layout.xml b/res/res/layout/icon_menu_item_layout.xml
new file mode 100644
index 00000000..cdb5bfa7
--- /dev/null
+++ b/res/res/layout/icon_menu_item_layout.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/immersive_mode_cling.xml b/res/res/layout/immersive_mode_cling.xml
new file mode 100644
index 00000000..28fbea57
--- /dev/null
+++ b/res/res/layout/immersive_mode_cling.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/input_method.xml b/res/res/layout/input_method.xml
new file mode 100644
index 00000000..79f1ce80
--- /dev/null
+++ b/res/res/layout/input_method.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/input_method_extract_view.xml b/res/res/layout/input_method_extract_view.xml
new file mode 100644
index 00000000..bfa6451c
--- /dev/null
+++ b/res/res/layout/input_method_extract_view.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/input_method_switch_dialog_title.xml b/res/res/layout/input_method_switch_dialog_title.xml
new file mode 100644
index 00000000..856a7af5
--- /dev/null
+++ b/res/res/layout/input_method_switch_dialog_title.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/input_method_switch_item.xml b/res/res/layout/input_method_switch_item.xml
new file mode 100644
index 00000000..6185ed62
--- /dev/null
+++ b/res/res/layout/input_method_switch_item.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/js_prompt.xml b/res/res/layout/js_prompt.xml
new file mode 100644
index 00000000..d80fbc8e
--- /dev/null
+++ b/res/res/layout/js_prompt.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/keyboard_key_preview.xml b/res/res/layout/keyboard_key_preview.xml
new file mode 100644
index 00000000..a6e096b4
--- /dev/null
+++ b/res/res/layout/keyboard_key_preview.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/keyboard_popup_keyboard.xml b/res/res/layout/keyboard_popup_keyboard.xml
new file mode 100644
index 00000000..6f222bfa
--- /dev/null
+++ b/res/res/layout/keyboard_popup_keyboard.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/keyguard.xml b/res/res/layout/keyguard.xml
new file mode 100644
index 00000000..f8f482d1
--- /dev/null
+++ b/res/res/layout/keyguard.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/launch_warning.xml b/res/res/layout/launch_warning.xml
new file mode 100644
index 00000000..1923ff07
--- /dev/null
+++ b/res/res/layout/launch_warning.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/list_content.xml b/res/res/layout/list_content.xml
new file mode 100644
index 00000000..14140322
--- /dev/null
+++ b/res/res/layout/list_content.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/list_content_simple.xml b/res/res/layout/list_content_simple.xml
new file mode 100644
index 00000000..6f9f1e0f
--- /dev/null
+++ b/res/res/layout/list_content_simple.xml
@@ -0,0 +1,24 @@
+
+
+
diff --git a/res/res/layout/list_gestures_overlay.xml b/res/res/layout/list_gestures_overlay.xml
new file mode 100644
index 00000000..5ebf0924
--- /dev/null
+++ b/res/res/layout/list_gestures_overlay.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/res/res/layout/list_menu_item_checkbox.xml b/res/res/layout/list_menu_item_checkbox.xml
new file mode 100644
index 00000000..dc02a1e5
--- /dev/null
+++ b/res/res/layout/list_menu_item_checkbox.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/layout/list_menu_item_icon.xml b/res/res/layout/list_menu_item_icon.xml
new file mode 100644
index 00000000..a30be6a1
--- /dev/null
+++ b/res/res/layout/list_menu_item_icon.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
diff --git a/res/res/layout/list_menu_item_layout.xml b/res/res/layout/list_menu_item_layout.xml
new file mode 100644
index 00000000..e8d49834
--- /dev/null
+++ b/res/res/layout/list_menu_item_layout.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/list_menu_item_radio.xml b/res/res/layout/list_menu_item_radio.xml
new file mode 100644
index 00000000..ac4459ec
--- /dev/null
+++ b/res/res/layout/list_menu_item_radio.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout/locale_picker_item.xml b/res/res/layout/locale_picker_item.xml
new file mode 100644
index 00000000..defdd4d5
--- /dev/null
+++ b/res/res/layout/locale_picker_item.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/media_controller.xml b/res/res/layout/media_controller.xml
new file mode 100644
index 00000000..24c2866e
--- /dev/null
+++ b/res/res/layout/media_controller.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/media_route_chooser_dialog.xml b/res/res/layout/media_route_chooser_dialog.xml
new file mode 100644
index 00000000..d1c6267e
--- /dev/null
+++ b/res/res/layout/media_route_chooser_dialog.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/media_route_controller_dialog.xml b/res/res/layout/media_route_controller_dialog.xml
new file mode 100644
index 00000000..0bf70dae
--- /dev/null
+++ b/res/res/layout/media_route_controller_dialog.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/media_route_list_item.xml b/res/res/layout/media_route_list_item.xml
new file mode 100644
index 00000000..bdca433c
--- /dev/null
+++ b/res/res/layout/media_route_list_item.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/menu_item.xml b/res/res/layout/menu_item.xml
new file mode 100644
index 00000000..df6462e3
--- /dev/null
+++ b/res/res/layout/menu_item.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_action_list.xml b/res/res/layout/notification_action_list.xml
new file mode 100644
index 00000000..400decc4
--- /dev/null
+++ b/res/res/layout/notification_action_list.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
diff --git a/res/res/layout/notification_intruder_content.xml b/res/res/layout/notification_intruder_content.xml
new file mode 100644
index 00000000..ffd84d48
--- /dev/null
+++ b/res/res/layout/notification_intruder_content.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_material_action.xml b/res/res/layout/notification_material_action.xml
new file mode 100644
index 00000000..da8b2e7b
--- /dev/null
+++ b/res/res/layout/notification_material_action.xml
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/res/res/layout/notification_material_action_list.xml b/res/res/layout/notification_material_action_list.xml
new file mode 100644
index 00000000..2a36949d
--- /dev/null
+++ b/res/res/layout/notification_material_action_list.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
diff --git a/res/res/layout/notification_material_action_tombstone.xml b/res/res/layout/notification_material_action_tombstone.xml
new file mode 100644
index 00000000..976448b0
--- /dev/null
+++ b/res/res/layout/notification_material_action_tombstone.xml
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/res/res/layout/notification_material_media_action.xml b/res/res/layout/notification_material_media_action.xml
new file mode 100644
index 00000000..1d52e546
--- /dev/null
+++ b/res/res/layout/notification_material_media_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/res/res/layout/notification_template_icon_group.xml b/res/res/layout/notification_template_icon_group.xml
new file mode 100644
index 00000000..fa661632
--- /dev/null
+++ b/res/res/layout/notification_template_icon_group.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_base.xml b/res/res/layout/notification_template_material_base.xml
new file mode 100644
index 00000000..94bbec80
--- /dev/null
+++ b/res/res/layout/notification_template_material_base.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_big_base.xml b/res/res/layout/notification_template_material_big_base.xml
new file mode 100644
index 00000000..97df978e
--- /dev/null
+++ b/res/res/layout/notification_template_material_big_base.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_big_media.xml b/res/res/layout/notification_template_material_big_media.xml
new file mode 100644
index 00000000..7fd93dec
--- /dev/null
+++ b/res/res/layout/notification_template_material_big_media.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_big_media_narrow.xml b/res/res/layout/notification_template_material_big_media_narrow.xml
new file mode 100644
index 00000000..807cfaf6
--- /dev/null
+++ b/res/res/layout/notification_template_material_big_media_narrow.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_big_picture.xml b/res/res/layout/notification_template_material_big_picture.xml
new file mode 100644
index 00000000..f3768b54
--- /dev/null
+++ b/res/res/layout/notification_template_material_big_picture.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_big_text.xml b/res/res/layout/notification_template_material_big_text.xml
new file mode 100644
index 00000000..7ae29fb3
--- /dev/null
+++ b/res/res/layout/notification_template_material_big_text.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_inbox.xml b/res/res/layout/notification_template_material_inbox.xml
new file mode 100644
index 00000000..950ae403
--- /dev/null
+++ b/res/res/layout/notification_template_material_inbox.xml
@@ -0,0 +1,174 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_material_media.xml b/res/res/layout/notification_template_material_media.xml
new file mode 100644
index 00000000..f6c22c87
--- /dev/null
+++ b/res/res/layout/notification_template_material_media.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_part_chronometer.xml b/res/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 00000000..1f0430eb
--- /dev/null
+++ b/res/res/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/notification_template_part_line1.xml b/res/res/layout/notification_template_part_line1.xml
new file mode 100644
index 00000000..78bc1ed2
--- /dev/null
+++ b/res/res/layout/notification_template_part_line1.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_part_line2.xml b/res/res/layout/notification_template_part_line2.xml
new file mode 100644
index 00000000..db43271a
--- /dev/null
+++ b/res/res/layout/notification_template_part_line2.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_part_line3.xml b/res/res/layout/notification_template_part_line3.xml
new file mode 100644
index 00000000..da3c5c52
--- /dev/null
+++ b/res/res/layout/notification_template_part_line3.xml
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/notification_template_part_time.xml b/res/res/layout/notification_template_part_time.xml
new file mode 100644
index 00000000..37c7ebe3
--- /dev/null
+++ b/res/res/layout/notification_template_part_time.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/notification_template_progressbar.xml b/res/res/layout/notification_template_progressbar.xml
new file mode 100644
index 00000000..61480b86
--- /dev/null
+++ b/res/res/layout/notification_template_progressbar.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/res/res/layout/number_picker.xml b/res/res/layout/number_picker.xml
new file mode 100644
index 00000000..b7e7ae14
--- /dev/null
+++ b/res/res/layout/number_picker.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/number_picker_material.xml b/res/res/layout/number_picker_material.xml
new file mode 100644
index 00000000..47edec47
--- /dev/null
+++ b/res/res/layout/number_picker_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/number_picker_with_selector_wheel.xml b/res/res/layout/number_picker_with_selector_wheel.xml
new file mode 100644
index 00000000..c8fa0f7b
--- /dev/null
+++ b/res/res/layout/number_picker_with_selector_wheel.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/number_picker_with_selector_wheel_micro.xml b/res/res/layout/number_picker_with_selector_wheel_micro.xml
new file mode 100644
index 00000000..a1c09214
--- /dev/null
+++ b/res/res/layout/number_picker_with_selector_wheel_micro.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/overlay_display_window.xml b/res/res/layout/overlay_display_window.xml
new file mode 100644
index 00000000..36b4a0da
--- /dev/null
+++ b/res/res/layout/overlay_display_window.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/permissions_account_and_authtokentype.xml b/res/res/layout/permissions_account_and_authtokentype.xml
new file mode 100644
index 00000000..ac5b08a3
--- /dev/null
+++ b/res/res/layout/permissions_account_and_authtokentype.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/permissions_package_list_item.xml b/res/res/layout/permissions_package_list_item.xml
new file mode 100644
index 00000000..75ce0a78
--- /dev/null
+++ b/res/res/layout/permissions_package_list_item.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/popup_menu_item_layout.xml b/res/res/layout/popup_menu_item_layout.xml
new file mode 100644
index 00000000..0bc636f0
--- /dev/null
+++ b/res/res/layout/popup_menu_item_layout.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/power_dialog.xml b/res/res/layout/power_dialog.xml
new file mode 100644
index 00000000..60298d2e
--- /dev/null
+++ b/res/res/layout/power_dialog.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference.xml b/res/res/layout/preference.xml
new file mode 100644
index 00000000..824ca93f
--- /dev/null
+++ b/res/res/layout/preference.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_category.xml b/res/res/layout/preference_category.xml
new file mode 100644
index 00000000..280d952a
--- /dev/null
+++ b/res/res/layout/preference_category.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/res/res/layout/preference_category_holo.xml b/res/res/layout/preference_category_holo.xml
new file mode 100644
index 00000000..f2c63ae6
--- /dev/null
+++ b/res/res/layout/preference_category_holo.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
diff --git a/res/res/layout/preference_category_material.xml b/res/res/layout/preference_category_material.xml
new file mode 100644
index 00000000..456b2528
--- /dev/null
+++ b/res/res/layout/preference_category_material.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
diff --git a/res/res/layout/preference_child.xml b/res/res/layout/preference_child.xml
new file mode 100644
index 00000000..6323c0e7
--- /dev/null
+++ b/res/res/layout/preference_child.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_child_holo.xml b/res/res/layout/preference_child_holo.xml
new file mode 100644
index 00000000..17f97fd3
--- /dev/null
+++ b/res/res/layout/preference_child_holo.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_child_material.xml b/res/res/layout/preference_child_material.xml
new file mode 100644
index 00000000..e5a8819e
--- /dev/null
+++ b/res/res/layout/preference_child_material.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_dialog_edittext.xml b/res/res/layout/preference_dialog_edittext.xml
new file mode 100644
index 00000000..40b9e69a
--- /dev/null
+++ b/res/res/layout/preference_dialog_edittext.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_dialog_edittext_material.xml b/res/res/layout/preference_dialog_edittext_material.xml
new file mode 100644
index 00000000..df76f7fc
--- /dev/null
+++ b/res/res/layout/preference_dialog_edittext_material.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_dialog_seekbar.xml b/res/res/layout/preference_dialog_seekbar.xml
new file mode 100644
index 00000000..4e366c42
--- /dev/null
+++ b/res/res/layout/preference_dialog_seekbar.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_dialog_seekbar_material.xml b/res/res/layout/preference_dialog_seekbar_material.xml
new file mode 100644
index 00000000..a98a9952
--- /dev/null
+++ b/res/res/layout/preference_dialog_seekbar_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_header_item.xml b/res/res/layout/preference_header_item.xml
new file mode 100644
index 00000000..0d582a04
--- /dev/null
+++ b/res/res/layout/preference_header_item.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_header_item_material.xml b/res/res/layout/preference_header_item_material.xml
new file mode 100644
index 00000000..ffb18ae4
--- /dev/null
+++ b/res/res/layout/preference_header_item_material.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_holo.xml b/res/res/layout/preference_holo.xml
new file mode 100644
index 00000000..1b3ab867
--- /dev/null
+++ b/res/res/layout/preference_holo.xml
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_information.xml b/res/res/layout/preference_information.xml
new file mode 100644
index 00000000..e3be3820
--- /dev/null
+++ b/res/res/layout/preference_information.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_information_holo.xml b/res/res/layout/preference_information_holo.xml
new file mode 100644
index 00000000..d0d446cb
--- /dev/null
+++ b/res/res/layout/preference_information_holo.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_information_material.xml b/res/res/layout/preference_information_material.xml
new file mode 100644
index 00000000..d283f627
--- /dev/null
+++ b/res/res/layout/preference_information_material.xml
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_list_content.xml b/res/res/layout/preference_list_content.xml
new file mode 100644
index 00000000..02cd8cdd
--- /dev/null
+++ b/res/res/layout/preference_list_content.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_list_content_material.xml b/res/res/layout/preference_list_content_material.xml
new file mode 100644
index 00000000..1bc527e2
--- /dev/null
+++ b/res/res/layout/preference_list_content_material.xml
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_list_content_single.xml b/res/res/layout/preference_list_content_single.xml
new file mode 100644
index 00000000..726ce78b
--- /dev/null
+++ b/res/res/layout/preference_list_content_single.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_list_fragment.xml b/res/res/layout/preference_list_fragment.xml
new file mode 100644
index 00000000..4e895b04
--- /dev/null
+++ b/res/res/layout/preference_list_fragment.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_list_fragment_material.xml b/res/res/layout/preference_list_fragment_material.xml
new file mode 100644
index 00000000..62bdffd3
--- /dev/null
+++ b/res/res/layout/preference_list_fragment_material.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_material.xml b/res/res/layout/preference_material.xml
new file mode 100644
index 00000000..bf0fda94
--- /dev/null
+++ b/res/res/layout/preference_material.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_widget_checkbox.xml b/res/res/layout/preference_widget_checkbox.xml
new file mode 100644
index 00000000..f7943465
--- /dev/null
+++ b/res/res/layout/preference_widget_checkbox.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/res/res/layout/preference_widget_seekbar.xml b/res/res/layout/preference_widget_seekbar.xml
new file mode 100644
index 00000000..05daa1a4
--- /dev/null
+++ b/res/res/layout/preference_widget_seekbar.xml
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_widget_seekbar_material.xml b/res/res/layout/preference_widget_seekbar_material.xml
new file mode 100644
index 00000000..f70a4726
--- /dev/null
+++ b/res/res/layout/preference_widget_seekbar_material.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/preference_widget_switch.xml b/res/res/layout/preference_widget_switch.xml
new file mode 100644
index 00000000..25e8aa65
--- /dev/null
+++ b/res/res/layout/preference_widget_switch.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/res/res/layout/preferences.xml b/res/res/layout/preferences.xml
new file mode 100644
index 00000000..c631f6c0
--- /dev/null
+++ b/res/res/layout/preferences.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/res/res/layout/progress_dialog.xml b/res/res/layout/progress_dialog.xml
new file mode 100644
index 00000000..0d3cd4a9
--- /dev/null
+++ b/res/res/layout/progress_dialog.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/progress_dialog_holo.xml b/res/res/layout/progress_dialog_holo.xml
new file mode 100644
index 00000000..6aad9eae
--- /dev/null
+++ b/res/res/layout/progress_dialog_holo.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/progress_dialog_material.xml b/res/res/layout/progress_dialog_material.xml
new file mode 100644
index 00000000..24179659
--- /dev/null
+++ b/res/res/layout/progress_dialog_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/recent_apps_dialog.xml b/res/res/layout/recent_apps_dialog.xml
new file mode 100644
index 00000000..e3492f6c
--- /dev/null
+++ b/res/res/layout/recent_apps_dialog.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/recent_apps_icon.xml b/res/res/layout/recent_apps_icon.xml
new file mode 100644
index 00000000..f73aec35
--- /dev/null
+++ b/res/res/layout/recent_apps_icon.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
diff --git a/res/res/layout/remote_views_adapter_default_loading_view.xml b/res/res/layout/remote_views_adapter_default_loading_view.xml
new file mode 100644
index 00000000..864e435d
--- /dev/null
+++ b/res/res/layout/remote_views_adapter_default_loading_view.xml
@@ -0,0 +1,31 @@
+
+
+
+
diff --git a/res/res/layout/resolve_grid_item.xml b/res/res/layout/resolve_grid_item.xml
new file mode 100644
index 00000000..0a7ac776
--- /dev/null
+++ b/res/res/layout/resolve_grid_item.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/resolve_list_item.xml b/res/res/layout/resolve_list_item.xml
new file mode 100644
index 00000000..5d528329
--- /dev/null
+++ b/res/res/layout/resolve_list_item.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/resolver_different_item_header.xml b/res/res/layout/resolver_different_item_header.xml
new file mode 100644
index 00000000..58891363
--- /dev/null
+++ b/res/res/layout/resolver_different_item_header.xml
@@ -0,0 +1,34 @@
+
+
+
diff --git a/res/res/layout/resolver_list.xml b/res/res/layout/resolver_list.xml
new file mode 100644
index 00000000..00c25e65
--- /dev/null
+++ b/res/res/layout/resolver_list.xml
@@ -0,0 +1,139 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/resolver_list_with_default.xml b/res/res/layout/resolver_list_with_default.xml
new file mode 100644
index 00000000..31361e5f
--- /dev/null
+++ b/res/res/layout/resolver_list_with_default.xml
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/restrictions_pin_challenge.xml b/res/res/layout/restrictions_pin_challenge.xml
new file mode 100644
index 00000000..f41924cf
--- /dev/null
+++ b/res/res/layout/restrictions_pin_challenge.xml
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/restrictions_pin_setup.xml b/res/res/layout/restrictions_pin_setup.xml
new file mode 100644
index 00000000..03ed696a
--- /dev/null
+++ b/res/res/layout/restrictions_pin_setup.xml
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/safe_mode.xml b/res/res/layout/safe_mode.xml
new file mode 100644
index 00000000..8a8d19e0
--- /dev/null
+++ b/res/res/layout/safe_mode.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/screen.xml b/res/res/layout/screen.xml
new file mode 100644
index 00000000..403ffd63
--- /dev/null
+++ b/res/res/layout/screen.xml
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_action_bar.xml b/res/res/layout/screen_action_bar.xml
new file mode 100644
index 00000000..b3a34789
--- /dev/null
+++ b/res/res/layout/screen_action_bar.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_custom_title.xml b/res/res/layout/screen_custom_title.xml
new file mode 100644
index 00000000..a3312dcf
--- /dev/null
+++ b/res/res/layout/screen_custom_title.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_progress.xml b/res/res/layout/screen_progress.xml
new file mode 100644
index 00000000..e70f2ec0
--- /dev/null
+++ b/res/res/layout/screen_progress.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_simple.xml b/res/res/layout/screen_simple.xml
new file mode 100644
index 00000000..6111348a
--- /dev/null
+++ b/res/res/layout/screen_simple.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_simple_overlay_action_mode.xml b/res/res/layout/screen_simple_overlay_action_mode.xml
new file mode 100644
index 00000000..52b893b3
--- /dev/null
+++ b/res/res/layout/screen_simple_overlay_action_mode.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_swipe_dismiss.xml b/res/res/layout/screen_swipe_dismiss.xml
new file mode 100644
index 00000000..90e970fe
--- /dev/null
+++ b/res/res/layout/screen_swipe_dismiss.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
diff --git a/res/res/layout/screen_title.xml b/res/res/layout/screen_title.xml
new file mode 100644
index 00000000..409e9c6e
--- /dev/null
+++ b/res/res/layout/screen_title.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_title_icons.xml b/res/res/layout/screen_title_icons.xml
new file mode 100644
index 00000000..f145429b
--- /dev/null
+++ b/res/res/layout/screen_title_icons.xml
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/screen_toolbar.xml b/res/res/layout/screen_toolbar.xml
new file mode 100644
index 00000000..88c9cf60
--- /dev/null
+++ b/res/res/layout/screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/search_bar.xml b/res/res/layout/search_bar.xml
new file mode 100644
index 00000000..c81c716b
--- /dev/null
+++ b/res/res/layout/search_bar.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/search_dropdown_item_icons_2line.xml b/res/res/layout/search_dropdown_item_icons_2line.xml
new file mode 100644
index 00000000..b135e3d3
--- /dev/null
+++ b/res/res/layout/search_dropdown_item_icons_2line.xml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/search_view.xml b/res/res/layout/search_view.xml
new file mode 100644
index 00000000..b5b5b277
--- /dev/null
+++ b/res/res/layout/search_view.xml
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/select_dialog.xml b/res/res/layout/select_dialog.xml
new file mode 100644
index 00000000..eb4d8d9a
--- /dev/null
+++ b/res/res/layout/select_dialog.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_holo.xml b/res/res/layout/select_dialog_holo.xml
new file mode 100644
index 00000000..8a92283e
--- /dev/null
+++ b/res/res/layout/select_dialog_holo.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_item.xml b/res/res/layout/select_dialog_item.xml
new file mode 100644
index 00000000..835c433b
--- /dev/null
+++ b/res/res/layout/select_dialog_item.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_item_holo.xml b/res/res/layout/select_dialog_item_holo.xml
new file mode 100644
index 00000000..62be4068
--- /dev/null
+++ b/res/res/layout/select_dialog_item_holo.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_item_material.xml b/res/res/layout/select_dialog_item_material.xml
new file mode 100644
index 00000000..b45edc62
--- /dev/null
+++ b/res/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_material.xml b/res/res/layout/select_dialog_material.xml
new file mode 100644
index 00000000..19ad407d
--- /dev/null
+++ b/res/res/layout/select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_multichoice.xml b/res/res/layout/select_dialog_multichoice.xml
new file mode 100644
index 00000000..2dd83a34
--- /dev/null
+++ b/res/res/layout/select_dialog_multichoice.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
diff --git a/res/res/layout/select_dialog_multichoice_holo.xml b/res/res/layout/select_dialog_multichoice_holo.xml
new file mode 100644
index 00000000..40125b73
--- /dev/null
+++ b/res/res/layout/select_dialog_multichoice_holo.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/select_dialog_multichoice_material.xml b/res/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 00000000..36e8e57b
--- /dev/null
+++ b/res/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/res/res/layout/select_dialog_singlechoice.xml b/res/res/layout/select_dialog_singlechoice.xml
new file mode 100644
index 00000000..1e18b447
--- /dev/null
+++ b/res/res/layout/select_dialog_singlechoice.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/select_dialog_singlechoice_holo.xml b/res/res/layout/select_dialog_singlechoice_holo.xml
new file mode 100644
index 00000000..545ec60a
--- /dev/null
+++ b/res/res/layout/select_dialog_singlechoice_holo.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/select_dialog_singlechoice_material.xml b/res/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 00000000..995272ad
--- /dev/null
+++ b/res/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/res/res/layout/simple_account_item.xml b/res/res/layout/simple_account_item.xml
new file mode 100644
index 00000000..29e42af3
--- /dev/null
+++ b/res/res/layout/simple_account_item.xml
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_dropdown_hint.xml b/res/res/layout/simple_dropdown_hint.xml
new file mode 100644
index 00000000..2583339e
--- /dev/null
+++ b/res/res/layout/simple_dropdown_hint.xml
@@ -0,0 +1,29 @@
+
+
+
diff --git a/res/res/layout/simple_dropdown_item_1line.xml b/res/res/layout/simple_dropdown_item_1line.xml
new file mode 100644
index 00000000..3ec930c5
--- /dev/null
+++ b/res/res/layout/simple_dropdown_item_1line.xml
@@ -0,0 +1,27 @@
+
+
+
diff --git a/res/res/layout/simple_dropdown_item_2line.xml b/res/res/layout/simple_dropdown_item_2line.xml
new file mode 100644
index 00000000..c7093b48
--- /dev/null
+++ b/res/res/layout/simple_dropdown_item_2line.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_expandable_list_item_1.xml b/res/res/layout/simple_expandable_list_item_1.xml
new file mode 100644
index 00000000..7cce12a1
--- /dev/null
+++ b/res/res/layout/simple_expandable_list_item_1.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/simple_expandable_list_item_2.xml b/res/res/layout/simple_expandable_list_item_2.xml
new file mode 100644
index 00000000..da60d7a5
--- /dev/null
+++ b/res/res/layout/simple_expandable_list_item_2.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_gallery_item.xml b/res/res/layout/simple_gallery_item.xml
new file mode 100644
index 00000000..28cb15b6
--- /dev/null
+++ b/res/res/layout/simple_gallery_item.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/simple_list_item_1.xml b/res/res/layout/simple_list_item_1.xml
new file mode 100644
index 00000000..43a5635f
--- /dev/null
+++ b/res/res/layout/simple_list_item_1.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/simple_list_item_2.xml b/res/res/layout/simple_list_item_2.xml
new file mode 100644
index 00000000..bcbc6fc8
--- /dev/null
+++ b/res/res/layout/simple_list_item_2.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_list_item_2_single_choice.xml b/res/res/layout/simple_list_item_2_single_choice.xml
new file mode 100644
index 00000000..6cdb88bc
--- /dev/null
+++ b/res/res/layout/simple_list_item_2_single_choice.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_list_item_activated_1.xml b/res/res/layout/simple_list_item_activated_1.xml
new file mode 100644
index 00000000..9b778d7b
--- /dev/null
+++ b/res/res/layout/simple_list_item_activated_1.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/simple_list_item_activated_2.xml b/res/res/layout/simple_list_item_activated_2.xml
new file mode 100644
index 00000000..50368130
--- /dev/null
+++ b/res/res/layout/simple_list_item_activated_2.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/simple_list_item_checked.xml b/res/res/layout/simple_list_item_checked.xml
new file mode 100644
index 00000000..4673e279
--- /dev/null
+++ b/res/res/layout/simple_list_item_checked.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/simple_list_item_multiple_choice.xml b/res/res/layout/simple_list_item_multiple_choice.xml
new file mode 100644
index 00000000..440b6fd8
--- /dev/null
+++ b/res/res/layout/simple_list_item_multiple_choice.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/simple_list_item_single_choice.xml b/res/res/layout/simple_list_item_single_choice.xml
new file mode 100644
index 00000000..02cb7f77
--- /dev/null
+++ b/res/res/layout/simple_list_item_single_choice.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/res/res/layout/simple_selectable_list_item.xml b/res/res/layout/simple_selectable_list_item.xml
new file mode 100644
index 00000000..40f0ed6d
--- /dev/null
+++ b/res/res/layout/simple_selectable_list_item.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/simple_spinner_dropdown_item.xml b/res/res/layout/simple_spinner_dropdown_item.xml
new file mode 100644
index 00000000..f276cfaa
--- /dev/null
+++ b/res/res/layout/simple_spinner_dropdown_item.xml
@@ -0,0 +1,26 @@
+
+
+
diff --git a/res/res/layout/simple_spinner_item.xml b/res/res/layout/simple_spinner_item.xml
new file mode 100644
index 00000000..5c7685e0
--- /dev/null
+++ b/res/res/layout/simple_spinner_item.xml
@@ -0,0 +1,27 @@
+
+
+
diff --git a/res/res/layout/sms_short_code_confirmation_dialog.xml b/res/res/layout/sms_short_code_confirmation_dialog.xml
new file mode 100644
index 00000000..d82f560f
--- /dev/null
+++ b/res/res/layout/sms_short_code_confirmation_dialog.xml
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/ssl_certificate.xml b/res/res/layout/ssl_certificate.xml
new file mode 100644
index 00000000..a69d2a37
--- /dev/null
+++ b/res/res/layout/ssl_certificate.xml
@@ -0,0 +1,286 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/status_bar_latest_event_content.xml b/res/res/layout/status_bar_latest_event_content.xml
new file mode 100644
index 00000000..9444164d
--- /dev/null
+++ b/res/res/layout/status_bar_latest_event_content.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/subscription_item_layout.xml b/res/res/layout/subscription_item_layout.xml
new file mode 100755
index 00000000..aa835f4a
--- /dev/null
+++ b/res/res/layout/subscription_item_layout.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/res/layout/tab_content.xml b/res/res/layout/tab_content.xml
new file mode 100644
index 00000000..3fa4494a
--- /dev/null
+++ b/res/res/layout/tab_content.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/tab_indicator.xml b/res/res/layout/tab_indicator.xml
new file mode 100644
index 00000000..55ab1d83
--- /dev/null
+++ b/res/res/layout/tab_indicator.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/tab_indicator_holo.xml b/res/res/layout/tab_indicator_holo.xml
new file mode 100644
index 00000000..4410b206
--- /dev/null
+++ b/res/res/layout/tab_indicator_holo.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/tab_indicator_material.xml b/res/res/layout/tab_indicator_material.xml
new file mode 100644
index 00000000..7dba219e
--- /dev/null
+++ b/res/res/layout/tab_indicator_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/test_list_item.xml b/res/res/layout/test_list_item.xml
new file mode 100644
index 00000000..ede32e88
--- /dev/null
+++ b/res/res/layout/test_list_item.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout/text_drag_thumbnail.xml b/res/res/layout/text_drag_thumbnail.xml
new file mode 100644
index 00000000..63d2c05b
--- /dev/null
+++ b/res/res/layout/text_drag_thumbnail.xml
@@ -0,0 +1,26 @@
+
+
+
diff --git a/res/res/layout/text_edit_action_popup_text.xml b/res/res/layout/text_edit_action_popup_text.xml
new file mode 100644
index 00000000..16bf30e7
--- /dev/null
+++ b/res/res/layout/text_edit_action_popup_text.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/res/res/layout/text_edit_no_paste_window.xml b/res/res/layout/text_edit_no_paste_window.xml
new file mode 100644
index 00000000..10a752cd
--- /dev/null
+++ b/res/res/layout/text_edit_no_paste_window.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/text_edit_paste_window.xml b/res/res/layout/text_edit_paste_window.xml
new file mode 100644
index 00000000..3b8dbf2d
--- /dev/null
+++ b/res/res/layout/text_edit_paste_window.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/text_edit_side_no_paste_window.xml b/res/res/layout/text_edit_side_no_paste_window.xml
new file mode 100644
index 00000000..aa695cd9
--- /dev/null
+++ b/res/res/layout/text_edit_side_no_paste_window.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/text_edit_side_paste_window.xml b/res/res/layout/text_edit_side_paste_window.xml
new file mode 100644
index 00000000..c947a198
--- /dev/null
+++ b/res/res/layout/text_edit_side_paste_window.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/text_edit_suggestion_item.xml b/res/res/layout/text_edit_suggestion_item.xml
new file mode 100644
index 00000000..a965ddd0
--- /dev/null
+++ b/res/res/layout/text_edit_suggestion_item.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
diff --git a/res/res/layout/text_edit_suggestions_window.xml b/res/res/layout/text_edit_suggestions_window.xml
new file mode 100644
index 00000000..824025e6
--- /dev/null
+++ b/res/res/layout/text_edit_suggestions_window.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
diff --git a/res/res/layout/textview_hint.xml b/res/res/layout/textview_hint.xml
new file mode 100644
index 00000000..b94dfc9c
--- /dev/null
+++ b/res/res/layout/textview_hint.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/res/res/layout/time_picker_dialog.xml b/res/res/layout/time_picker_dialog.xml
new file mode 100644
index 00000000..30fe9109
--- /dev/null
+++ b/res/res/layout/time_picker_dialog.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout/time_picker_header_material.xml b/res/res/layout/time_picker_header_material.xml
new file mode 100644
index 00000000..3c3a8a8f
--- /dev/null
+++ b/res/res/layout/time_picker_header_material.xml
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/time_picker_legacy.xml b/res/res/layout/time_picker_legacy.xml
new file mode 100644
index 00000000..4fa94f32
--- /dev/null
+++ b/res/res/layout/time_picker_legacy.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/time_picker_legacy_material.xml b/res/res/layout/time_picker_legacy_material.xml
new file mode 100644
index 00000000..c6b7d3a7
--- /dev/null
+++ b/res/res/layout/time_picker_legacy_material.xml
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/time_picker_material.xml b/res/res/layout/time_picker_material.xml
new file mode 100644
index 00000000..37a73846
--- /dev/null
+++ b/res/res/layout/time_picker_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/transient_notification.xml b/res/res/layout/transient_notification.xml
new file mode 100644
index 00000000..daa9faf7
--- /dev/null
+++ b/res/res/layout/transient_notification.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/twelve_key_entry.xml b/res/res/layout/twelve_key_entry.xml
new file mode 100644
index 00000000..7b41b50c
--- /dev/null
+++ b/res/res/layout/twelve_key_entry.xml
@@ -0,0 +1,181 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/two_line_list_item.xml b/res/res/layout/two_line_list_item.xml
new file mode 100644
index 00000000..24ba47a1
--- /dev/null
+++ b/res/res/layout/two_line_list_item.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/typing_filter.xml b/res/res/layout/typing_filter.xml
new file mode 100644
index 00000000..d8d0a400
--- /dev/null
+++ b/res/res/layout/typing_filter.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/res/res/layout/usb_storage_activity.xml b/res/res/layout/usb_storage_activity.xml
new file mode 100644
index 00000000..6dae0f97
--- /dev/null
+++ b/res/res/layout/usb_storage_activity.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/user_switching_dialog.xml b/res/res/layout/user_switching_dialog.xml
new file mode 100644
index 00000000..496783a3
--- /dev/null
+++ b/res/res/layout/user_switching_dialog.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/res/res/layout/voice_interaction_session.xml b/res/res/layout/voice_interaction_session.xml
new file mode 100644
index 00000000..48b6579a
--- /dev/null
+++ b/res/res/layout/voice_interaction_session.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/res/res/layout/web_runtime.xml b/res/res/layout/web_runtime.xml
new file mode 100644
index 00000000..4ec09644
--- /dev/null
+++ b/res/res/layout/web_runtime.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/web_text_view_dropdown.xml b/res/res/layout/web_text_view_dropdown.xml
new file mode 100644
index 00000000..1a6e9ebb
--- /dev/null
+++ b/res/res/layout/web_text_view_dropdown.xml
@@ -0,0 +1,29 @@
+
+
+
diff --git a/res/res/layout/webview_find.xml b/res/res/layout/webview_find.xml
new file mode 100644
index 00000000..da16043f
--- /dev/null
+++ b/res/res/layout/webview_find.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
diff --git a/res/res/layout/webview_select_singlechoice.xml b/res/res/layout/webview_select_singlechoice.xml
new file mode 100644
index 00000000..d3c3c15d
--- /dev/null
+++ b/res/res/layout/webview_select_singlechoice.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/res/res/layout/wifi_p2p_dialog.xml b/res/res/layout/wifi_p2p_dialog.xml
new file mode 100644
index 00000000..86dcbfab
--- /dev/null
+++ b/res/res/layout/wifi_p2p_dialog.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/wifi_p2p_dialog_row.xml b/res/res/layout/wifi_p2p_dialog_row.xml
new file mode 100644
index 00000000..2c88b108
--- /dev/null
+++ b/res/res/layout/wifi_p2p_dialog_row.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
diff --git a/res/res/layout/year_label_text_view.xml b/res/res/layout/year_label_text_view.xml
new file mode 100644
index 00000000..3ea719df
--- /dev/null
+++ b/res/res/layout/year_label_text_view.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/res/res/layout/zoom_browser_accessory_buttons.xml b/res/res/layout/zoom_browser_accessory_buttons.xml
new file mode 100644
index 00000000..a2642889
--- /dev/null
+++ b/res/res/layout/zoom_browser_accessory_buttons.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
diff --git a/res/res/layout/zoom_container.xml b/res/res/layout/zoom_container.xml
new file mode 100644
index 00000000..52bc6351
--- /dev/null
+++ b/res/res/layout/zoom_container.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
diff --git a/res/res/layout/zoom_controls.xml b/res/res/layout/zoom_controls.xml
new file mode 100644
index 00000000..95cf1d5f
--- /dev/null
+++ b/res/res/layout/zoom_controls.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
diff --git a/res/res/layout/zoom_magnify.xml b/res/res/layout/zoom_magnify.xml
new file mode 100644
index 00000000..562257c5
--- /dev/null
+++ b/res/res/layout/zoom_magnify.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
diff --git a/res/res/menu/webview_copy.xml b/res/res/menu/webview_copy.xml
new file mode 100644
index 00000000..6a1aa51b
--- /dev/null
+++ b/res/res/menu/webview_copy.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
diff --git a/res/res/menu/webview_find.xml b/res/res/menu/webview_find.xml
new file mode 100644
index 00000000..54f25d2c
--- /dev/null
+++ b/res/res/menu/webview_find.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png b/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png
new file mode 100644
index 00000000..d915d416
Binary files /dev/null and b/res/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png differ
diff --git a/res/res/mipmap-hdpi/sym_def_app_icon.png b/res/res/mipmap-hdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..cde69bcc
Binary files /dev/null and b/res/res/mipmap-hdpi/sym_def_app_icon.png differ
diff --git a/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png b/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png
new file mode 100644
index 00000000..d88250ae
Binary files /dev/null and b/res/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png differ
diff --git a/res/res/mipmap-ldpi/sym_def_app_icon.png b/res/res/mipmap-ldpi/sym_def_app_icon.png
new file mode 100644
index 00000000..2c205c84
Binary files /dev/null and b/res/res/mipmap-ldpi/sym_def_app_icon.png differ
diff --git a/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png b/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png
new file mode 100644
index 00000000..47306683
Binary files /dev/null and b/res/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png differ
diff --git a/res/res/mipmap-mdpi/sym_def_app_icon.png b/res/res/mipmap-mdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..c133a0cb
Binary files /dev/null and b/res/res/mipmap-mdpi/sym_def_app_icon.png differ
diff --git a/res/res/mipmap-xhdpi/sym_def_app_icon.png b/res/res/mipmap-xhdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..bfa42f0e
Binary files /dev/null and b/res/res/mipmap-xhdpi/sym_def_app_icon.png differ
diff --git a/res/res/mipmap-xxhdpi/sym_def_app_icon.png b/res/res/mipmap-xxhdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..324e72cd
Binary files /dev/null and b/res/res/mipmap-xxhdpi/sym_def_app_icon.png differ
diff --git a/res/res/mipmap-xxxhdpi/sym_def_app_icon.png b/res/res/mipmap-xxxhdpi/sym_def_app_icon.png
new file mode 100644
index 00000000..aee44e13
Binary files /dev/null and b/res/res/mipmap-xxxhdpi/sym_def_app_icon.png differ
diff --git a/res/res/raw/accessibility_gestures.bin b/res/res/raw/accessibility_gestures.bin
new file mode 100644
index 00000000..acd79939
Binary files /dev/null and b/res/res/raw/accessibility_gestures.bin differ
diff --git a/res/res/raw/color_fade_frag.frag b/res/res/raw/color_fade_frag.frag
new file mode 100644
index 00000000..a66a5a76
--- /dev/null
+++ b/res/res/raw/color_fade_frag.frag
@@ -0,0 +1,42 @@
+#extension GL_OES_EGL_image_external : require
+
+precision mediump float;
+uniform samplerExternalOES texUnit;
+uniform float opacity;
+uniform float saturation;
+uniform float gamma;
+varying vec2 UV;
+
+vec3 rgb2hsl(vec3 rgb)
+{
+ float e = 1.0e-7;
+
+ vec4 p = rgb.g < rgb.b ? vec4(rgb.bg, -1.0, 2.0 / 3.0) : vec4(rgb.gb, 0.0, -1.0 / 3.0);
+ vec4 q = rgb.r < p.x ? vec4(p.xyw, rgb.r) : vec4(rgb.r, p.yzx);
+
+ float v = q.x;
+ float c = v - min(q.w, q.y);
+ float h = abs((q.w - q.y) / (6.0 * c + e) + q.z);
+ float l = v - c * 0.5;
+ float s = c / (1.0 - abs(2.0 * l - 1.0) + e);
+ return clamp(vec3(h, s, l), 0.0, 1.0);
+}
+
+vec3 hsl2rgb(vec3 hsl)
+{
+ vec3 h = vec3(hsl.x * 6.0);
+ vec3 p = abs(h - vec3(3.0, 2.0, 4.0));
+ vec3 q = 2.0 - p;
+
+ vec3 rgb = clamp(vec3(p.x - 1.0, q.yz), 0.0, 1.0);
+ float c = (1.0 - abs(2.0 * hsl.z - 1.0)) * hsl.y;
+ return (rgb - vec3(0.5)) * c + hsl.z;
+}
+
+void main()
+{
+ vec4 color = texture2D(texUnit, UV);
+ vec3 hsl = rgb2hsl(color.xyz);
+ vec3 rgb = pow(hsl2rgb(vec3(hsl.x, hsl.y * saturation, hsl.z * opacity)), vec3(gamma));
+ gl_FragColor = vec4(rgb, 1.0);
+}
diff --git a/res/res/raw/color_fade_vert.vert b/res/res/raw/color_fade_vert.vert
new file mode 100644
index 00000000..d17437fe
--- /dev/null
+++ b/res/res/raw/color_fade_vert.vert
@@ -0,0 +1,13 @@
+uniform mat4 proj_matrix;
+uniform mat4 tex_matrix;
+uniform float scale;
+attribute vec2 position;
+attribute vec2 uv;
+varying vec2 UV;
+
+void main()
+{
+ vec4 transformed_uv = tex_matrix * vec4(uv.x, uv.y, 1.0, 1.0);
+ UV = transformed_uv.st / transformed_uv.q;
+ gl_Position = vec4(scale, scale, 1.0, 1.0) * (proj_matrix * vec4(position.x, position.y, 0.0, 1.0));
+}
diff --git a/res/res/raw/fallbackring.ogg b/res/res/raw/fallbackring.ogg
new file mode 100644
index 00000000..a9adeb88
Binary files /dev/null and b/res/res/raw/fallbackring.ogg differ
diff --git a/res/res/raw/incognito_mode_start_page.html b/res/res/raw/incognito_mode_start_page.html
new file mode 100644
index 00000000..5d7a3fbf
--- /dev/null
+++ b/res/res/raw/incognito_mode_start_page.html
@@ -0,0 +1,24 @@
+
+
+
+ New incognito window
+
+
+
You've gone incognito. Pages you view in this window
+ won't appear in your browser history or search history, and they won't
+ leave other traces, like cookies, on your device after you close the
+ incognito window. Any files you download or bookmarks you create will be
+ preserved, however.
+
+
Going incognito doesn't affect the behavior of other people,
+ servers, or software. Be wary of:
+
+
+
Websites that collect or share information about you
+
Internet service providers or employers that track the pages you visit
+
Malicious software that tracks your keystrokes in exchange for free smileys
+
Surveillance by secret agents
+
People standing behind you
+
+
+
diff --git a/res/res/raw/loaderror.html b/res/res/raw/loaderror.html
new file mode 100644
index 00000000..565e8e98
--- /dev/null
+++ b/res/res/raw/loaderror.html
@@ -0,0 +1,19 @@
+
+
+
+ Webpage not available
+
+
+
+
+
+