diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 44ff3bde..c4591194 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,7 +14,7 @@ + + + + + + + + + + diff --git a/external/appcompat/.project b/external/appcompat/.project new file mode 100644 index 00000000..957d33da --- /dev/null +++ b/external/appcompat/.project @@ -0,0 +1,33 @@ + + + android-support-v7-appcompat + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/external/appcompat/.settings/org.eclipse.jdt.core.prefs b/external/appcompat/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..b080d2dd --- /dev/null +++ b/external/appcompat/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/external/appcompat/AndroidManifest.xml b/external/appcompat/AndroidManifest.xml new file mode 100644 index 00000000..dac4cb27 --- /dev/null +++ b/external/appcompat/AndroidManifest.xml @@ -0,0 +1,20 @@ + + + + + + diff --git a/external/appcompat/README.txt b/external/appcompat/README.txt new file mode 100644 index 00000000..8e8de056 --- /dev/null +++ b/external/appcompat/README.txt @@ -0,0 +1,10 @@ +Library Project including compatibility ActionBar. + +This can be used by an Android project to provide +access to ActionBar on applications running on API 7+. + +There is technically no source, but the src folder is necessary +to ensure that the build system works. The content is actually +located in libs/android-support-v7-appcompat.jar. +The accompanying resources must also be included in the application. + diff --git a/external/appcompat/libs/android-support-v4.jar b/external/appcompat/libs/android-support-v4.jar new file mode 100644 index 00000000..9056828a Binary files /dev/null and b/external/appcompat/libs/android-support-v4.jar differ diff --git a/external/appcompat/libs/android-support-v7-appcompat.jar b/external/appcompat/libs/android-support-v7-appcompat.jar new file mode 100644 index 00000000..fd1d984d Binary files /dev/null and b/external/appcompat/libs/android-support-v7-appcompat.jar differ diff --git a/external/appcompat/project.properties b/external/appcompat/project.properties new file mode 100644 index 00000000..91d2b024 --- /dev/null +++ b/external/appcompat/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 +android.library=true diff --git a/external/appcompat/res/anim/abc_fade_in.xml b/external/appcompat/res/anim/abc_fade_in.xml new file mode 100644 index 00000000..da7ee295 --- /dev/null +++ b/external/appcompat/res/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/external/appcompat/res/anim/abc_fade_out.xml b/external/appcompat/res/anim/abc_fade_out.xml new file mode 100644 index 00000000..c81b39a9 --- /dev/null +++ b/external/appcompat/res/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ + + + + \ No newline at end of file diff --git a/external/appcompat/res/anim/abc_slide_in_bottom.xml b/external/appcompat/res/anim/abc_slide_in_bottom.xml new file mode 100644 index 00000000..1afa8feb --- /dev/null +++ b/external/appcompat/res/anim/abc_slide_in_bottom.xml @@ -0,0 +1,19 @@ + + + diff --git a/external/appcompat/res/anim/abc_slide_in_top.xml b/external/appcompat/res/anim/abc_slide_in_top.xml new file mode 100644 index 00000000..ab824f2e --- /dev/null +++ b/external/appcompat/res/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/external/appcompat/res/anim/abc_slide_out_bottom.xml b/external/appcompat/res/anim/abc_slide_out_bottom.xml new file mode 100644 index 00000000..b309fe89 --- /dev/null +++ b/external/appcompat/res/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/external/appcompat/res/anim/abc_slide_out_top.xml b/external/appcompat/res/anim/abc_slide_out_top.xml new file mode 100644 index 00000000..e84d1c7f --- /dev/null +++ b/external/appcompat/res/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/external/appcompat/res/color/abc_search_url_text_holo.xml b/external/appcompat/res/color/abc_search_url_text_holo.xml new file mode 100644 index 00000000..c4579faf --- /dev/null +++ b/external/appcompat/res/color/abc_search_url_text_holo.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 00000000..769463b3 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 00000000..73050476 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 00000000..712a551e Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 00000000..bf3b9438 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 00000000..6c141577 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 00000000..f4ff16be Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 00000000..cbbaec58 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 00000000..af917e5b Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 00000000..0520e5a2 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 00000000..e3e3f93b Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 00000000..1e395722 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 00000000..a16db853 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 00000000..0eff695d Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 00000000..219b170f Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 00000000..1d836f65 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 00000000..5818666d Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 00000000..564fb34b Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 00000000..ae21b760 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png b/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 00000000..897a1c11 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 00000000..0c89f714 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png b/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 00000000..d8662e3f Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 00000000..ed03f620 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png b/external/appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png new file mode 100644 index 00000000..d97c342d Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_clear_normal.png b/external/appcompat/res/drawable-hdpi/abc_ic_clear_normal.png new file mode 100644 index 00000000..33ad8d4b Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_clear_normal.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 00000000..3edbd740 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 00000000..90db01b5 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png b/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 00000000..83f36a94 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 00000000..a3cc21e6 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_go.png b/external/appcompat/res/drawable-hdpi/abc_ic_go.png new file mode 100644 index 00000000..97b825e8 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_go.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 00000000..7e1ba2ad Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 00000000..2abc4580 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 00000000..bb6aef1d Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 00000000..6f747c8f Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 00000000..682b2fde Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_search.png b/external/appcompat/res/drawable-hdpi/abc_ic_search.png new file mode 100644 index 00000000..bf8bd667 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_search.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 00000000..72e207bc Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search.png b/external/appcompat/res/drawable-hdpi/abc_ic_voice_search.png new file mode 100644 index 00000000..66d14aec Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_voice_search.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png b/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 00000000..3481c982 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 00000000..986ab0b9 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 00000000..0279e17a Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png new file mode 100644 index 00000000..55527084 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 00000000..4ea7afa0 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 00000000..5654cd69 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 00000000..5654cd69 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 00000000..f6fd30dc Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..ca8e9a27 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 00000000..72ee35f4 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 00000000..0d1f9bf0 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 00000000..465ee6d0 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 00000000..76a5c53d Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 00000000..88f8765c Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 00000000..fa68a137 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 00000000..78c63cba Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 00000000..e13a9f80 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 00000000..26d2e168 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 00000000..00ae92af Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 00000000..dc20a8d6 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 00000000..272a2a11 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 00000000..673e3bf1 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png new file mode 100644 index 00000000..d57df98b Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 00000000..6278eef4 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png b/external/appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 00000000..aadc6f87 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 00000000..70c0e739 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 00000000..36e71d85 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 00000000..4be4af5f Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 00000000..e72193f5 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 00000000..8f20b9d2 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 00000000..04f657e1 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 00000000..99309ef6 Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 00000000..9bde7fbd Binary files /dev/null and b/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 00000000..b2293670 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 00000000..0706c8af Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 00000000..d814d02d Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 00000000..b139c8e4 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 00000000..ed4ba34e Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 00000000..8f10bd52 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 00000000..743d00b6 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 00000000..17c1fb92 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 00000000..007a4b23 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 00000000..ad6e1a4d Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 00000000..0ad6c888 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 00000000..19b50abc Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 00000000..ad980b13 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 00000000..60e6c527 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 00000000..d8f1c8bd Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 00000000..31e49894 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 00000000..7c2cbe53 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 00000000..30cbdc17 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png b/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 00000000..df2d3d15 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 00000000..b2aa9c26 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png b/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 00000000..a17b6a78 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 00000000..b28b3b54 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png b/external/appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png new file mode 100644 index 00000000..79228bae Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_clear_normal.png b/external/appcompat/res/drawable-mdpi/abc_ic_clear_normal.png new file mode 100644 index 00000000..86944a87 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_clear_normal.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 00000000..c0bdf064 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 00000000..15b86cbb Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png b/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 00000000..844c99c2 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 00000000..86c170e9 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_go.png b/external/appcompat/res/drawable-mdpi/abc_ic_go.png new file mode 100644 index 00000000..bf19833f Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_go.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 00000000..8518498e Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 00000000..ba704b67 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 00000000..01d68169 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 00000000..6bf21e30 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 00000000..70fe31aa Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_search.png b/external/appcompat/res/drawable-mdpi/abc_ic_search.png new file mode 100644 index 00000000..4be72f10 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_search.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 00000000..f2e26f88 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search.png b/external/appcompat/res/drawable-mdpi/abc_ic_voice_search.png new file mode 100644 index 00000000..73c6be65 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_voice_search.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png b/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 00000000..71d838e7 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 00000000..986ab0b9 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 00000000..0279e17a Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png new file mode 100644 index 00000000..00f05d8c Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 00000000..3bf8e036 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 00000000..6e77525d Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 00000000..6e77525d Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 00000000..92da2f0d Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..42cb6463 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 00000000..31dc3429 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 00000000..755c1454 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 00000000..36779947 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 00000000..02b25f09 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 00000000..8d759468 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 00000000..716560bb Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 00000000..c3ba89c1 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 00000000..67c5358f Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 00000000..c015f43b Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 00000000..487edc22 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 00000000..2fa15e76 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 00000000..a964b222 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 00000000..c9972e74 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png new file mode 100644 index 00000000..587337ca Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 00000000..155c4fc7 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/external/appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 00000000..b1223fe3 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 00000000..081657ee Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 00000000..3f312b46 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 00000000..b086fae8 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 00000000..73c336a7 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 00000000..726e0ff4 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 00000000..726e0ff4 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 00000000..1767c169 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 00000000..1767c169 Binary files /dev/null and b/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png new file mode 100644 index 00000000..57533469 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png new file mode 100644 index 00000000..8155fe84 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png new file mode 100644 index 00000000..6cee9a12 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png new file mode 100644 index 00000000..fa4d76af Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png new file mode 100644 index 00000000..55099d49 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png new file mode 100644 index 00000000..3c4701fc Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png new file mode 100644 index 00000000..6622cbad Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png new file mode 100644 index 00000000..c4272978 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png new file mode 100644 index 00000000..a0d9c1b9 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png new file mode 100644 index 00000000..d36f99fe Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 00000000..5ad475dc Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png new file mode 100644 index 00000000..6ade5eeb Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png new file mode 100644 index 00000000..719b9234 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png new file mode 100644 index 00000000..6da264db Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png new file mode 100644 index 00000000..0bd09806 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png new file mode 100644 index 00000000..43ed26d4 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png new file mode 100644 index 00000000..6b315798 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png new file mode 100644 index 00000000..df0121bb Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png b/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png new file mode 100644 index 00000000..8ded62fb Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png new file mode 100644 index 00000000..517e9f72 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png b/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png new file mode 100644 index 00000000..2e06dd01 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png new file mode 100644 index 00000000..bb19810b Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png new file mode 100644 index 00000000..e35c5f05 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png new file mode 100644 index 00000000..7fd7aeb2 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png new file mode 100644 index 00000000..53cfbd31 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png b/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png new file mode 100644 index 00000000..d8faf900 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png new file mode 100644 index 00000000..e7c7280a Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_go.png b/external/appcompat/res/drawable-xhdpi/abc_ic_go.png new file mode 100644 index 00000000..1e2dcfa0 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_go.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png new file mode 100644 index 00000000..f12eafcd Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png new file mode 100644 index 00000000..a92fb1d4 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png new file mode 100644 index 00000000..930ca8d9 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png new file mode 100644 index 00000000..45a0f1da Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png new file mode 100644 index 00000000..528e554a Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_search.png b/external/appcompat/res/drawable-xhdpi/abc_ic_search.png new file mode 100644 index 00000000..998f91be Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_search.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png new file mode 100644 index 00000000..a4cdf1c7 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search.png b/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search.png new file mode 100644 index 00000000..c625a360 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png b/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png new file mode 100644 index 00000000..c332ba08 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png new file mode 100644 index 00000000..e62f011d Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png new file mode 100644 index 00000000..65061c0f Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png new file mode 100644 index 00000000..b545f8e5 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png new file mode 100644 index 00000000..eda10e61 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png new file mode 100644 index 00000000..e4b33935 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png new file mode 100644 index 00000000..e4b33935 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png new file mode 100644 index 00000000..88726b69 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png new file mode 100644 index 00000000..c6a7d4d8 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png new file mode 100644 index 00000000..abc48f88 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png new file mode 100644 index 00000000..48905edf Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png new file mode 100644 index 00000000..c1ad023a Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png new file mode 100644 index 00000000..a1e33d67 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png new file mode 100644 index 00000000..c43293d5 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png new file mode 100644 index 00000000..3dc481e5 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png new file mode 100644 index 00000000..9a7b1731 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png new file mode 100644 index 00000000..6888fdc0 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png new file mode 100644 index 00000000..9408b474 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png new file mode 100644 index 00000000..1cb95d16 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png new file mode 100644 index 00000000..a3c77116 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png new file mode 100644 index 00000000..2a212101 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png new file mode 100644 index 00000000..03cfb094 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png new file mode 100644 index 00000000..e4229f26 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png new file mode 100644 index 00000000..e862cb12 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/external/appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png new file mode 100644 index 00000000..f1eb6732 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png new file mode 100644 index 00000000..8fdbbf3a Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png new file mode 100644 index 00000000..4e9ae43c Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png new file mode 100644 index 00000000..98f4871b Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png new file mode 100644 index 00000000..733373ed Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png new file mode 100644 index 00000000..0c6bb036 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png new file mode 100644 index 00000000..0c6bb036 Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png new file mode 100644 index 00000000..e5bfd8ad Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png new file mode 100644 index 00000000..1743da6b Binary files /dev/null and b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png differ diff --git a/external/appcompat/res/drawable/abc_ic_clear.xml b/external/appcompat/res/drawable/abc_ic_clear.xml new file mode 100644 index 00000000..802af6f8 --- /dev/null +++ b/external/appcompat/res/drawable/abc_ic_clear.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml b/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml new file mode 100644 index 00000000..4b84efcf --- /dev/null +++ b/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/external/appcompat/res/drawable/abc_item_background_holo_dark.xml b/external/appcompat/res/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 00000000..72162c22 --- /dev/null +++ b/external/appcompat/res/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_item_background_holo_light.xml b/external/appcompat/res/drawable/abc_item_background_holo_light.xml new file mode 100644 index 00000000..1c180b2e --- /dev/null +++ b/external/appcompat/res/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 00000000..0add58c8 --- /dev/null +++ b/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml b/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 00000000..0c1d3e67 --- /dev/null +++ b/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,20 @@ + + + + + + + diff --git a/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml b/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 00000000..1fb5fc45 --- /dev/null +++ b/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_list_selector_holo_light.xml b/external/appcompat/res/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 00000000..8d240472 --- /dev/null +++ b/external/appcompat/res/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_search_dropdown_dark.xml b/external/appcompat/res/drawable/abc_search_dropdown_dark.xml new file mode 100644 index 00000000..75e89175 --- /dev/null +++ b/external/appcompat/res/drawable/abc_search_dropdown_dark.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_search_dropdown_light.xml b/external/appcompat/res/drawable/abc_search_dropdown_light.xml new file mode 100644 index 00000000..80d4928f --- /dev/null +++ b/external/appcompat/res/drawable/abc_search_dropdown_light.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml b/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml new file mode 100644 index 00000000..934b374e --- /dev/null +++ b/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml b/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml new file mode 100644 index 00000000..dd0245e9 --- /dev/null +++ b/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml b/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml new file mode 100644 index 00000000..3c828d85 --- /dev/null +++ b/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml b/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml new file mode 100644 index 00000000..6e9bc4cc --- /dev/null +++ b/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml b/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml new file mode 100644 index 00000000..a02e4b01 --- /dev/null +++ b/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_dark.xml b/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_dark.xml new file mode 100644 index 00000000..b55a995e --- /dev/null +++ b/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_dark.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_light.xml b/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_light.xml new file mode 100644 index 00000000..77102325 --- /dev/null +++ b/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_light.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/external/appcompat/res/layout-v11/abc_action_bar_decor.xml b/external/appcompat/res/layout-v11/abc_action_bar_decor.xml new file mode 100644 index 00000000..a212d563 --- /dev/null +++ b/external/appcompat/res/layout-v11/abc_action_bar_decor.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml b/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml new file mode 100644 index 00000000..4ce359bb --- /dev/null +++ b/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_action_bar_decor.xml b/external/appcompat/res/layout/abc_action_bar_decor.xml new file mode 100644 index 00000000..327e26f0 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_decor.xml @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_decor_include.xml b/external/appcompat/res/layout/abc_action_bar_decor_include.xml new file mode 100644 index 00000000..3f2356bc --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_decor_include.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml b/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml new file mode 100644 index 00000000..5ea8fc10 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_home.xml b/external/appcompat/res/layout/abc_action_bar_home.xml new file mode 100644 index 00000000..7063c36f --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_home.xml @@ -0,0 +1,38 @@ + + + + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_tab.xml b/external/appcompat/res/layout/abc_action_bar_tab.xml new file mode 100644 index 00000000..06043a24 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_tab.xml @@ -0,0 +1,22 @@ + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_tabbar.xml b/external/appcompat/res/layout/abc_action_bar_tabbar.xml new file mode 100644 index 00000000..08f9c891 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_tabbar.xml @@ -0,0 +1,22 @@ + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_title_item.xml b/external/appcompat/res/layout/abc_action_bar_title_item.xml new file mode 100644 index 00000000..0cb1237d --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_title_item.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + diff --git a/external/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml b/external/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 00000000..5c105ab5 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_action_menu_item_layout.xml b/external/appcompat/res/layout/abc_action_menu_item_layout.xml new file mode 100644 index 00000000..150ea50d --- /dev/null +++ b/external/appcompat/res/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,30 @@ + + + + diff --git a/external/appcompat/res/layout/abc_action_menu_layout.xml b/external/appcompat/res/layout/abc_action_menu_layout.xml new file mode 100644 index 00000000..37a02e63 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_menu_layout.xml @@ -0,0 +1,24 @@ + + + + diff --git a/external/appcompat/res/layout/abc_action_mode_bar.xml b/external/appcompat/res/layout/abc_action_mode_bar.xml new file mode 100644 index 00000000..b81cd859 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_mode_bar.xml @@ -0,0 +1,24 @@ + + + diff --git a/external/appcompat/res/layout/abc_action_mode_close_item.xml b/external/appcompat/res/layout/abc_action_mode_close_item.xml new file mode 100644 index 00000000..2c76b8b7 --- /dev/null +++ b/external/appcompat/res/layout/abc_action_mode_close_item.xml @@ -0,0 +1,32 @@ + + + + + + diff --git a/external/appcompat/res/layout/abc_activity_chooser_view.xml b/external/appcompat/res/layout/abc_activity_chooser_view.xml new file mode 100644 index 00000000..eb42598a --- /dev/null +++ b/external/appcompat/res/layout/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_activity_chooser_view_include.xml b/external/appcompat/res/layout/abc_activity_chooser_view_include.xml new file mode 100644 index 00000000..975b13e5 --- /dev/null +++ b/external/appcompat/res/layout/abc_activity_chooser_view_include.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_activity_chooser_view_list_item.xml b/external/appcompat/res/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 00000000..887427d8 --- /dev/null +++ b/external/appcompat/res/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_expanded_menu_layout.xml b/external/appcompat/res/layout/abc_expanded_menu_layout.xml new file mode 100644 index 00000000..f4af8823 --- /dev/null +++ b/external/appcompat/res/layout/abc_expanded_menu_layout.xml @@ -0,0 +1,21 @@ + + + + diff --git a/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml b/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml new file mode 100644 index 00000000..d9c3f068 --- /dev/null +++ b/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml @@ -0,0 +1,26 @@ + + + + + + diff --git a/external/appcompat/res/layout/abc_list_menu_item_icon.xml b/external/appcompat/res/layout/abc_list_menu_item_icon.xml new file mode 100644 index 00000000..acd005a1 --- /dev/null +++ b/external/appcompat/res/layout/abc_list_menu_item_icon.xml @@ -0,0 +1,28 @@ + + + + + diff --git a/external/appcompat/res/layout/abc_list_menu_item_layout.xml b/external/appcompat/res/layout/abc_list_menu_item_layout.xml new file mode 100644 index 00000000..d3be7824 --- /dev/null +++ b/external/appcompat/res/layout/abc_list_menu_item_layout.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/layout/abc_list_menu_item_radio.xml b/external/appcompat/res/layout/abc_list_menu_item_radio.xml new file mode 100644 index 00000000..0ca8d7a2 --- /dev/null +++ b/external/appcompat/res/layout/abc_list_menu_item_radio.xml @@ -0,0 +1,24 @@ + + + + diff --git a/external/appcompat/res/layout/abc_popup_menu_item_layout.xml b/external/appcompat/res/layout/abc_popup_menu_item_layout.xml new file mode 100644 index 00000000..1e4e27de --- /dev/null +++ b/external/appcompat/res/layout/abc_popup_menu_item_layout.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml b/external/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml new file mode 100644 index 00000000..ffc3aedf --- /dev/null +++ b/external/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_search_view.xml b/external/appcompat/res/layout/abc_search_view.xml new file mode 100644 index 00000000..da8adb80 --- /dev/null +++ b/external/appcompat/res/layout/abc_search_view.xml @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/layout/support_simple_spinner_dropdown_item.xml b/external/appcompat/res/layout/support_simple_spinner_dropdown_item.xml new file mode 100644 index 00000000..d2f177ac --- /dev/null +++ b/external/appcompat/res/layout/support_simple_spinner_dropdown_item.xml @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/external/appcompat/res/values-af/strings.xml b/external/appcompat/res/values-af/strings.xml new file mode 100644 index 00000000..f7348c46 --- /dev/null +++ b/external/appcompat/res/values-af/strings.xml @@ -0,0 +1,32 @@ + + + + + "Klaar" + "Navigeer tuis" + "Navigeer op" + "Nog opsies" + "Soek" + "Soeknavraag" + "Vee navraag uit" + "Dien navraag in" + "Stemsoektog" + "Kies \'n program" + "Sien alles" + "Deel met %s" + "Deel met" + diff --git a/external/appcompat/res/values-am/strings.xml b/external/appcompat/res/values-am/strings.xml new file mode 100644 index 00000000..e849b318 --- /dev/null +++ b/external/appcompat/res/values-am/strings.xml @@ -0,0 +1,32 @@ + + + + + "ተከናውኗል" + "ወደ መነሻ ይዳስሱ" + "ወደ ላይ ይዳስሱ" + "ተጨማሪ አማራጮች" + "ፍለጋ" + "የፍለጋ ጥያቄ" + "መጠይቅ አጽዳ" + "መጠይቅ ያስረክቡ" + "የድምፅ ፍለጋ" + "መተግበሪያ ይምረጡ" + "ሁሉንም ይመልከቱ" + "ከ%s ጋር ያጋሩ" + "ከሚከተለው ጋር ያጋሩ" + diff --git a/external/appcompat/res/values-ar/strings.xml b/external/appcompat/res/values-ar/strings.xml new file mode 100644 index 00000000..be41ac8a --- /dev/null +++ b/external/appcompat/res/values-ar/strings.xml @@ -0,0 +1,32 @@ + + + + + "تم" + "التنقل إلى الشاشة الرئيسية" + "التنقل إلى أعلى" + "خيارات إضافية" + "بحث" + "طلب البحث" + "محو طلب البحث" + "إرسال طلب البحث" + "البحث الصوتي" + "اختيار تطبيق" + "عرض الكل" + "مشاركة مع %s" + "مشاركة مع" + diff --git a/external/appcompat/res/values-bg/strings.xml b/external/appcompat/res/values-bg/strings.xml new file mode 100644 index 00000000..de3bde8f --- /dev/null +++ b/external/appcompat/res/values-bg/strings.xml @@ -0,0 +1,32 @@ + + + + + "Готово" + "Придвижване към „Начало“" + "Придвижване нагоре" + "Още опции" + "Търсене" + "Заявка за търсене" + "Изчистване на заявката" + "Изпращане на заявката" + "Гласово търсене" + "Изберете приложение" + "Вижте всички" + "Споделяне със: %s" + "Споделяне със:" + diff --git a/external/appcompat/res/values-ca/strings.xml b/external/appcompat/res/values-ca/strings.xml new file mode 100644 index 00000000..bfd4cb07 --- /dev/null +++ b/external/appcompat/res/values-ca/strings.xml @@ -0,0 +1,32 @@ + + + + + "Fet" + "Navega a la pàgina d\'inici" + "Navega cap a dalt" + "Més opcions" + "Cerca" + "Consulta de cerca" + "Esborra la consulta" + "Envia la consulta" + "Cerca per veu" + "Selecciona una aplicació" + "Mostra\'ls tots" + "Comparteix amb %s" + "Comparteix amb" + diff --git a/external/appcompat/res/values-cs/strings.xml b/external/appcompat/res/values-cs/strings.xml new file mode 100644 index 00000000..1465fdcd --- /dev/null +++ b/external/appcompat/res/values-cs/strings.xml @@ -0,0 +1,32 @@ + + + + + "Hotovo" + "Přejít na plochu" + "Přejít nahoru" + "Více možností" + "Hledat" + "Vyhledávací dotaz" + "Smazat dotaz" + "Odeslat dotaz" + "Hlasové vyhledávání" + "Vybrat aplikaci" + "Zobrazit vše" + "Sdílet pomocí %s" + "Sdílet pomocí" + diff --git a/external/appcompat/res/values-da/strings.xml b/external/appcompat/res/values-da/strings.xml new file mode 100644 index 00000000..b178513e --- /dev/null +++ b/external/appcompat/res/values-da/strings.xml @@ -0,0 +1,32 @@ + + + + + "Luk" + "Naviger hjem" + "Naviger op" + "Flere muligheder" + "Søg" + "Søgeforespørgsel" + "Ryd forespørgslen" + "Indsend forespørgslen" + "Stemmesøgning" + "Vælg en app" + "Se alle" + "Del med %s" + "Del med" + diff --git a/external/appcompat/res/values-de/strings.xml b/external/appcompat/res/values-de/strings.xml new file mode 100644 index 00000000..6da4b713 --- /dev/null +++ b/external/appcompat/res/values-de/strings.xml @@ -0,0 +1,32 @@ + + + + + "Fertig" + "Zur Startseite" + "Nach oben" + "Weitere Optionen" + "Suchen" + "Suchanfrage" + "Suchanfrage löschen" + "Suchanfrage senden" + "Sprachsuche" + "App auswählen" + "Alle ansehen" + "Freigeben für %s" + "Freigeben für" + diff --git a/external/appcompat/res/values-el/strings.xml b/external/appcompat/res/values-el/strings.xml new file mode 100644 index 00000000..4c0e286f --- /dev/null +++ b/external/appcompat/res/values-el/strings.xml @@ -0,0 +1,32 @@ + + + + + "Τέλος" + "Πλοήγηση στην αρχική σελίδα" + "Πλοήγηση προς τα επάνω" + "Περισσότερες επιλογές" + "Αναζήτηση" + "Ερώτημα αναζήτησης" + "Διαγραφή ερωτήματος" + "Υποβολή ερωτήματος" + "Φωνητική αναζήτηση" + "Επιλέξτε κάποια εφαρμογή" + "Προβολή όλων" + "Κοινή χρήση με %s" + "Κοινή χρήση με" + diff --git a/external/appcompat/res/values-en-rGB/strings.xml b/external/appcompat/res/values-en-rGB/strings.xml new file mode 100644 index 00000000..3ec0b0e9 --- /dev/null +++ b/external/appcompat/res/values-en-rGB/strings.xml @@ -0,0 +1,32 @@ + + + + + "Finished" + "Navigate home" + "Navigate up" + "More options" + "Search" + "Search query" + "Clear query" + "Submit query" + "Voice search" + "Choose an app" + "See all" + "Share with %s" + "Share with" + diff --git a/external/appcompat/res/values-en-rIN/strings.xml b/external/appcompat/res/values-en-rIN/strings.xml new file mode 100644 index 00000000..3ec0b0e9 --- /dev/null +++ b/external/appcompat/res/values-en-rIN/strings.xml @@ -0,0 +1,32 @@ + + + + + "Finished" + "Navigate home" + "Navigate up" + "More options" + "Search" + "Search query" + "Clear query" + "Submit query" + "Voice search" + "Choose an app" + "See all" + "Share with %s" + "Share with" + diff --git a/external/appcompat/res/values-es-rUS/strings.xml b/external/appcompat/res/values-es-rUS/strings.xml new file mode 100644 index 00000000..6ab7942b --- /dev/null +++ b/external/appcompat/res/values-es-rUS/strings.xml @@ -0,0 +1,32 @@ + + + + + "Listo" + "Navegar a la página principal" + "Navegar hacia arriba" + "Más opciones" + "Búsqueda" + "Consulta de búsqueda" + "Eliminar la consulta" + "Enviar consulta" + "Búsqueda por voz" + "Elige una aplicación." + "Ver todo" + "Compartir con %s" + "Compartir con" + diff --git a/external/appcompat/res/values-es/strings.xml b/external/appcompat/res/values-es/strings.xml new file mode 100644 index 00000000..ed15b35c --- /dev/null +++ b/external/appcompat/res/values-es/strings.xml @@ -0,0 +1,32 @@ + + + + + "Listo" + "Ir a la pantalla de inicio" + "Desplazarse hacia arriba" + "Más opciones" + "Buscar" + "Consulta" + "Borrar consulta" + "Enviar consulta" + "Búsqueda por voz" + "Seleccionar una aplicación" + "Ver todo" + "Compartir con %s" + "Compartir con" + diff --git a/external/appcompat/res/values-et-rEE/strings.xml b/external/appcompat/res/values-et-rEE/strings.xml new file mode 100644 index 00000000..2ae925d4 --- /dev/null +++ b/external/appcompat/res/values-et-rEE/strings.xml @@ -0,0 +1,32 @@ + + + + + "Valmis" + "Navigeerimine avaekraanile" + "Navigeerimine üles" + "Rohkem valikuid" + "Otsing" + "Otsingupäring" + "Päringu tühistamine" + "Päringu esitamine" + "Häälotsing" + "Valige rakendus" + "Kuva kõik" + "Jagamine kasutajaga %s" + "Jagamine:" + diff --git a/external/appcompat/res/values-fa/strings.xml b/external/appcompat/res/values-fa/strings.xml new file mode 100644 index 00000000..989df148 --- /dev/null +++ b/external/appcompat/res/values-fa/strings.xml @@ -0,0 +1,32 @@ + + + + + "انجام شد" + "پیمایش به صفحه اصلی" + "پیمایش به بالا" + "گزینه‌های بیشتر" + "جستجو" + "عبارت جستجو" + "پاک کردن عبارت جستجو" + "ارسال عبارت جستجو" + "جستجوی شفاهی" + "انتخاب برنامه" + "مشاهده همه" + "اشتراک‌گذاری با %s" + "اشتراک‌گذاری با" + diff --git a/external/appcompat/res/values-fi/strings.xml b/external/appcompat/res/values-fi/strings.xml new file mode 100644 index 00000000..6755ceaa --- /dev/null +++ b/external/appcompat/res/values-fi/strings.xml @@ -0,0 +1,32 @@ + + + + + "Valmis" + "Siirry etusivulle" + "Siirry ylös" + "Lisää" + "Haku" + "Hakulauseke" + "Tyhjennä kysely" + "Lähetä kysely" + "Puhehaku" + "Valitse sovellus" + "Näytä kaikki" + "Jakaminen: %s" + "Jakaminen:" + diff --git a/external/appcompat/res/values-fr-rCA/strings.xml b/external/appcompat/res/values-fr-rCA/strings.xml new file mode 100644 index 00000000..417705a7 --- /dev/null +++ b/external/appcompat/res/values-fr-rCA/strings.xml @@ -0,0 +1,32 @@ + + + + + "Terminé" + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "Rechercher" + "Requête de recherche" + "Effacer la requête" + "Envoyer la requête" + "Recherche vocale" + "Sélectionnez une application" + "Voir toutes les chaînes" + "Partager avec %s" + "Partager avec" + diff --git a/external/appcompat/res/values-fr/strings.xml b/external/appcompat/res/values-fr/strings.xml new file mode 100644 index 00000000..27b8f389 --- /dev/null +++ b/external/appcompat/res/values-fr/strings.xml @@ -0,0 +1,32 @@ + + + + + "OK" + "Revenir à l\'accueil" + "Revenir en haut de la page" + "Plus d\'options" + "Rechercher" + "Requête de recherche" + "Effacer la requête" + "Envoyer la requête" + "Recherche vocale" + "Sélectionner une application" + "Tout afficher" + "Partager avec %s" + "Partager avec" + diff --git a/external/appcompat/res/values-hi/strings.xml b/external/appcompat/res/values-hi/strings.xml new file mode 100644 index 00000000..b236ebb5 --- /dev/null +++ b/external/appcompat/res/values-hi/strings.xml @@ -0,0 +1,32 @@ + + + + + "पूर्ण" + "मुखपृष्ठ पर नेविगेट करें" + "ऊपर नेविगेट करें" + "अधिक विकल्प" + "खोजें" + "खोज क्वेरी" + "क्‍वेरी साफ़ करें" + "क्वेरी सबमिट करें" + "ध्वनि खोज" + "कोई एप्‍लिकेशन चुनें" + "सभी देखें" + "%s के साथ साझा करें" + "इसके द्वारा साझा करें" + diff --git a/external/appcompat/res/values-hr/strings.xml b/external/appcompat/res/values-hr/strings.xml new file mode 100644 index 00000000..680e39f9 --- /dev/null +++ b/external/appcompat/res/values-hr/strings.xml @@ -0,0 +1,32 @@ + + + + + "Gotovo" + "Idi na početnu" + "Idi gore" + "Dodatne opcije" + "Pretraživanje" + "Upit za pretraživanje" + "Izbriši upit" + "Pošalji upit" + "Glasovno pretraživanje" + "Odabir aplikacije" + "Prikaži sve" + "Dijeljenje sa: %s" + "Dijeljenje sa" + diff --git a/external/appcompat/res/values-hu/strings.xml b/external/appcompat/res/values-hu/strings.xml new file mode 100644 index 00000000..52dafb0e --- /dev/null +++ b/external/appcompat/res/values-hu/strings.xml @@ -0,0 +1,32 @@ + + + + + "Kész" + "Ugrás a főoldalra" + "Felfelé mozgatás" + "További lehetőségek" + "Keresés" + "Keresési lekérdezés" + "Lekérdezés törlése" + "Lekérdezés küldése" + "Hangalapú keresés" + "Válasszon ki egy alkalmazást" + "Összes megtekintése" + "Megosztás a következővel: %s" + "Megosztás a következővel:" + diff --git a/external/appcompat/res/values-hy-rAM/strings.xml b/external/appcompat/res/values-hy-rAM/strings.xml new file mode 100644 index 00000000..6c0ee27c --- /dev/null +++ b/external/appcompat/res/values-hy-rAM/strings.xml @@ -0,0 +1,32 @@ + + + + + "Կատարված է" + "Ուղղվել տուն" + "Ուղղվել վերև" + "Այլ ընտրանքներ" + "Որոնել" + "Որոնման հարցում" + "Մաքրել հարցումը" + "Ուղարկել հարցումը" + "Ձայնային որոնում" + "Ընտրել ծրագիր" + "Տեսնել բոլորը" + "Տարածել ըստ %s" + "Տարածել" + diff --git a/external/appcompat/res/values-in/strings.xml b/external/appcompat/res/values-in/strings.xml new file mode 100644 index 00000000..9481e836 --- /dev/null +++ b/external/appcompat/res/values-in/strings.xml @@ -0,0 +1,32 @@ + + + + + "Selesai" + "Navigasi ke beranda" + "Navigasi naik" + "Opsi lain" + "Telusuri" + "Kueri penelusuran" + "Hapus kueri" + "Kirim kueri" + "Penelusuran suara" + "Pilih aplikasi" + "Lihat semua" + "Bagikan dengan %s" + "Bagikan dengan" + diff --git a/external/appcompat/res/values-it/strings.xml b/external/appcompat/res/values-it/strings.xml new file mode 100644 index 00000000..a8b0f2c1 --- /dev/null +++ b/external/appcompat/res/values-it/strings.xml @@ -0,0 +1,32 @@ + + + + + "Fine" + "Vai alla home page" + "Vai in alto" + "Altre opzioni" + "Cerca" + "Query di ricerca" + "Cancella query" + "Invia query" + "Ricerca vocale" + "Scegli un\'applicazione" + "Visualizza tutte" + "Condividi con %s" + "Condividi con" + diff --git a/external/appcompat/res/values-iw/strings.xml b/external/appcompat/res/values-iw/strings.xml new file mode 100644 index 00000000..07609b04 --- /dev/null +++ b/external/appcompat/res/values-iw/strings.xml @@ -0,0 +1,32 @@ + + + + + "בוצע" + "נווט לדף הבית" + "נווט למעלה" + "עוד אפשרויות" + "חפש" + "שאילתת חיפוש" + "מחק שאילתה" + "שלח שאילתה" + "חיפוש קולי" + "בחר אפליקציה" + "ראה הכול" + "שתף עם %s" + "שתף עם" + diff --git a/external/appcompat/res/values-ja/strings.xml b/external/appcompat/res/values-ja/strings.xml new file mode 100644 index 00000000..659358a7 --- /dev/null +++ b/external/appcompat/res/values-ja/strings.xml @@ -0,0 +1,32 @@ + + + + + "完了" + "ホームへ移動" + "上へ移動" + "その他のオプション" + "検索" + "検索キーワード" + "検索キーワードを削除" + "検索キーワードを送信" + "音声検索" + "アプリの選択" + "すべて表示" + "%sと共有" + "共有" + diff --git a/external/appcompat/res/values-ka-rGE/strings.xml b/external/appcompat/res/values-ka-rGE/strings.xml new file mode 100644 index 00000000..0c430b1c --- /dev/null +++ b/external/appcompat/res/values-ka-rGE/strings.xml @@ -0,0 +1,32 @@ + + + + + "დასრულდა" + "მთავარზე ნავიგაცია" + "ზემოთ ნავიგაცია" + "მეტი ვარიანტები" + "ძიება" + "ძიების მოთხოვნა" + "მოთხოვნის გასუფთავება" + "მოთხოვნის გადაგზავნა" + "ხმოვანი ძიება" + "აპის არჩევა" + "ყველას ნახვა" + "%s-თან გაზიარება" + "გაზიარება:" + diff --git a/external/appcompat/res/values-km-rKH/strings.xml b/external/appcompat/res/values-km-rKH/strings.xml new file mode 100644 index 00000000..597aec5e --- /dev/null +++ b/external/appcompat/res/values-km-rKH/strings.xml @@ -0,0 +1,32 @@ + + + + + "រួចរាល់" + "រកមើល​ទៅ​ដើម" + "រកមើល​ឡើងលើ" + "ជម្រើស​ច្រើន​ទៀត" + "ស្វែងរក" + "ស្វែងរក​សំណួរ" + "សម្អាត​សំណួរ" + "ដាក់​​​ស្នើ​សំណួរ" + "ការស្វែងរក​សំឡេង" + "ជ្រើស​កម្មវិធី" + "មើល​ទាំងអស់" + "ចែករំលែក​ជាមួយ %s" + "ចែករំលែក​ជាមួយ" + diff --git a/external/appcompat/res/values-ko/strings.xml b/external/appcompat/res/values-ko/strings.xml new file mode 100644 index 00000000..d3319758 --- /dev/null +++ b/external/appcompat/res/values-ko/strings.xml @@ -0,0 +1,32 @@ + + + + + "완료" + "홈 탐색" + "위로 탐색" + "옵션 더보기" + "검색" + "검색어" + "검색어 삭제" + "검색어 보내기" + "음성 검색" + "앱 선택" + "전체 보기" + "%s와(과) 공유" + "공유 대상" + diff --git a/external/appcompat/res/values-land/bools.xml b/external/appcompat/res/values-land/bools.xml new file mode 100644 index 00000000..cdadd69f --- /dev/null +++ b/external/appcompat/res/values-land/bools.xml @@ -0,0 +1,20 @@ + + + + + false + true + diff --git a/external/appcompat/res/values-land/config.xml b/external/appcompat/res/values-land/config.xml new file mode 100644 index 00000000..d0d990dc --- /dev/null +++ b/external/appcompat/res/values-land/config.xml @@ -0,0 +1,18 @@ + + + + true + diff --git a/external/appcompat/res/values-land/dimens.xml b/external/appcompat/res/values-land/dimens.xml new file mode 100644 index 00000000..9aaf587f --- /dev/null +++ b/external/appcompat/res/values-land/dimens.xml @@ -0,0 +1,32 @@ + + + + + + 40dip + + 4dip + + 16dp + + 12dp + + -2dp + + 4dip + + 32dp + \ No newline at end of file diff --git a/external/appcompat/res/values-large/bools.xml b/external/appcompat/res/values-large/bools.xml new file mode 100644 index 00000000..cdadd69f --- /dev/null +++ b/external/appcompat/res/values-large/bools.xml @@ -0,0 +1,20 @@ + + + + + false + true + diff --git a/external/appcompat/res/values-large/config.xml b/external/appcompat/res/values-large/config.xml new file mode 100644 index 00000000..c4f04a30 --- /dev/null +++ b/external/appcompat/res/values-large/config.xml @@ -0,0 +1,30 @@ + + + + + + + true + + + 440dp + \ No newline at end of file diff --git a/external/appcompat/res/values-large/dimens.xml b/external/appcompat/res/values-large/dimens.xml new file mode 100644 index 00000000..dd9ecd9a --- /dev/null +++ b/external/appcompat/res/values-large/dimens.xml @@ -0,0 +1,25 @@ + + + + + + 192dip + + 4 + + diff --git a/external/appcompat/res/values-lo-rLA/strings.xml b/external/appcompat/res/values-lo-rLA/strings.xml new file mode 100644 index 00000000..7eb42ea8 --- /dev/null +++ b/external/appcompat/res/values-lo-rLA/strings.xml @@ -0,0 +1,32 @@ + + + + + "ແລ້ວໆ" + "ກັບໄປໜ້າຫຼັກ" + "ຂຶ້ນເທິງ" + "ໂຕເລືອກອື່ນ" + "ຊອກຫາ" + "ຊອກຫາ" + "ລຶບຂໍ້ຄວາມຊອກຫາ" + "ສົ່ງການຊອກຫາ" + "ຊອກຫາດ້ວຍສຽງ" + "ເລືອກແອັບຯ" + "ເບິ່ງທັງຫມົດ" + "ແບ່ງ​ປັນ​ກັບ​ %s" + "ແບ່ງປັນກັບ" + diff --git a/external/appcompat/res/values-lt/strings.xml b/external/appcompat/res/values-lt/strings.xml new file mode 100644 index 00000000..c4738a73 --- /dev/null +++ b/external/appcompat/res/values-lt/strings.xml @@ -0,0 +1,32 @@ + + + + + "Atlikta" + "Eiti į pagrindinį puslapį" + "Eiti į viršų" + "Daugiau parinkčių" + "Paieška" + "Paieškos užklausa" + "Išvalyti užklausą" + "Pateikti užklausą" + "Paieška balsu" + "Pasirinkti programą" + "Peržiūrėti viską" + "Bendrinti naudojant „%s“" + "Bendrinti naudojant" + diff --git a/external/appcompat/res/values-lv/strings.xml b/external/appcompat/res/values-lv/strings.xml new file mode 100644 index 00000000..c33858a1 --- /dev/null +++ b/external/appcompat/res/values-lv/strings.xml @@ -0,0 +1,32 @@ + + + + + "Gatavs" + "Pārvietoties uz sākuma ekrānu" + "Pārvietoties augšup" + "Vairāk opciju" + "Meklēt" + "Meklēšanas vaicājums" + "Notīrīt vaicājumu" + "Iesniegt vaicājumu" + "Meklēšana ar balsi" + "Izvēlieties lietotni" + "Skatīt visu" + "Kopīgot ar %s" + "Kopīgot ar:" + diff --git a/external/appcompat/res/values-mn-rMN/strings.xml b/external/appcompat/res/values-mn-rMN/strings.xml new file mode 100644 index 00000000..203e9596 --- /dev/null +++ b/external/appcompat/res/values-mn-rMN/strings.xml @@ -0,0 +1,32 @@ + + + + + "Дууссан" + "Нүүр хуудас руу шилжих" + "Дээш шилжих" + "Нэмэлт сонголтууд" + "Хайх" + "Хайх асуулга" + "Асуулгыг цэвэрлэх" + "Асуулгыг илгээх" + "Дуут хайлт" + "Апп сонгох" + "Бүгдийг харах" + "%s-тай хуваалцах" + "Хуваалцах" + diff --git a/external/appcompat/res/values-ms-rMY/strings.xml b/external/appcompat/res/values-ms-rMY/strings.xml new file mode 100644 index 00000000..b1740682 --- /dev/null +++ b/external/appcompat/res/values-ms-rMY/strings.xml @@ -0,0 +1,32 @@ + + + + + "Selesai" + "Navigasi skrin utama" + "Navigasi ke atas" + "Lagi pilihan" + "Cari" + "Pertanyaan carian" + "Kosongkan pertanyaan" + "Serah pertanyaan" + "Carian suara" + "Pilih apl" + "Lihat semua" + "Kongsi dengan %s" + "Kongsi dengan" + diff --git a/external/appcompat/res/values-nb/strings.xml b/external/appcompat/res/values-nb/strings.xml new file mode 100644 index 00000000..0d70b3b0 --- /dev/null +++ b/external/appcompat/res/values-nb/strings.xml @@ -0,0 +1,32 @@ + + + + + "Fullført" + "Gå til startsiden" + "Gå opp" + "Flere alternativer" + "Søk" + "Søkeord" + "Slett søket" + "Utfør søket" + "Talesøk" + "Velg en app" + "Se alle" + "Del med %s" + "Del med" + diff --git a/external/appcompat/res/values-nl/strings.xml b/external/appcompat/res/values-nl/strings.xml new file mode 100644 index 00000000..1375f9e3 --- /dev/null +++ b/external/appcompat/res/values-nl/strings.xml @@ -0,0 +1,32 @@ + + + + + "Gereed" + "Navigeren naar startpositie" + "Omhoog navigeren" + "Meer opties" + "Zoeken" + "Zoekopdracht" + "Zoekopdracht wissen" + "Zoekopdracht verzenden" + "Gesproken zoekopdracht" + "Een app selecteren" + "Alles weergeven" + "Delen met %s" + "Delen met" + diff --git a/external/appcompat/res/values-pl/strings.xml b/external/appcompat/res/values-pl/strings.xml new file mode 100644 index 00000000..aa1ba79b --- /dev/null +++ b/external/appcompat/res/values-pl/strings.xml @@ -0,0 +1,32 @@ + + + + + "Gotowe" + "Przejdź do strony głównej" + "Przejdź wyżej" + "Więcej opcji" + "Szukaj" + "Wyszukiwane hasło" + "Wyczyść zapytanie" + "Wyślij zapytanie" + "Wyszukiwanie głosowe" + "Wybierz aplikację" + "Zobacz wszystkie" + "Udostępnij dla %s" + "Udostępnij dla" + diff --git a/external/appcompat/res/values-pt-rPT/strings.xml b/external/appcompat/res/values-pt-rPT/strings.xml new file mode 100644 index 00000000..0d63f5f3 --- /dev/null +++ b/external/appcompat/res/values-pt-rPT/strings.xml @@ -0,0 +1,32 @@ + + + + + "Concluído" + "Navegar para a página inicial" + "Navegar para cima" + "Mais opções" + "Pesquisar" + "Consulta de pesquisa" + "Limpar consulta" + "Enviar consulta" + "Pesquisa por voz" + "Escolher uma aplicação" + "Ver tudo" + "Partilhar com %s" + "Partilhar com" + diff --git a/external/appcompat/res/values-pt/strings.xml b/external/appcompat/res/values-pt/strings.xml new file mode 100644 index 00000000..88b09ea6 --- /dev/null +++ b/external/appcompat/res/values-pt/strings.xml @@ -0,0 +1,32 @@ + + + + + "Concluído" + "Navegar para a página inicial" + "Navegar para cima" + "Mais opções" + "Pesquisar" + "Consulta de pesquisa" + "Limpar consulta" + "Enviar consulta" + "Pesquisa por voz" + "Selecione um aplicativo" + "Ver tudo" + "Compartilhar com %s" + "Compartilhar com" + diff --git a/external/appcompat/res/values-ro/strings.xml b/external/appcompat/res/values-ro/strings.xml new file mode 100644 index 00000000..36a7b31f --- /dev/null +++ b/external/appcompat/res/values-ro/strings.xml @@ -0,0 +1,32 @@ + + + + + "Terminat" + "Navigați la ecranul de pornire" + "Navigați în sus" + "Mai multe opțiuni" + "Căutați" + "Interogare de căutare" + "Ștergeți interogarea" + "Trimiteți interogarea" + "Căutare vocală" + "Alegeți o aplicaţie" + "Afișați-le pe toate" + "Trimiteți la %s" + "Trimiteți la" + diff --git a/external/appcompat/res/values-ru/strings.xml b/external/appcompat/res/values-ru/strings.xml new file mode 100644 index 00000000..5c22e5e8 --- /dev/null +++ b/external/appcompat/res/values-ru/strings.xml @@ -0,0 +1,32 @@ + + + + + "Готово" + "Перейти на главный экран" + "Перейти вверх" + "Другие параметры" + "Поиск" + "Поисковый запрос" + "Удалить запрос" + "Отправить запрос" + "Голосовой поиск" + "Выбрать приложение" + "Показать все" + "Открыть доступ пользователю %s" + "Открыть доступ" + diff --git a/external/appcompat/res/values-sk/strings.xml b/external/appcompat/res/values-sk/strings.xml new file mode 100644 index 00000000..253f3e5d --- /dev/null +++ b/external/appcompat/res/values-sk/strings.xml @@ -0,0 +1,32 @@ + + + + + "Hotovo" + "Prejsť na plochu" + "Prejsť hore" + "Ďalšie možnosti" + "Hľadať" + "Vyhľadávací dopyt" + "Vymazať dopyt" + "Odoslať dopyt" + "Hlasové vyhľadávanie" + "Zvoľte aplikáciu" + "Zobraziť všetko" + "Zdieľať pomocou %s" + "Zdieľať pomocou" + diff --git a/external/appcompat/res/values-sl/strings.xml b/external/appcompat/res/values-sl/strings.xml new file mode 100644 index 00000000..8e3e23e9 --- /dev/null +++ b/external/appcompat/res/values-sl/strings.xml @@ -0,0 +1,32 @@ + + + + + "Končano" + "Krmarjenje domov" + "Krmarjenje navzgor" + "Več možnosti" + "Iskanje" + "Iskalna poizvedba" + "Izbris poizvedbe" + "Pošiljanje poizvedbe" + "Glasovno iskanje" + "Izbira aplikacije" + "Pokaži vse" + "Deljenje z:" + "Deljenje z" + diff --git a/external/appcompat/res/values-sr/strings.xml b/external/appcompat/res/values-sr/strings.xml new file mode 100644 index 00000000..213c9390 --- /dev/null +++ b/external/appcompat/res/values-sr/strings.xml @@ -0,0 +1,32 @@ + + + + + "Готово" + "Одлазак на Почетну" + "Кретање нагоре" + "Још опција" + "Претрага" + "Упит за претрагу" + "Брисање упита" + "Слање упита" + "Гласовна претрага" + "Избор апликације" + "Прикажи све" + "Дели са апликацијом %s" + "Дели са" + diff --git a/external/appcompat/res/values-sv/strings.xml b/external/appcompat/res/values-sv/strings.xml new file mode 100644 index 00000000..49c7a5dd --- /dev/null +++ b/external/appcompat/res/values-sv/strings.xml @@ -0,0 +1,32 @@ + + + + + "Klart" + "Visa startsidan" + "Navigera uppåt" + "Fler alternativ" + "Sök" + "Sökfråga" + "Ta bort frågan" + "Skicka fråga" + "Röstsökning" + "Välj en app" + "Visa alla" + "Dela med %s" + "Dela med" + diff --git a/external/appcompat/res/values-sw/strings.xml b/external/appcompat/res/values-sw/strings.xml new file mode 100644 index 00000000..6455ba5c --- /dev/null +++ b/external/appcompat/res/values-sw/strings.xml @@ -0,0 +1,32 @@ + + + + + "Nimemaliza" + "Nenda mwanzo" + "Nenda juu" + "Chaguo zaidi" + "Tafuta" + "Hoja ya utafutaji" + "Futa hoja" + "Wasilisha hoja" + "Tafuta kwa kutamka" + "Chagua programu" + "Angalia zote" + "Shiriki na %s" + "Shiriki na:" + diff --git a/external/appcompat/res/values-sw600dp/config.xml b/external/appcompat/res/values-sw600dp/config.xml new file mode 100644 index 00000000..fba21e1c --- /dev/null +++ b/external/appcompat/res/values-sw600dp/config.xml @@ -0,0 +1,25 @@ + + + + + + + 580dp + \ No newline at end of file diff --git a/external/appcompat/res/values-sw600dp/dimens.xml b/external/appcompat/res/values-sw600dp/dimens.xml new file mode 100644 index 00000000..94fe5252 --- /dev/null +++ b/external/appcompat/res/values-sw600dp/dimens.xml @@ -0,0 +1,34 @@ + + + + + + 5 + + 56dip + + 4dip + + 18dp + + 14dp + + -3dp + + 9dip + \ No newline at end of file diff --git a/external/appcompat/res/values-th/strings.xml b/external/appcompat/res/values-th/strings.xml new file mode 100644 index 00000000..275dc571 --- /dev/null +++ b/external/appcompat/res/values-th/strings.xml @@ -0,0 +1,32 @@ + + + + + "เสร็จสิ้น" + "นำทางไปหน้าแรก" + "นำทางขึ้น" + "ตัวเลือกอื่น" + "ค้นหา" + "ข้อความค้นหา" + "ล้างข้อความค้นหา" + "ส่งข้อความค้นหา" + "ค้นหาด้วยเสียง" + "เลือกแอป" + "ดูทั้งหมด" + "แชร์กับ %s" + "แชร์กับ" + diff --git a/external/appcompat/res/values-tl/strings.xml b/external/appcompat/res/values-tl/strings.xml new file mode 100644 index 00000000..e0705d6b --- /dev/null +++ b/external/appcompat/res/values-tl/strings.xml @@ -0,0 +1,32 @@ + + + + + "Tapos na" + "Mag-navigate patungo sa home" + "Mag-navigate pataas" + "Higit pang mga opsyon" + "Maghanap" + "Query sa paghahanap" + "I-clear ang query" + "Isumite ang query" + "Paghahanap gamit ang boses" + "Pumili ng isang app" + "Tingnan lahat" + "Ibahagi sa/kay %s" + "Ibahagi sa/kay" + diff --git a/external/appcompat/res/values-tr/strings.xml b/external/appcompat/res/values-tr/strings.xml new file mode 100644 index 00000000..61cb966f --- /dev/null +++ b/external/appcompat/res/values-tr/strings.xml @@ -0,0 +1,32 @@ + + + + + "Tamamlandı" + "Ana ekrana git" + "Yukarı git" + "Diğer seçenekler" + "Ara" + "Arama sorgusu" + "Sorguyu temizle" + "Sorguyu gönder" + "Sesli arama" + "Bir uygulama seçin" + "Tümünü göster" + "%s ile paylaş" + "Şununla paylaş" + diff --git a/external/appcompat/res/values-uk/strings.xml b/external/appcompat/res/values-uk/strings.xml new file mode 100644 index 00000000..f670140e --- /dev/null +++ b/external/appcompat/res/values-uk/strings.xml @@ -0,0 +1,32 @@ + + + + + "Готово" + "Перейти на головний" + "Перейти вгору" + "Інші опції" + "Пошук" + "Пошуковий запит" + "Очистити запит" + "Надіслати запит" + "Голосовий пошук" + "Вибрати програму" + "Переглянути всі" + "Надіслати через %s" + "Надіслати через" + diff --git a/external/appcompat/res/values-v11/styles_base.xml b/external/appcompat/res/values-v11/styles_base.xml new file mode 100644 index 00000000..2cee503f --- /dev/null +++ b/external/appcompat/res/values-v11/styles_base.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/external/appcompat/res/values-v11/themes_base.xml b/external/appcompat/res/values-v11/themes_base.xml new file mode 100644 index 00000000..ca7acbd9 --- /dev/null +++ b/external/appcompat/res/values-v11/themes_base.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values-v14/styles_base.xml b/external/appcompat/res/values-v14/styles_base.xml new file mode 100644 index 00000000..4c64aeec --- /dev/null +++ b/external/appcompat/res/values-v14/styles_base.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values-v14/themes_base.xml b/external/appcompat/res/values-v14/themes_base.xml new file mode 100644 index 00000000..26ad2715 --- /dev/null +++ b/external/appcompat/res/values-v14/themes_base.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values-vi/strings.xml b/external/appcompat/res/values-vi/strings.xml new file mode 100644 index 00000000..0840f739 --- /dev/null +++ b/external/appcompat/res/values-vi/strings.xml @@ -0,0 +1,32 @@ + + + + + "Xong" + "Điều hướng về trang chủ" + "Điều hướng lên trên" + "Thêm tùy chọn" + "Tìm kiếm" + "Tìm kiếm truy vấn" + "Xóa truy vấn" + "Gửi truy vấn" + "Tìm kiếm bằng giọng nói" + "Chọn một ứng dụng" + "Xem tất cả" + "Chia sẻ với %s" + "Chia sẻ với" + diff --git a/external/appcompat/res/values-w360dp/dimens.xml b/external/appcompat/res/values-w360dp/dimens.xml new file mode 100644 index 00000000..e5b2456c --- /dev/null +++ b/external/appcompat/res/values-w360dp/dimens.xml @@ -0,0 +1,22 @@ + + + + + + 3 + \ No newline at end of file diff --git a/external/appcompat/res/values-w480dp/bools.xml b/external/appcompat/res/values-w480dp/bools.xml new file mode 100644 index 00000000..6e6a3df7 --- /dev/null +++ b/external/appcompat/res/values-w480dp/bools.xml @@ -0,0 +1,19 @@ + + + + true + false + diff --git a/external/appcompat/res/values-w480dp/config.xml b/external/appcompat/res/values-w480dp/config.xml new file mode 100644 index 00000000..e95b6ff8 --- /dev/null +++ b/external/appcompat/res/values-w480dp/config.xml @@ -0,0 +1,18 @@ + + + + true + diff --git a/external/appcompat/res/values-w500dp/dimens.xml b/external/appcompat/res/values-w500dp/dimens.xml new file mode 100644 index 00000000..dd6458be --- /dev/null +++ b/external/appcompat/res/values-w500dp/dimens.xml @@ -0,0 +1,22 @@ + + + + + + 4 + \ No newline at end of file diff --git a/external/appcompat/res/values-w600dp/dimens.xml b/external/appcompat/res/values-w600dp/dimens.xml new file mode 100644 index 00000000..5bbc34d8 --- /dev/null +++ b/external/appcompat/res/values-w600dp/dimens.xml @@ -0,0 +1,40 @@ + + + + + + 5 + + + 56dip + + 4dip + + 18dp + + 14dp + + -3dp + + 9dip + + 64dip + + + 192dip + \ No newline at end of file diff --git a/external/appcompat/res/values-w720dp/bools.xml b/external/appcompat/res/values-w720dp/bools.xml new file mode 100644 index 00000000..05c5aabf --- /dev/null +++ b/external/appcompat/res/values-w720dp/bools.xml @@ -0,0 +1,19 @@ + + + + + false + \ No newline at end of file diff --git a/external/appcompat/res/values-xlarge/bools.xml b/external/appcompat/res/values-xlarge/bools.xml new file mode 100644 index 00000000..05c5aabf --- /dev/null +++ b/external/appcompat/res/values-xlarge/bools.xml @@ -0,0 +1,19 @@ + + + + + false + \ No newline at end of file diff --git a/external/appcompat/res/values-xlarge/dimens.xml b/external/appcompat/res/values-xlarge/dimens.xml new file mode 100644 index 00000000..62175860 --- /dev/null +++ b/external/appcompat/res/values-xlarge/dimens.xml @@ -0,0 +1,42 @@ + + + + + + + 5 + + + 56dip + + 4dip + + 18dp + + 14dp + + -3dp + + 9dip + + 64dip + + + 192dip + + diff --git a/external/appcompat/res/values-zh-rCN/strings.xml b/external/appcompat/res/values-zh-rCN/strings.xml new file mode 100644 index 00000000..87b36b0b --- /dev/null +++ b/external/appcompat/res/values-zh-rCN/strings.xml @@ -0,0 +1,32 @@ + + + + + "完成" + "转到主屏幕" + "转到上一层级" + "更多选项" + "搜索" + "搜索查询" + "清除查询" + "提交查询" + "语音搜索" + "选择应用" + "查看全部" + "通过%s分享" + "分享方式" + diff --git a/external/appcompat/res/values-zh-rHK/strings.xml b/external/appcompat/res/values-zh-rHK/strings.xml new file mode 100644 index 00000000..f6a367d3 --- /dev/null +++ b/external/appcompat/res/values-zh-rHK/strings.xml @@ -0,0 +1,32 @@ + + + + + "完成" + "瀏覽主頁" + "向上瀏覽" + "更多選項" + "搜尋" + "搜尋查詢" + "清除查詢" + "提交查詢" + "語音搜尋" + "選擇應用程式" + "顯示全部" + "與「%s」分享" + "分享對象" + diff --git a/external/appcompat/res/values-zh-rTW/strings.xml b/external/appcompat/res/values-zh-rTW/strings.xml new file mode 100644 index 00000000..c804ccf3 --- /dev/null +++ b/external/appcompat/res/values-zh-rTW/strings.xml @@ -0,0 +1,32 @@ + + + + + "完成" + "瀏覽首頁" + "向上瀏覽" + "更多選項" + "搜尋" + "搜尋查詢" + "清除查詢" + "提交查詢" + "語音搜尋" + "選擇應用程式" + "查看全部" + "與「%s」分享" + "選擇分享對象" + diff --git a/external/appcompat/res/values-zu/strings.xml b/external/appcompat/res/values-zu/strings.xml new file mode 100644 index 00000000..92eac7ec --- /dev/null +++ b/external/appcompat/res/values-zu/strings.xml @@ -0,0 +1,32 @@ + + + + + "Kwenziwe" + "Zulazulela ekhaya" + "Zulazulela phezulu" + "Izinketho eziningi" + "Sesha" + "Umbuzo wosesho" + "Sula inkinga" + "Hambisa umbuzo" + "Ukusesha ngezwi" + "Khetha uhlelo lokusebenza" + "Buka konke" + "Yabelana no-%s" + "Yabelana no-" + diff --git a/external/appcompat/res/values/attrs.xml b/external/appcompat/res/values/attrs.xml new file mode 100644 index 00000000..89749c09 --- /dev/null +++ b/external/appcompat/res/values/attrs.xml @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values/bools.xml b/external/appcompat/res/values/bools.xml new file mode 100644 index 00000000..004d9479 --- /dev/null +++ b/external/appcompat/res/values/bools.xml @@ -0,0 +1,23 @@ + + + + + false + true + true + + false + diff --git a/external/appcompat/res/values/colors.xml b/external/appcompat/res/values/colors.xml new file mode 100644 index 00000000..884387a5 --- /dev/null +++ b/external/appcompat/res/values/colors.xml @@ -0,0 +1,20 @@ + + + + #7fa87f + @android:color/black + @android:color/black + \ No newline at end of file diff --git a/external/appcompat/res/values/config.xml b/external/appcompat/res/values/config.xml new file mode 100644 index 00000000..8c027d1b --- /dev/null +++ b/external/appcompat/res/values/config.xml @@ -0,0 +1,34 @@ + + + + + + + false + + + 320dp + + + true + \ No newline at end of file diff --git a/external/appcompat/res/values/dimens.xml b/external/appcompat/res/values/dimens.xml new file mode 100644 index 00000000..befb9f69 --- /dev/null +++ b/external/appcompat/res/values/dimens.xml @@ -0,0 +1,61 @@ + + + + + + + 2 + + + 180dp + + + 48dip + + 8dip + + 18dp + + 14dp + + -3dp + + 5dip + + 56dip + + 48dp + + 40dp + + 296dp + + + 160dip + + 320dip + + + 8dip + 8dip + + 32dip + + diff --git a/external/appcompat/res/values/ids.xml b/external/appcompat/res/values/ids.xml new file mode 100644 index 00000000..ebeed833 --- /dev/null +++ b/external/appcompat/res/values/ids.xml @@ -0,0 +1,23 @@ + + + + + + + + + + diff --git a/external/appcompat/res/values/strings.xml b/external/appcompat/res/values/strings.xml new file mode 100644 index 00000000..eceee56a --- /dev/null +++ b/external/appcompat/res/values/strings.xml @@ -0,0 +1,48 @@ + + + + + + Done + + Navigate home + + Navigate up + + More options + + + Search + + Search query + + Clear query + + Submit query + + Voice search + + + + Choose an app + + See all + + Share with %s + + Share with + + \ No newline at end of file diff --git a/external/appcompat/res/values/styles.xml b/external/appcompat/res/values/styles.xml new file mode 100644 index 00000000..94d2e881 --- /dev/null +++ b/external/appcompat/res/values/styles.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values/styles_base.xml b/external/appcompat/res/values/styles_base.xml new file mode 100644 index 00000000..79dd7320 --- /dev/null +++ b/external/appcompat/res/values/styles_base.xml @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values/themes.xml b/external/appcompat/res/values/themes.xml new file mode 100644 index 00000000..7199f77c --- /dev/null +++ b/external/appcompat/res/values/themes.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/res/values/themes_base.xml b/external/appcompat/res/values/themes_base.xml new file mode 100644 index 00000000..3b514a8a --- /dev/null +++ b/external/appcompat/res/values/themes_base.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/external/appcompat/src/.readme b/external/appcompat/src/.readme new file mode 100644 index 00000000..4bcebad8 --- /dev/null +++ b/external/appcompat/src/.readme @@ -0,0 +1,2 @@ +This hidden file is there to ensure there is an src folder. +Once we support binary library this will go away. \ No newline at end of file diff --git a/project.properties b/project.properties index 3b45b074..1f292ac9 100644 --- a/project.properties +++ b/project.properties @@ -9,4 +9,4 @@ # Project target. target=android-19 -android.library.reference.1=external/ActionBarSherlock/actionbarsherlock +android.library.reference.1=external/appcompat diff --git a/src/org/torproject/android/Orbot.java b/src/org/torproject/android/Orbot.java index 3ddf93c0..f63ecd8f 100644 --- a/src/org/torproject/android/Orbot.java +++ b/src/org/torproject/android/Orbot.java @@ -33,6 +33,7 @@ import android.os.Handler; import android.os.IBinder; import android.os.Message; import android.os.RemoteException; +import android.support.v7.app.ActionBarActivity; import android.text.ClipboardManager; import android.text.Layout; import android.text.method.ScrollingMovementMethod; @@ -40,6 +41,9 @@ import android.util.Log; import android.view.GestureDetector; import android.view.GestureDetector.SimpleOnGestureListener; import android.view.LayoutInflater; +import android.view.Menu; +import android.view.MenuInflater; +import android.view.MenuItem; import android.view.MotionEvent; import android.view.View; import android.view.View.OnLongClickListener; @@ -50,13 +54,8 @@ import android.widget.SlidingDrawer; import android.widget.TextView; import android.widget.Toast; -import com.actionbarsherlock.app.SherlockActivity; -import com.actionbarsherlock.view.Menu; -import com.actionbarsherlock.view.MenuInflater; -import com.actionbarsherlock.view.MenuItem; - -public class Orbot extends SherlockActivity implements TorConstants, OnLongClickListener, OnTouchListener, OnSharedPreferenceChangeListener +public class Orbot extends ActionBarActivity implements TorConstants, OnLongClickListener, OnTouchListener, OnSharedPreferenceChangeListener { /* Useful UI bits */ private TextView lblStatus = null; //the main text display widget @@ -184,7 +183,7 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick @Override public boolean onCreateOptionsMenu(Menu menu) { super.onCreateOptionsMenu(menu); - MenuInflater inflater = getSupportMenuInflater(); + MenuInflater inflater = getMenuInflater(); inflater.inflate(R.menu.main, menu); mItemOnOff = menu.getItem(0); @@ -215,11 +214,7 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick .setView(view) .show(); } - - /* When a menu item is selected launch the appropriate view or activity - * (non-Javadoc) - * @see android.app.Activity#onMenuItemSelected(int, android.view.MenuItem) - */ + /** public boolean onMenuItemSelected(int featureId, MenuItem item) { super.onMenuItemSelected(featureId, item); @@ -283,7 +278,8 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick return true; } - + */ + /** * This is our attempt to REALLY exit Orbot, and stop the background service * However, Android doesn't like people "quitting" apps, and/or our code may not diff --git a/src/org/torproject/android/settings/SettingsPreferences.java b/src/org/torproject/android/settings/SettingsPreferences.java index 80a9f604..6cf1e0c6 100644 --- a/src/org/torproject/android/settings/SettingsPreferences.java +++ b/src/org/torproject/android/settings/SettingsPreferences.java @@ -15,15 +15,14 @@ import android.os.Bundle; import android.preference.CheckBoxPreference; import android.preference.Preference; import android.preference.Preference.OnPreferenceClickListener; +import android.preference.PreferenceActivity; import android.preference.PreferenceCategory; import android.preference.PreferenceManager; import android.widget.Toast; -import com.actionbarsherlock.app.SherlockPreferenceActivity; - public class SettingsPreferences - extends SherlockPreferenceActivity implements OnPreferenceClickListener { + extends PreferenceActivity implements OnPreferenceClickListener { private CheckBoxPreference prefCBTransProxy = null; private CheckBoxPreference prefcBTransProxyAll = null;