diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b62ff9ad..e90752fa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -21,7 +21,7 @@ android:label="@string/app_name" android:description="@string/app_description" android:configChanges="locale|orientation|screenSize" - android:theme="@style/CustomActionBarTheme" + android:theme="@style/DefaultTheme" android:allowBackup="false" android:allowClearUserData="true" android:persistent="true" diff --git a/external/appcompat/.classpath b/external/appcompat/.classpath deleted file mode 100644 index fb2265b7..00000000 --- a/external/appcompat/.classpath +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/external/appcompat/.project b/external/appcompat/.project deleted file mode 100644 index 957d33da..00000000 --- a/external/appcompat/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - 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 deleted file mode 100644 index b080d2dd..00000000 --- a/external/appcompat/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index dac4cb27..00000000 --- a/external/appcompat/AndroidManifest.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - diff --git a/external/appcompat/README.txt b/external/appcompat/README.txt deleted file mode 100644 index 8e8de056..00000000 --- a/external/appcompat/README.txt +++ /dev/null @@ -1,10 +0,0 @@ -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 deleted file mode 100644 index ac4181fc..00000000 Binary files a/external/appcompat/libs/android-support-v4.jar and /dev/null differ diff --git a/external/appcompat/libs/android-support-v7-appcompat.jar b/external/appcompat/libs/android-support-v7-appcompat.jar deleted file mode 100644 index fda3e168..00000000 Binary files a/external/appcompat/libs/android-support-v7-appcompat.jar and /dev/null differ diff --git a/external/appcompat/project.properties b/external/appcompat/project.properties deleted file mode 100644 index 362a0a30..00000000 --- a/external/appcompat/project.properties +++ /dev/null @@ -1,15 +0,0 @@ -# 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-22 -android.library=true diff --git a/external/appcompat/res/anim/abc_fade_in.xml b/external/appcompat/res/anim/abc_fade_in.xml deleted file mode 100644 index da7ee295..00000000 --- a/external/appcompat/res/anim/abc_fade_in.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ 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 deleted file mode 100644 index c81b39a9..00000000 --- a/external/appcompat/res/anim/abc_fade_out.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - \ 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 deleted file mode 100644 index 1afa8feb..00000000 --- a/external/appcompat/res/anim/abc_slide_in_bottom.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/external/appcompat/res/anim/abc_slide_in_top.xml b/external/appcompat/res/anim/abc_slide_in_top.xml deleted file mode 100644 index ab824f2e..00000000 --- a/external/appcompat/res/anim/abc_slide_in_top.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ 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 deleted file mode 100644 index b309fe89..00000000 --- a/external/appcompat/res/anim/abc_slide_out_bottom.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ 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 deleted file mode 100644 index e84d1c7f..00000000 --- a/external/appcompat/res/anim/abc_slide_out_top.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - \ No newline at end of file diff --git a/external/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml b/external/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml deleted file mode 100644 index e0160766..00000000 --- a/external/appcompat/res/color/abc_background_cache_hint_selector_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml b/external/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml deleted file mode 100644 index 290faf1a..00000000 --- a/external/appcompat/res/color/abc_background_cache_hint_selector_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml b/external/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml deleted file mode 100644 index 724c2557..00000000 --- a/external/appcompat/res/color/abc_primary_text_disable_only_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_primary_text_disable_only_material_light.xml b/external/appcompat/res/color/abc_primary_text_disable_only_material_light.xml deleted file mode 100644 index 7395e680..00000000 --- a/external/appcompat/res/color/abc_primary_text_disable_only_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_primary_text_material_dark.xml b/external/appcompat/res/color/abc_primary_text_material_dark.xml deleted file mode 100644 index 7d66d02d..00000000 --- a/external/appcompat/res/color/abc_primary_text_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_primary_text_material_light.xml b/external/appcompat/res/color/abc_primary_text_material_light.xml deleted file mode 100644 index 105b643d..00000000 --- a/external/appcompat/res/color/abc_primary_text_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_search_url_text.xml b/external/appcompat/res/color/abc_search_url_text.xml deleted file mode 100644 index 0631d5d4..00000000 --- a/external/appcompat/res/color/abc_search_url_text.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ 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 deleted file mode 100644 index c4579faf..00000000 --- a/external/appcompat/res/color/abc_search_url_text_holo.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/color/abc_secondary_text_material_dark.xml b/external/appcompat/res/color/abc_secondary_text_material_dark.xml deleted file mode 100644 index 6399b1d0..00000000 --- a/external/appcompat/res/color/abc_secondary_text_material_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/color/abc_secondary_text_material_light.xml b/external/appcompat/res/color/abc_secondary_text_material_light.xml deleted file mode 100644 index 87c015a4..00000000 --- a/external/appcompat/res/color/abc_secondary_text_material_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 769463b3..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 73050476..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 712a551e..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index bf3b9438..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 6c141577..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index f4ff16be..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png and /dev/null 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 deleted file mode 100644 index cbbaec58..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index af917e5b..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 0520e5a2..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index e3e3f93b..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 1e395722..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index a16db853..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 0eff695d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 219b170f..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 7a9e9bd2..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 874edbff..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 0d3e1e7a..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index a8c390ef..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 8e7b62f0..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index adcb9e96..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null 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 deleted file mode 100644 index 1d836f65..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 5818666d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 564fb34b..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index ae21b760..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index e51ef280..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 897a1c11..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png and /dev/null 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 deleted file mode 100644 index 0c89f714..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 6c36eae2..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null 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 deleted file mode 100644 index d8662e3f..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png and /dev/null 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 deleted file mode 100644 index ed03f620..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_cab_done_holo_light.png and /dev/null 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 deleted file mode 100644 index d97c342d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 82459ea9..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 33ad8d4b..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_clear_normal.png and /dev/null 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 deleted file mode 100644 index 3edbd740..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null 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 deleted file mode 100644 index 90db01b5..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png and /dev/null 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 deleted file mode 100644 index 83f36a94..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null 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 deleted file mode 100644 index a3cc21e6..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 47263ea7..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_go.png b/external/appcompat/res/drawable-hdpi/abc_ic_go.png deleted file mode 100644 index 97b825e8..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_go.png and /dev/null 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 deleted file mode 100644 index 7e1ba2ad..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index aa23c591..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 03b1aac4..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 4c175413..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 675f3ee9..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 2abc4580..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null 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 deleted file mode 100644 index bb6aef1d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index a30dc067..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 413b220f..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 6f747c8f..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png and /dev/null 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 deleted file mode 100644 index 682b2fde..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 0eaceddf..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_search.png b/external/appcompat/res/drawable-hdpi/abc_ic_search.png deleted file mode 100644 index bf8bd667..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_search.png and /dev/null 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 deleted file mode 100644 index 72e207bc..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index f7382d37..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 66d14aec..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search.png and /dev/null 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 deleted file mode 100644 index 3481c982..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index eefd59e5..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 986ab0b9..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 0279e17a..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 2fa6d7e7..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 55527084..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index 4ea7afa0..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png and /dev/null 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 deleted file mode 100644 index 596accb8..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 2054530e..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png and /dev/null 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 deleted file mode 100644 index f6fd30dc..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index ca8e9a27..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 72ee35f4..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 0d1f9bf0..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 465ee6d0..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 76a5c53d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 76a5c53d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/external/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index 385734ee..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png and /dev/null 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 deleted file mode 100644 index 88f8765c..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index fa68a137..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 78c63cba..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index e13a9f80..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 26d2e168..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 00ae92af..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null 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 deleted file mode 100644 index dc20a8d6..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 272a2a11..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index de7ac29d..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 0ebe65e7..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 21b21357..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 673e3bf1..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index d57df98b..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_tab_selected_holo.9.png and /dev/null 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 deleted file mode 100644 index 6278eef4..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png and /dev/null 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 deleted file mode 100644 index aadc6f87..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index b9a81bec..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 36826298..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index ce577e50..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 70c0e739..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 36e71d85..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 7c305ab7..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 4be4af5f..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index e72193f5..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 8f20b9d2..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 04f657e1..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 99309ef6..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 9bde7fbd..00000000 Binary files a/external/appcompat/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index dcdd03b7..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 5338f02a..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index fd27a0f1..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index d6e0b998..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 482e142d..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 5aaad7eb..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index c0246b3c..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 74160c38..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 753496a8..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 8a4e22ef..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 69442677..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 2d633346..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 2b308bf9..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 9b5be204..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 07d0a5d3..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index bd1029d8..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 33f65879..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index a5015c68..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 2f12fc0d..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index b1641732..00000000 Binary files a/external/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null 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 deleted file mode 100644 index b2293670..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 0706c8af..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index d814d02d..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index b139c8e4..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index ed4ba34e..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 8f10bd52..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 743d00b6..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 17c1fb92..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 007a4b23..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index ad6e1a4d..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 0ad6c888..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 19b50abc..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index ad980b13..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 60e6c527..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 70793c47..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 8aa1be2b..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index 54ef4808..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 4f8a162a..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 03d3dfb5..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 66358308..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null 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 deleted file mode 100644 index d8f1c8bd..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 31e49894..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 7c2cbe53..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 30cbdc17..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index ae8cccdd..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index df2d3d15..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png and /dev/null 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 deleted file mode 100644 index b2aa9c26..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 66743518..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null 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 deleted file mode 100644 index a17b6a78..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png and /dev/null 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 deleted file mode 100644 index b28b3b54..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_cab_done_holo_light.png and /dev/null 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 deleted file mode 100644 index 79228bae..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index bbc43b19..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 86944a87..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_clear_normal.png and /dev/null 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 deleted file mode 100644 index c0bdf064..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null 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 deleted file mode 100644 index 15b86cbb..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png and /dev/null 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 deleted file mode 100644 index 844c99c2..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null 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 deleted file mode 100644 index 86c170e9..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index 42ac8ca6..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_go.png b/external/appcompat/res/drawable-mdpi/abc_ic_go.png deleted file mode 100644 index bf19833f..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_go.png and /dev/null 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 deleted file mode 100644 index 8518498e..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index b5f61765..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 6aa238c5..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index aa4f1c21..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index 1d8ad18a..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index ba704b67..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null 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 deleted file mode 100644 index 01d68169..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index d40353c5..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 488d1ab7..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 6bf21e30..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png and /dev/null 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 deleted file mode 100644 index 70fe31aa..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index e0d5ac4e..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_search.png b/external/appcompat/res/drawable-mdpi/abc_ic_search.png deleted file mode 100644 index 4be72f10..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_search.png and /dev/null 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 deleted file mode 100644 index f2e26f88..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 0fb57b2e..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 73c6be65..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search.png and /dev/null 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 deleted file mode 100644 index 71d838e7..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index fca776fb..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 986ab0b9..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 0279e17a..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 070bdbfd..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 00f05d8c..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index 3bf8e036..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png and /dev/null 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 deleted file mode 100644 index fd0e8d7d..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 061904c4..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 92da2f0d..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 42cb6463..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 31dc3429..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 755c1454..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 36779947..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 02b25f09..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 02b25f09..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/external/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index e9204993..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png and /dev/null 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 deleted file mode 100644 index 8d759468..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 716560bb..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index c3ba89c1..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 67c5358f..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index c015f43b..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 487edc22..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 2fa15e76..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index a964b222..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index bbf59287..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 4918d33f..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index b69529cb..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index c9972e74..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index 587337ca..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_tab_selected_holo.9.png and /dev/null 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 deleted file mode 100644 index 155c4fc7..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png and /dev/null 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 deleted file mode 100644 index b1223fe3..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index f3d06fe0..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index f0e7db87..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index d7faacf3..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 081657ee..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 3f312b46..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 0a360399..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index b086fae8..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 73c336a7..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 726e0ff4..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 726e0ff4..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 1767c169..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 1767c169..00000000 Binary files a/external/appcompat/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 57533469..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 8155fe84..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 6cee9a12..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index fa4d76af..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 55099d49..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 3c4701fc..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 6622cbad..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index c4272978..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index a0d9c1b9..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index d36f99fe..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 5ad475dc..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 6ade5eeb..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null 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 deleted file mode 100644 index 719b9234..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png and /dev/null 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 deleted file mode 100644 index 6da264db..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 9244174b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 5f40d737..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index d068dbeb..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 99244967..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index 8a648b8b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 435ce215..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null 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 deleted file mode 100644 index 0bd09806..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 43ed26d4..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 6b315798..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index df0121bb..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index ed8d3411..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 8ded62fb..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png and /dev/null 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 deleted file mode 100644 index 517e9f72..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 27bdcb79..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null 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 deleted file mode 100644 index 2e06dd01..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png and /dev/null 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 deleted file mode 100644 index bb19810b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png and /dev/null 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 deleted file mode 100644 index e35c5f05..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 84968eed..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 7fd7aeb2..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null 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 deleted file mode 100644 index 53cfbd31..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png and /dev/null 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 deleted file mode 100644 index d8faf900..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null 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 deleted file mode 100644 index e7c7280a..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index c10a1b72..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_go.png b/external/appcompat/res/drawable-xhdpi/abc_ic_go.png deleted file mode 100644 index 1e2dcfa0..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_go.png and /dev/null 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 deleted file mode 100644 index f12eafcd..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index bd80981c..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index a9e6cc56..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index ce5d4a7e..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index bb9d84d3..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index a92fb1d4..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null 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 deleted file mode 100644 index 930ca8d9..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 9f9cb3bf..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 53d08148..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index 45a0f1da..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png and /dev/null 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 deleted file mode 100644 index 528e554a..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 7accf52a..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_search.png b/external/appcompat/res/drawable-xhdpi/abc_ic_search.png deleted file mode 100644 index 998f91be..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_search.png and /dev/null 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 deleted file mode 100644 index a4cdf1c7..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 05cfab7e..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index c625a360..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search.png and /dev/null 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 deleted file mode 100644 index c332ba08..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index b7d8dc70..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null 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 deleted file mode 100644 index e62f011d..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 65061c0f..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index 0d2836d8..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index b545f8e5..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index eda10e61..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png and /dev/null 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 deleted file mode 100644 index 29037a0d..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index f4af9265..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 88726b69..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index c6a7d4d8..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index abc48f88..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 48905edf..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null 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 deleted file mode 100644 index c1ad023a..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index a1e33d67..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index 4fda8677..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/external/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index a081ceb9..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png and /dev/null 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 deleted file mode 100644 index c43293d5..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 3dc481e5..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 9a7b1731..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 6888fdc0..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 9408b474..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 1cb95d16..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null 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 deleted file mode 100644 index a3c77116..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 2a212101..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index d4bd169b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index fd47f15e..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 5610d8c8..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 03cfb094..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png and /dev/null 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 deleted file mode 100644 index e4229f26..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_holo.9.png and /dev/null 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 deleted file mode 100644 index e862cb12..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png and /dev/null 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 deleted file mode 100644 index f1eb6732..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 7174b67f..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index 46dad22f..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index 33c10356..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 8fdbbf3a..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 4e9ae43c..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 0226f849..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null 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 deleted file mode 100644 index 98f4871b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 733373ed..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null 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 deleted file mode 100644 index 0c6bb036..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 0c6bb036..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null 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 deleted file mode 100644 index e5bfd8ad..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null 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 deleted file mode 100644 index 1743da6b..00000000 Binary files a/external/appcompat/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png b/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png deleted file mode 100644 index d8cdf1ac..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png b/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png deleted file mode 100644 index a49a2078..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 0d544d90..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index 810a0294..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index c9af24b3..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index db1d93af..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index b149e475..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index 00fb83ec..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png deleted file mode 100644 index 1dd64b9a..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index c2d6a542..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 24a194fb..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png deleted file mode 100644 index fc1b8b44..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png deleted file mode 100644 index 8e1ab5bb..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 5fc17a4d..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 11a9f978..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index cada2fb7..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 556c30df..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index f0a0b737..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png deleted file mode 100644 index 66f7d162..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index 6f60bd3c..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index 658c5a5a..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png deleted file mode 100644 index b8ac46d1..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png deleted file mode 100644 index 76cad173..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png deleted file mode 100644 index 8f436eaf..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png deleted file mode 100644 index d4952eaf..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png deleted file mode 100644 index 1352a170..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png deleted file mode 100644 index 175b82ca..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png deleted file mode 100644 index aad8a468..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/external/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png deleted file mode 100644 index f5c18d08..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/external/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png deleted file mode 100644 index fb7d715f..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 2e7bc12c..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 3e3174d0..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 248f4f86..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png deleted file mode 100644 index 661d5f0a..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png deleted file mode 100644 index d7696c31..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png deleted file mode 100644 index b6efff30..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png deleted file mode 100644 index 2b253fb2..00000000 Binary files a/external/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png deleted file mode 100644 index 5dd0e5ba..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png deleted file mode 100644 index f0ff1a70..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png deleted file mode 100644 index adef8718..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png deleted file mode 100644 index 44028af0..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png deleted file mode 100644 index d3f2a9a4..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png deleted file mode 100644 index a3caefb7..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png deleted file mode 100644 index 70c20402..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png deleted file mode 100644 index 72522081..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png deleted file mode 100644 index 2a6f6ba8..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png deleted file mode 100644 index 13cc0fd0..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png deleted file mode 100644 index e232cf7c..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png deleted file mode 100644 index 8e9041f3..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png deleted file mode 100644 index 66fc42f5..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png deleted file mode 100644 index c873e9b0..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/external/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png deleted file mode 100644 index fe00ae5f..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/external/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png deleted file mode 100644 index 1086e9d6..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png deleted file mode 100644 index 1e4a74c8..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/external/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png deleted file mode 100644 index 5813179d..00000000 Binary files a/external/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png and /dev/null differ diff --git a/external/appcompat/res/drawable/abc_btn_check_material.xml b/external/appcompat/res/drawable/abc_btn_check_material.xml deleted file mode 100644 index 4934a929..00000000 --- a/external/appcompat/res/drawable/abc_btn_check_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/drawable/abc_btn_radio_material.xml b/external/appcompat/res/drawable/abc_btn_radio_material.xml deleted file mode 100644 index 6e9f9cf3..00000000 --- a/external/appcompat/res/drawable/abc_btn_radio_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/drawable/abc_cab_background_internal_bg.xml b/external/appcompat/res/drawable/abc_cab_background_internal_bg.xml deleted file mode 100644 index 9faf60ac..00000000 --- a/external/appcompat/res/drawable/abc_cab_background_internal_bg.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/drawable/abc_cab_background_top_material.xml b/external/appcompat/res/drawable/abc_cab_background_top_material.xml deleted file mode 100644 index 68b76343..00000000 --- a/external/appcompat/res/drawable/abc_cab_background_top_material.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/drawable/abc_edit_text_material.xml b/external/appcompat/res/drawable/abc_edit_text_material.xml deleted file mode 100644 index 754ab18d..00000000 --- a/external/appcompat/res/drawable/abc_edit_text_material.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_ic_clear.xml b/external/appcompat/res/drawable/abc_ic_clear.xml deleted file mode 100644 index 802af6f8..00000000 --- a/external/appcompat/res/drawable/abc_ic_clear.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml b/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml deleted file mode 100644 index 4b84efcf..00000000 --- a/external/appcompat/res/drawable/abc_ic_clear_holo_light.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/drawable/abc_item_background_holo_dark.xml b/external/appcompat/res/drawable/abc_item_background_holo_dark.xml deleted file mode 100644 index 72162c22..00000000 --- a/external/appcompat/res/drawable/abc_item_background_holo_dark.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_item_background_holo_light.xml b/external/appcompat/res/drawable/abc_item_background_holo_light.xml deleted file mode 100644 index 1c180b2e..00000000 --- a/external/appcompat/res/drawable/abc_item_background_holo_light.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - 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 deleted file mode 100644 index 0add58c8..00000000 --- a/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 0c1d3e67..00000000 --- a/external/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml b/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml deleted file mode 100644 index 1fb5fc45..00000000 --- a/external/appcompat/res/drawable/abc_list_selector_holo_dark.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_list_selector_holo_light.xml b/external/appcompat/res/drawable/abc_list_selector_holo_light.xml deleted file mode 100644 index 8d240472..00000000 --- a/external/appcompat/res/drawable/abc_list_selector_holo_light.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_search_dropdown_dark.xml b/external/appcompat/res/drawable/abc_search_dropdown_dark.xml deleted file mode 100644 index 75e89175..00000000 --- a/external/appcompat/res/drawable/abc_search_dropdown_dark.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_search_dropdown_light.xml b/external/appcompat/res/drawable/abc_search_dropdown_light.xml deleted file mode 100644 index 80d4928f..00000000 --- a/external/appcompat/res/drawable/abc_search_dropdown_light.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml b/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml deleted file mode 100644 index 934b374e..00000000 --- a/external/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml b/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml deleted file mode 100644 index dd0245e9..00000000 --- a/external/appcompat/res/drawable/abc_spinner_ab_holo_light.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_switch_thumb_material.xml b/external/appcompat/res/drawable/abc_switch_thumb_material.xml deleted file mode 100644 index ee96ec2e..00000000 --- a/external/appcompat/res/drawable/abc_switch_thumb_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml b/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml deleted file mode 100644 index 3c828d85..00000000 --- a/external/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_tab_indicator_material.xml b/external/appcompat/res/drawable/abc_tab_indicator_material.xml deleted file mode 100644 index 1a8de1b6..00000000 --- a/external/appcompat/res/drawable/abc_tab_indicator_material.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/drawable/abc_textfield_search_material.xml b/external/appcompat/res/drawable/abc_textfield_search_material.xml deleted file mode 100644 index 08873966..00000000 --- a/external/appcompat/res/drawable/abc_textfield_search_material.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml b/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml deleted file mode 100644 index 6e9bc4cc..00000000 --- a/external/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml b/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml deleted file mode 100644 index a02e4b01..00000000 --- a/external/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - 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 deleted file mode 100644 index b55a995e..00000000 --- a/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_dark.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - 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 deleted file mode 100644 index 77102325..00000000 --- a/external/appcompat/res/drawable/abc_textfield_searchview_right_holo_light.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/layout-v11/abc_action_bar_decor.xml b/external/appcompat/res/layout-v11/abc_action_bar_decor.xml deleted file mode 100644 index a212d563..00000000 --- a/external/appcompat/res/layout-v11/abc_action_bar_decor.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/layout-v11/abc_screen_content_include.xml b/external/appcompat/res/layout-v11/abc_screen_content_include.xml deleted file mode 100644 index 757be1c1..00000000 --- a/external/appcompat/res/layout-v11/abc_screen_content_include.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml b/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml deleted file mode 100644 index 4ce359bb..00000000 --- a/external/appcompat/res/layout-v14/abc_activity_chooser_view.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - \ 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 deleted file mode 100644 index 327e26f0..00000000 --- a/external/appcompat/res/layout/abc_action_bar_decor.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_decor_include.xml b/external/appcompat/res/layout/abc_action_bar_decor_include.xml deleted file mode 100644 index 3f2356bc..00000000 --- a/external/appcompat/res/layout/abc_action_bar_decor_include.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml b/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml deleted file mode 100644 index 5ea8fc10..00000000 --- a/external/appcompat/res/layout/abc_action_bar_decor_overlay.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_home.xml b/external/appcompat/res/layout/abc_action_bar_home.xml deleted file mode 100644 index 8fdb68d6..00000000 --- a/external/appcompat/res/layout/abc_action_bar_home.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_tab.xml b/external/appcompat/res/layout/abc_action_bar_tab.xml deleted file mode 100644 index 06043a24..00000000 --- a/external/appcompat/res/layout/abc_action_bar_tab.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_tabbar.xml b/external/appcompat/res/layout/abc_action_bar_tabbar.xml deleted file mode 100644 index 08f9c891..00000000 --- a/external/appcompat/res/layout/abc_action_bar_tabbar.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_title_item.xml b/external/appcompat/res/layout/abc_action_bar_title_item.xml deleted file mode 100644 index 194afb74..00000000 --- a/external/appcompat/res/layout/abc_action_bar_title_item.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - diff --git a/external/appcompat/res/layout/abc_action_bar_up_container.xml b/external/appcompat/res/layout/abc_action_bar_up_container.xml deleted file mode 100644 index f46550a5..00000000 --- a/external/appcompat/res/layout/abc_action_bar_up_container.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - 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 deleted file mode 100644 index 5c105ab5..00000000 --- a/external/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ 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 deleted file mode 100644 index 150ea50d..00000000 --- a/external/appcompat/res/layout/abc_action_menu_item_layout.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_action_menu_layout.xml b/external/appcompat/res/layout/abc_action_menu_layout.xml deleted file mode 100644 index 4918d2fb..00000000 --- a/external/appcompat/res/layout/abc_action_menu_layout.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_action_mode_bar.xml b/external/appcompat/res/layout/abc_action_mode_bar.xml deleted file mode 100644 index 6af12ea6..00000000 --- a/external/appcompat/res/layout/abc_action_mode_bar.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - diff --git a/external/appcompat/res/layout/abc_action_mode_close_item.xml b/external/appcompat/res/layout/abc_action_mode_close_item.xml deleted file mode 100644 index 2c76b8b7..00000000 --- a/external/appcompat/res/layout/abc_action_mode_close_item.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - diff --git a/external/appcompat/res/layout/abc_action_mode_close_item_material.xml b/external/appcompat/res/layout/abc_action_mode_close_item_material.xml deleted file mode 100644 index dfc4debe..00000000 --- a/external/appcompat/res/layout/abc_action_mode_close_item_material.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_activity_chooser_view.xml b/external/appcompat/res/layout/abc_activity_chooser_view.xml deleted file mode 100644 index 99c2395b..00000000 --- a/external/appcompat/res/layout/abc_activity_chooser_view.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - \ 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 deleted file mode 100644 index 975b13e5..00000000 --- a/external/appcompat/res/layout/abc_activity_chooser_view_include.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 887427d8..00000000 --- a/external/appcompat/res/layout/abc_activity_chooser_view_list_item.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index 20e8b19b..00000000 --- a/external/appcompat/res/layout/abc_expanded_menu_layout.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml b/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml deleted file mode 100644 index d9c3f068..00000000 --- a/external/appcompat/res/layout/abc_list_menu_item_checkbox.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - diff --git a/external/appcompat/res/layout/abc_list_menu_item_icon.xml b/external/appcompat/res/layout/abc_list_menu_item_icon.xml deleted file mode 100644 index acd005a1..00000000 --- a/external/appcompat/res/layout/abc_list_menu_item_icon.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - diff --git a/external/appcompat/res/layout/abc_list_menu_item_layout.xml b/external/appcompat/res/layout/abc_list_menu_item_layout.xml deleted file mode 100644 index 1cee43e7..00000000 --- a/external/appcompat/res/layout/abc_list_menu_item_layout.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_list_menu_item_radio.xml b/external/appcompat/res/layout/abc_list_menu_item_radio.xml deleted file mode 100644 index 0ca8d7a2..00000000 --- a/external/appcompat/res/layout/abc_list_menu_item_radio.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - diff --git a/external/appcompat/res/layout/abc_popup_menu_item_layout.xml b/external/appcompat/res/layout/abc_popup_menu_item_layout.xml deleted file mode 100644 index 76820e07..00000000 --- a/external/appcompat/res/layout/abc_popup_menu_item_layout.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_screen_content_include.xml b/external/appcompat/res/layout/abc_screen_content_include.xml deleted file mode 100644 index 6e21f2e3..00000000 --- a/external/appcompat/res/layout/abc_screen_content_include.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - diff --git a/external/appcompat/res/layout/abc_screen_simple.xml b/external/appcompat/res/layout/abc_screen_simple.xml deleted file mode 100644 index 426851c2..00000000 --- a/external/appcompat/res/layout/abc_screen_simple.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml b/external/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml deleted file mode 100644 index ac399c1d..00000000 --- a/external/appcompat/res/layout/abc_screen_simple_overlay_action_mode.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/layout/abc_screen_toolbar.xml b/external/appcompat/res/layout/abc_screen_toolbar.xml deleted file mode 100644 index 20e0c0e2..00000000 --- a/external/appcompat/res/layout/abc_screen_toolbar.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - 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 deleted file mode 100644 index 5a296869..00000000 --- a/external/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_search_view.xml b/external/appcompat/res/layout/abc_search_view.xml deleted file mode 100644 index ff9361dc..00000000 --- a/external/appcompat/res/layout/abc_search_view.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/layout/abc_simple_dropdown_hint.xml b/external/appcompat/res/layout/abc_simple_dropdown_hint.xml deleted file mode 100644 index 8326b5cc..00000000 --- a/external/appcompat/res/layout/abc_simple_dropdown_hint.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - \ 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 deleted file mode 100644 index d2f177ac..00000000 --- a/external/appcompat/res/layout/support_simple_spinner_dropdown_item.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - \ No newline at end of file diff --git a/external/appcompat/res/values-af/strings.xml b/external/appcompat/res/values-af/strings.xml deleted file mode 100644 index 474f3aa5..00000000 --- a/external/appcompat/res/values-af/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Klaar" - "Navigeer tuis" - "Navigeer op" - "Nog opsies" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index dbd53d6e..00000000 --- a/external/appcompat/res/values-am/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "ተከናውኗል" - "ወደ መነሻ ይዳስሱ" - "ወደ ላይ ይዳስሱ" - "ተጨማሪ አማራጮች" - "%1$s፣ %2$s" - "%1$s፣ %2$s፣ %3$s" - "ፍለጋ" - "የፍለጋ ጥያቄ" - "መጠይቅ አጽዳ" - "መጠይቅ ያስረክቡ" - "የድምፅ ፍለጋ" - "መተግበሪያ ይምረጡ" - "ሁሉንም ይመልከቱ" - "ከ%s ጋር ያጋሩ" - "ከሚከተለው ጋር ያጋሩ" - diff --git a/external/appcompat/res/values-ar/strings.xml b/external/appcompat/res/values-ar/strings.xml deleted file mode 100644 index 84d6fbaa..00000000 --- a/external/appcompat/res/values-ar/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "تم" - "التنقل إلى الشاشة الرئيسية" - "التنقل إلى أعلى" - "خيارات إضافية" - "%1$s، %2$s" - "%1$s، %2$s، %3$s" - "بحث" - "طلب البحث" - "محو طلب البحث" - "إرسال طلب البحث" - "البحث الصوتي" - "اختيار تطبيق" - "عرض الكل" - "‏مشاركة مع %s" - "مشاركة مع" - diff --git a/external/appcompat/res/values-bg/strings.xml b/external/appcompat/res/values-bg/strings.xml deleted file mode 100644 index 9d87ef7b..00000000 --- a/external/appcompat/res/values-bg/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Готово" - "Придвижване към „Начало“" - "Придвижване нагоре" - "Още опции" - "„%1$s“ – %2$s" - "„%1$s“, „%2$s“ – %3$s" - "Търсене" - "Заявка за търсене" - "Изчистване на заявката" - "Изпращане на заявката" - "Гласово търсене" - "Изберете приложение" - "Вижте всички" - "Споделяне със: %s" - "Споделяне със:" - diff --git a/external/appcompat/res/values-bn-rBD/strings.xml b/external/appcompat/res/values-bn-rBD/strings.xml deleted file mode 100644 index ee522c67..00000000 --- a/external/appcompat/res/values-bn-rBD/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "সম্পন্ন হয়েছে" - "হোম এ নেভিগেট করুন" - "উপরের দিকে নেভিগেট করুন" - "আরো বিকল্প" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "অনুসন্ধান করুন" - "ক্যোয়ারী অনুসন্ধান করুন" - "ক্যোয়ারী সাফ করুন" - "ক্যোয়ারী জমা দিন" - "ভয়েস অনুসন্ধান" - "একটি অ্যাপ্লিকেশান চয়ন করুন" - "সবগুলো দেখুন" - "%s এর সাথে ভাগ করুন" - "এর সাথে ভাগ করুন" - diff --git a/external/appcompat/res/values-ca/strings.xml b/external/appcompat/res/values-ca/strings.xml deleted file mode 100644 index 5fe4b0dd..00000000 --- a/external/appcompat/res/values-ca/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Fet" - "Navega a la pàgina d\'inici" - "Navega cap a dalt" - "Més opcions" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 13c9ba8e..00000000 --- a/external/appcompat/res/values-cs/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Hotovo" - "Přejít na plochu" - "Přejít nahoru" - "Více možností" - "%1$s – %2$s" - "%1$s, %2$s – %3$s" - "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 deleted file mode 100644 index 03fec328..00000000 --- a/external/appcompat/res/values-da/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Luk" - "Naviger hjem" - "Naviger op" - "Flere muligheder" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Søg" - "Søgeforespørgsel" - "Ryd forespørgslen" - "Indsend forespørgslen" - "Talesø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 deleted file mode 100644 index 8a0224c4..00000000 --- a/external/appcompat/res/values-de/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Fertig" - "Zur Startseite" - "Nach oben" - "Weitere Optionen" - "%1$s: %2$s" - "%1$s, %2$s: %3$s" - "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 deleted file mode 100644 index 52d1b81e..00000000 --- a/external/appcompat/res/values-el/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Τέλος" - "Πλοήγηση στην αρχική σελίδα" - "Πλοήγηση προς τα επάνω" - "Περισσότερες επιλογές" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Αναζήτηση" - "Ερώτημα αναζήτησης" - "Διαγραφή ερωτήματος" - "Υποβολή ερωτήματος" - "Φωνητική αναζήτηση" - "Επιλέξτε κάποια εφαρμογή" - "Προβολή όλων" - "Κοινή χρήση με %s" - "Κοινή χρήση με" - diff --git a/external/appcompat/res/values-en-rGB/strings.xml b/external/appcompat/res/values-en-rGB/strings.xml deleted file mode 100644 index 8a8a1119..00000000 --- a/external/appcompat/res/values-en-rGB/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Done" - "Navigate home" - "Navigate up" - "More options" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 8a8a1119..00000000 --- a/external/appcompat/res/values-en-rIN/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Done" - "Navigate home" - "Navigate up" - "More options" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index ea5004cb..00000000 --- a/external/appcompat/res/values-es-rUS/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Listo" - "Navegar a la página principal" - "Navegar hacia arriba" - "Más opciones" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index c50796ee..00000000 --- a/external/appcompat/res/values-es/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Listo" - "Ir a la pantalla de inicio" - "Desplazarse hacia arriba" - "Más opciones" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 139fcf91..00000000 --- a/external/appcompat/res/values-et-rEE/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Valmis" - "Navigeerimine avaekraanile" - "Navigeerimine üles" - "Rohkem valikuid" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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-eu-rES/strings.xml b/external/appcompat/res/values-eu-rES/strings.xml deleted file mode 100644 index 541c2ed3..00000000 --- a/external/appcompat/res/values-eu-rES/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Eginda" - "Joan orri nagusira" - "Joan gora" - "Aukera gehiago" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Bilatu" - "Bilaketa-kontsulta" - "Garbitu kontsulta" - "Bidali kontsulta" - "Ahots bidezko bilaketa" - "Aukeratu aplikazio bat" - "Ikusi guztiak" - "Partekatu %s erabiltzailearekin" - "Partekatu hauekin" - diff --git a/external/appcompat/res/values-fa/strings.xml b/external/appcompat/res/values-fa/strings.xml deleted file mode 100644 index c317bdaf..00000000 --- a/external/appcompat/res/values-fa/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "انجام شد" - "پیمایش به صفحه اصلی" - "پیمایش به بالا" - "گزینه‌های بیشتر" - "‏%1$s‏، %2$s" - "‏%1$s‏، %2$s‏، %3$s" - "جستجو" - "عبارت جستجو" - "پاک کردن عبارت جستجو" - "ارسال عبارت جستجو" - "جستجوی شفاهی" - "انتخاب برنامه" - "مشاهده همه" - "‏اشتراک‌گذاری با %s" - "اشتراک‌گذاری با" - diff --git a/external/appcompat/res/values-fi/strings.xml b/external/appcompat/res/values-fi/strings.xml deleted file mode 100644 index 218229b0..00000000 --- a/external/appcompat/res/values-fi/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Valmis" - "Siirry etusivulle" - "Siirry ylös" - "Lisää" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 571ff9a3..00000000 --- a/external/appcompat/res/values-fr-rCA/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Terminé" - "Revenir à l\'accueil" - "Revenir en haut de la page" - "Plus d\'options" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 353665a8..00000000 --- a/external/appcompat/res/values-fr/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "OK" - "Revenir à l\'accueil" - "Revenir en haut de la page" - "Plus d\'options" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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-gl-rES/strings.xml b/external/appcompat/res/values-gl-rES/strings.xml deleted file mode 100644 index 3f665ed6..00000000 --- a/external/appcompat/res/values-gl-rES/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Feito" - "Ir á páxina de inicio" - "Desprazarse cara arriba" - "Máis opcións" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Buscar" - "Consulta de busca" - "Borrar consulta" - "Enviar consulta" - "Busca de voz" - "Escoller unha aplicación" - "Ver todas" - "Compartir con %s" - "Compartir con" - diff --git a/external/appcompat/res/values-hi/strings.xml b/external/appcompat/res/values-hi/strings.xml deleted file mode 100644 index 23cfacaa..00000000 --- a/external/appcompat/res/values-hi/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "पूर्ण" - "मुखपृष्ठ पर नेविगेट करें" - "ऊपर नेविगेट करें" - "अधिक विकल्प" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "खोजें" - "खोज क्वेरी" - "क्‍वेरी साफ़ करें" - "क्वेरी सबमिट करें" - "ध्वनि खोज" - "कोई एप्‍लिकेशन चुनें" - "सभी देखें" - "%s के साथ साझा करें" - "इसके द्वारा साझा करें" - diff --git a/external/appcompat/res/values-hr/strings.xml b/external/appcompat/res/values-hr/strings.xml deleted file mode 100644 index 03485963..00000000 --- a/external/appcompat/res/values-hr/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Gotovo" - "Idi na početnu" - "Idi gore" - "Dodatne opcije" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index fc67f00e..00000000 --- a/external/appcompat/res/values-hu/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Kész" - "Ugrás a főoldalra" - "Felfelé mozgatás" - "További lehetőségek" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index da67fe4c..00000000 --- a/external/appcompat/res/values-hy-rAM/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Կատարված է" - "Ուղղվել տուն" - "Ուղղվել վերև" - "Այլ ընտրանքներ" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Որոնել" - "Որոնման հարցում" - "Մաքրել հարցումը" - "Ուղարկել հարցումը" - "Ձայնային որոնում" - "Ընտրել ծրագիր" - "Տեսնել բոլորը" - "Տարածել ըստ %s" - "Տարածել" - diff --git a/external/appcompat/res/values-in/strings.xml b/external/appcompat/res/values-in/strings.xml deleted file mode 100644 index 3c31755a..00000000 --- a/external/appcompat/res/values-in/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Selesai" - "Navigasi ke beranda" - "Navigasi naik" - "Opsi lain" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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-is-rIS/strings.xml b/external/appcompat/res/values-is-rIS/strings.xml deleted file mode 100644 index 7846b514..00000000 --- a/external/appcompat/res/values-is-rIS/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Lokið" - "Fara heim" - "Fara upp" - "Fleiri valkostir" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Leita" - "Leitarfyrirspurn" - "Hreinsa fyrirspurn" - "Senda fyrirspurn" - "Raddleit" - "Veldu forrit" - "Sjá allt" - "Deila með %s" - "Deila með" - diff --git a/external/appcompat/res/values-it/strings.xml b/external/appcompat/res/values-it/strings.xml deleted file mode 100644 index 6ed52be0..00000000 --- a/external/appcompat/res/values-it/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Fine" - "Vai alla home page" - "Vai in alto" - "Altre opzioni" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index fec0e622..00000000 --- a/external/appcompat/res/values-iw/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "בוצע" - "נווט לדף הבית" - "נווט למעלה" - "עוד אפשרויות" - "‏%1$s‏, %2$s" - "‏%1$s‏, %2$s‏, %3$s" - "חפש" - "שאילתת חיפוש" - "מחק שאילתה" - "שלח שאילתה" - "חיפוש קולי" - "בחר אפליקציה" - "ראה הכל" - "‏שתף עם %s" - "שתף עם" - diff --git a/external/appcompat/res/values-ja/strings.xml b/external/appcompat/res/values-ja/strings.xml deleted file mode 100644 index 181dd5e5..00000000 --- a/external/appcompat/res/values-ja/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "完了" - "ホームへ移動" - "上へ移動" - "その他のオプション" - "%1$s、%2$s" - "%1$s、%2$s、%3$s" - "検索" - "検索キーワード" - "検索キーワードを削除" - "検索キーワードを送信" - "音声検索" - "アプリの選択" - "すべて表示" - "%sと共有" - "共有" - diff --git a/external/appcompat/res/values-ka-rGE/strings.xml b/external/appcompat/res/values-ka-rGE/strings.xml deleted file mode 100644 index a96f26c3..00000000 --- a/external/appcompat/res/values-ka-rGE/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "დასრულდა" - "მთავარზე ნავიგაცია" - "ზემოთ ნავიგაცია" - "მეტი ვარიანტები" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "ძიება" - "ძიების მოთხოვნა" - "მოთხოვნის გასუფთავება" - "მოთხოვნის გადაგზავნა" - "ხმოვანი ძიება" - "აპის არჩევა" - "ყველას ნახვა" - "%s-თან გაზიარება" - "გაზიარება:" - diff --git a/external/appcompat/res/values-kk-rKZ/strings.xml b/external/appcompat/res/values-kk-rKZ/strings.xml deleted file mode 100644 index fb20a004..00000000 --- a/external/appcompat/res/values-kk-rKZ/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Орындалды" - "Негізгі бетте қозғалу" - "Жоғары қозғалу" - "Басқа опциялар" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Іздеу" - "Сұрақты іздеу" - "Сұрақты жою" - "Сұрақты жіберу" - "Дауыс арқылы іздеу" - "Қолданбаны таңдау" - "Барлығын көру" - "%s бөлісу" - "Бөлісу" - diff --git a/external/appcompat/res/values-km-rKH/strings.xml b/external/appcompat/res/values-km-rKH/strings.xml deleted file mode 100644 index 704f4ee4..00000000 --- a/external/appcompat/res/values-km-rKH/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "រួចរាល់" - "រកមើល​ទៅ​ដើម" - "រកមើល​ឡើងលើ" - "ជម្រើស​ច្រើន​ទៀត" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "ស្វែងរក" - "ស្វែងរក​សំណួរ" - "សម្អាត​សំណួរ" - "ដាក់​​​ស្នើ​សំណួរ" - "ការស្វែងរក​សំឡេង" - "ជ្រើស​កម្មវិធី​​" - "មើល​ទាំងអស់" - "ចែករំលែក​ជាមួយ %s" - "ចែករំលែក​ជាមួយ" - diff --git a/external/appcompat/res/values-kn-rIN/strings.xml b/external/appcompat/res/values-kn-rIN/strings.xml deleted file mode 100644 index d472ff32..00000000 --- a/external/appcompat/res/values-kn-rIN/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "ಮುಗಿದಿದೆ" - "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ" - "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "ಹುಡುಕು" - "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ" - "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು" - "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು" - "ಧ್ವನಿ ಹುಡುಕಾಟ" - "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ" - "ಎಲ್ಲವನ್ನೂ ನೋಡಿ" - "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ" - diff --git a/external/appcompat/res/values-ko/strings.xml b/external/appcompat/res/values-ko/strings.xml deleted file mode 100644 index 0a92a83d..00000000 --- a/external/appcompat/res/values-ko/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "완료" - "홈 탐색" - "위로 탐색" - "옵션 더보기" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "검색" - "검색어" - "검색어 삭제" - "검색어 보내기" - "음성 검색" - "앱 선택" - "전체 보기" - "%s와(과) 공유" - "공유 대상" - diff --git a/external/appcompat/res/values-ky-rKG/strings.xml b/external/appcompat/res/values-ky-rKG/strings.xml deleted file mode 100644 index b091f608..00000000 --- a/external/appcompat/res/values-ky-rKG/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Даяр" - "Үйгө багыттоо" - "Жогору" - "Көбүрөөк мүмкүнчүлүктөр" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "Издөө" - "Издөө талаптары" - "Талаптарды тазалоо" - "Талап жөнөтүү" - "Үн аркылуу издөө" - "Колдонмо тандоо" - "Бардыгын көрүү" - "%s аркылуу бөлүшүү" - "Бөлүшүү" - diff --git a/external/appcompat/res/values-land/bools.xml b/external/appcompat/res/values-land/bools.xml deleted file mode 100644 index 7d1a1af3..00000000 --- a/external/appcompat/res/values-land/bools.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - true - diff --git a/external/appcompat/res/values-land/config.xml b/external/appcompat/res/values-land/config.xml deleted file mode 100644 index d0d990dc..00000000 --- a/external/appcompat/res/values-land/config.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - true - diff --git a/external/appcompat/res/values-land/dimens.xml b/external/appcompat/res/values-land/dimens.xml deleted file mode 100644 index f0b6892a..00000000 --- a/external/appcompat/res/values-land/dimens.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - 32dp - - \ No newline at end of file diff --git a/external/appcompat/res/values-land/dimens_material.xml b/external/appcompat/res/values-land/dimens_material.xml deleted file mode 100644 index 08c4b0d7..00000000 --- a/external/appcompat/res/values-land/dimens_material.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - 48dp - - 0dp - - 14dp - - 12dp - - \ No newline at end of file diff --git a/external/appcompat/res/values-large/bools.xml b/external/appcompat/res/values-large/bools.xml deleted file mode 100644 index 7d1a1af3..00000000 --- a/external/appcompat/res/values-large/bools.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - true - diff --git a/external/appcompat/res/values-large/config.xml b/external/appcompat/res/values-large/config.xml deleted file mode 100644 index c4f04a30..00000000 --- a/external/appcompat/res/values-large/config.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index de1cefcc..00000000 --- a/external/appcompat/res/values-large/dimens.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - 192dip - - 4 - - - 60% - - 90% - - 60% - - 90% - - diff --git a/external/appcompat/res/values-large/themes_base.xml b/external/appcompat/res/values-large/themes_base.xml deleted file mode 100644 index aafef5fb..00000000 --- a/external/appcompat/res/values-large/themes_base.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/values-v11/styles_base_text.xml b/external/appcompat/res/values-v11/styles_base_text.xml deleted file mode 100644 index d7118c0d..00000000 --- a/external/appcompat/res/values-v11/styles_base_text.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - \ 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 deleted file mode 100644 index ca583fab..00000000 --- a/external/appcompat/res/values-v11/themes_base.xml +++ /dev/null @@ -1,362 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values-v14/styles_base.xml b/external/appcompat/res/values-v14/styles_base.xml deleted file mode 100644 index 4c64aeec..00000000 --- a/external/appcompat/res/values-v14/styles_base.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values-v14/themes_base.xml b/external/appcompat/res/values-v14/themes_base.xml deleted file mode 100644 index 3f26ca22..00000000 --- a/external/appcompat/res/values-v14/themes_base.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values-v17/styles_rtl.xml b/external/appcompat/res/values-v17/styles_rtl.xml deleted file mode 100644 index 0c7d8611..00000000 --- a/external/appcompat/res/values-v17/styles_rtl.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/values-v21/styles_base.xml b/external/appcompat/res/values-v21/styles_base.xml deleted file mode 100644 index 648dfd2d..00000000 --- a/external/appcompat/res/values-v21/styles_base.xml +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values-v21/styles_base_text.xml b/external/appcompat/res/values-v21/styles_base_text.xml deleted file mode 100644 index 241a91b6..00000000 --- a/external/appcompat/res/values-v21/styles_base_text.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values-vi/strings.xml b/external/appcompat/res/values-vi/strings.xml deleted file mode 100644 index 21dd8834..00000000 --- a/external/appcompat/res/values-vi/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Xong" - "Điều hướng về trang chủ" - "Điều hướng lên trên" - "Thêm tùy chọn" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index e5b2456c..00000000 --- a/external/appcompat/res/values-w360dp/dimens.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 470f89be..00000000 --- a/external/appcompat/res/values-w480dp/bools.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - true - diff --git a/external/appcompat/res/values-w480dp/config.xml b/external/appcompat/res/values-w480dp/config.xml deleted file mode 100644 index e95b6ff8..00000000 --- a/external/appcompat/res/values-w480dp/config.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - true - diff --git a/external/appcompat/res/values-w500dp/dimens.xml b/external/appcompat/res/values-w500dp/dimens.xml deleted file mode 100644 index dd6458be..00000000 --- a/external/appcompat/res/values-w500dp/dimens.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 252ba6a7..00000000 --- a/external/appcompat/res/values-w600dp/dimens.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - 5 - - - 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 deleted file mode 100644 index 05c5aabf..00000000 --- a/external/appcompat/res/values-w720dp/bools.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - false - \ No newline at end of file diff --git a/external/appcompat/res/values-xlarge-land/dimens.xml b/external/appcompat/res/values-xlarge-land/dimens.xml deleted file mode 100644 index dea6c74d..00000000 --- a/external/appcompat/res/values-xlarge-land/dimens.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - 256dip - - diff --git a/external/appcompat/res/values-xlarge/bools.xml b/external/appcompat/res/values-xlarge/bools.xml deleted file mode 100644 index 05c5aabf..00000000 --- a/external/appcompat/res/values-xlarge/bools.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - 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 deleted file mode 100644 index 3eb29620..00000000 --- a/external/appcompat/res/values-xlarge/dimens.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - 5 - - - 192dip - - - 50% - - 70% - - 60% - - 90% - - diff --git a/external/appcompat/res/values-zh-rCN/strings.xml b/external/appcompat/res/values-zh-rCN/strings.xml deleted file mode 100644 index 54e2c86f..00000000 --- a/external/appcompat/res/values-zh-rCN/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "完成" - "转到主屏幕" - "转到上一层级" - "更多选项" - "%1$s:%2$s" - "%1$s - %2$s:%3$s" - "搜索" - "搜索查询" - "清除查询" - "提交查询" - "语音搜索" - "选择应用" - "查看全部" - "通过%s分享" - "分享方式" - diff --git a/external/appcompat/res/values-zh-rHK/strings.xml b/external/appcompat/res/values-zh-rHK/strings.xml deleted file mode 100644 index e35d4651..00000000 --- a/external/appcompat/res/values-zh-rHK/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "完成" - "瀏覽主頁" - "向上瀏覽" - "更多選項" - "%1$s:%2$s" - "%1$s (%2$s):%3$s" - "搜尋" - "搜尋查詢" - "清除查詢" - "提交查詢" - "語音搜尋" - "選擇應用程式" - "顯示全部" - "與「%s」分享" - "分享對象" - diff --git a/external/appcompat/res/values-zh-rTW/strings.xml b/external/appcompat/res/values-zh-rTW/strings.xml deleted file mode 100644 index 24d530cb..00000000 --- a/external/appcompat/res/values-zh-rTW/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "完成" - "瀏覽首頁" - "向上瀏覽" - "更多選項" - "%1$s:%2$s" - "%1$s - %2$s:%3$s" - "搜尋" - "搜尋查詢" - "清除查詢" - "提交查詢" - "語音搜尋" - "選擇應用程式" - "查看全部" - "與「%s」分享" - "選擇分享對象" - diff --git a/external/appcompat/res/values-zu/strings.xml b/external/appcompat/res/values-zu/strings.xml deleted file mode 100644 index a6a06ab2..00000000 --- a/external/appcompat/res/values-zu/strings.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - - "Kwenziwe" - "Zulazulela ekhaya" - "Zulazulela phezulu" - "Izinketho eziningi" - "%1$s, %2$s" - "%1$s, %2$s, %3$s" - "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 deleted file mode 100644 index 896a80a4..00000000 --- a/external/appcompat/res/values/attrs.xml +++ /dev/null @@ -1,820 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/res/values/bools.xml b/external/appcompat/res/values/bools.xml deleted file mode 100644 index 79a5035a..00000000 --- a/external/appcompat/res/values/bools.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - true - false - true - - false - diff --git a/external/appcompat/res/values/colors.xml b/external/appcompat/res/values/colors.xml deleted file mode 100644 index 32142019..00000000 --- a/external/appcompat/res/values/colors.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - #7fa87f - @android:color/black - @android:color/black - - @android:color/black - \ No newline at end of file diff --git a/external/appcompat/res/values/colors_material.xml b/external/appcompat/res/values/colors_material.xml deleted file mode 100644 index 94448b58..00000000 --- a/external/appcompat/res/values/colors_material.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - #ff303030 - #ffeeeeee - #ff424242 - #ffeeeeee - - #ff212121 - #ffbdbdbd - #ff000000 - #ff757575 - - #40ffffff - #40000000 - - @color/material_deep_teal_500 - @color/material_deep_teal_200 - - #ff5a595b - #ffd6d7d7 - - #ffbdbdbd - #fff1f1f1 - - @android:color/white - @android:color/black - - #80ffffff - - #80000000 - @color/bright_foreground_material_light - @color/bright_foreground_material_dark - - #ffbebebe - #ff323232 - #80bebebe - #80323232 - - @color/bright_foreground_disabled_material_dark - @color/bright_foreground_disabled_material_light - - - #6680cbc4 - - #66009688 - - @color/material_deep_teal_200 - @color/material_deep_teal_500 - - - - - #de000000 - #8a000000 - - #ffffffff - #b3ffffff - - 0.26 - 0.30 - - - #39000000 - #24000000 - - - #4Dffffff - #36ffffff - - - - - #ff80cbc4 - #ff009688 - - #ff37474f - #ff263238 - #ff21272b - - diff --git a/external/appcompat/res/values/config.xml b/external/appcompat/res/values/config.xml deleted file mode 100644 index a57f2e4a..00000000 --- a/external/appcompat/res/values/config.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - 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 deleted file mode 100644 index 54baac37..00000000 --- a/external/appcompat/res/values/dimens.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - 2 - - - 180dp - - - 48dp - - 40dp - - 296dp - - - 160dip - - 320dip - - - 8dip - 8dip - - 32dip - - - - 320dp - - 320dp - - 80% - - 100% - - - 4dp - - 4dp - - diff --git a/external/appcompat/res/values/dimens_material.xml b/external/appcompat/res/values/dimens_material.xml deleted file mode 100644 index a620b310..00000000 --- a/external/appcompat/res/values/dimens_material.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - 56dp - - 4dp - - 16dp - - -3dp - - 5dp - - 36dp - 48dp - 48dp - - 112sp - 56sp - 45sp - 34sp - 24sp - 20sp - 16sp - 20dp - 16dp - 16sp - 16sp - 16sp - 12sp - 14sp - - 22sp - 18sp - 14sp - - diff --git a/external/appcompat/res/values/ids.xml b/external/appcompat/res/values/ids.xml deleted file mode 100644 index 2e6ef249..00000000 --- a/external/appcompat/res/values/ids.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - diff --git a/external/appcompat/res/values/strings.xml b/external/appcompat/res/values/strings.xml deleted file mode 100644 index 765833da..00000000 --- a/external/appcompat/res/values/strings.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - Done - - Navigate home - - Navigate up - - More options - - - %1$s, %2$s - - %1$s, %2$s, %3$s - - - 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 deleted file mode 100644 index 1b8b53b8..00000000 --- a/external/appcompat/res/values/styles.xml +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/values/styles_rtl.xml b/external/appcompat/res/values/styles_rtl.xml deleted file mode 100644 index fad12917..00000000 --- a/external/appcompat/res/values/styles_rtl.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/external/appcompat/res/values/themes.xml b/external/appcompat/res/values/themes.xml deleted file mode 100644 index 05b86574..00000000 --- a/external/appcompat/res/values/themes.xml +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/external/appcompat/src/.readme b/external/appcompat/src/.readme deleted file mode 100644 index 4bcebad8..00000000 --- a/external/appcompat/src/.readme +++ /dev/null @@ -1,2 +0,0 @@ -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/libs/android-support-v4.jar b/libs/android-support-v4.jar new file mode 100644 index 00000000..aa0b1a5c Binary files /dev/null and b/libs/android-support-v4.jar differ diff --git a/libs/jtorctl.jar.asc b/libs/jtorctl.jar.asc deleted file mode 100644 index 5389dd67..00000000 --- a/libs/jtorctl.jar.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAABAgAGBQJV8yWOAAoJEKgBGD5ps3qp3OoQAKyItgPtVtJpMf5N5kyhio/E -vturIcEDGt7IZd+Ra8VpAqvxlkaI9Er37jzoUlyhyt6nfehu2QVf2UKrUTPPC7hS -W2vmQi18R69zzF+quKJM/6pcODJSoaKEGLsA5ccsAWvCpywy0joGE13JtWvlqMlu -t4RkbZgz3Rb9+uthil+7g+K3I9d9FJiK+cgbLJAiWC+/0q/B+aZZYvOhekE7M4y3 -RpYuuSDIVnU+Whcg5X/LGuMqxreIA0rQKx2qqiTfZ3YFLM9tt98krakTl/NBkpqT -gvTUCYSgy8vdNUdiCM+jpXeE7DEKfysfdiRxSK7IV4FXqnPMwKS7PGMOFhec+PvG -832JYC+yqj62FJFoxkM0VWjUXQOXCL5TyTDM1ZPaIlfQzzuvU5znhOadLDkb+9NZ -oBdghMmckeVQwL9ZY+V1PJdojfDoXJN1Ql+Q3Giki1fKChkwv0pngEXaq0q1fhvU -OnWU6A8y9u8dP0doQ1rzVQwV3lk9TQFqmY7vdKlviYSVsRS0Wp/CvLXuBCR4GEvK -U5cMwwVTVJafMGzJYyemrdzBTqi3zygM2HCdClKTBHc5SVu09w4CzCgOIOFfMwGp -rUknbMmGkDlw5ujucRKcoCf1xaHfWG5eL8KikJLIsRPnIgkKi/ty2BIu5U6PLCQc -+pZ9ZrpUx60BTzBhexTM -=inkD ------END PGP SIGNATURE----- diff --git a/project.properties b/project.properties index c5e6dd1a..43a039ec 100644 --- a/project.properties +++ b/project.properties @@ -10,6 +10,5 @@ # Project target. target=android-22 -android.library.reference.1=external/appcompat -android.library.reference.2=external/superuser-commands/RootCommands-Library -android.library.reference.3=external/jsocks/jsockslib +android.library.reference.1=external/superuser-commands/RootCommands-Library +android.library.reference.2=external/jsocks/jsockslib diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml index a3b99dec..0cfd3f39 100644 --- a/res/layout/layout_main.xml +++ b/res/layout/layout_main.xml @@ -6,13 +6,6 @@ android:layout_height="match_parent" > - - - + - diff --git a/res/values/theme.xml b/res/values/theme.xml index 4d311776..53def162 100644 --- a/res/values/theme.xml +++ b/res/values/theme.xml @@ -1,13 +1,10 @@ - - - + diff --git a/src/org/torproject/android/OrbotMainActivity.java b/src/org/torproject/android/OrbotMainActivity.java index 3e64e5f1..5f5f0673 100644 --- a/src/org/torproject/android/OrbotMainActivity.java +++ b/src/org/torproject/android/OrbotMainActivity.java @@ -3,7 +3,23 @@ package org.torproject.android; -import android.annotation.TargetApi; +import java.io.UnsupportedEncodingException; +import java.net.URLDecoder; +import java.net.URLEncoder; +import java.text.NumberFormat; +import java.util.ArrayList; +import java.util.Locale; + +import org.json.JSONArray; +import org.torproject.android.service.TorService; +import org.torproject.android.service.TorServiceConstants; +import org.torproject.android.service.TorServiceUtils; +import org.torproject.android.settings.SettingsPreferences; +import org.torproject.android.ui.ImageProgressView; +import org.torproject.android.ui.PromoAppsActivity; +import org.torproject.android.ui.Rotate3dAnimation; +import org.torproject.android.vpn.VPNEnableActivity; + import android.app.Activity; import android.app.ActivityManager; import android.app.ActivityManager.RunningServiceInfo; @@ -20,16 +36,14 @@ import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; import android.net.Uri; -import android.net.VpnService; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.os.RemoteException; +import android.support.v4.app.ActionBarDrawerToggle; import android.support.v4.content.LocalBroadcastManager; import android.support.v4.widget.DrawerLayout; -import android.support.v7.app.ActionBarDrawerToggle; -import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.GestureDetector; import android.view.GestureDetector.SimpleOnGestureListener; @@ -42,7 +56,6 @@ import android.view.View; import android.view.View.OnClickListener; import android.view.View.OnLongClickListener; import android.view.View.OnTouchListener; -import android.view.Window; import android.view.animation.AccelerateInterpolator; import android.widget.AdapterView; import android.widget.AdapterView.OnItemSelectedListener; @@ -56,27 +69,6 @@ import android.widget.ToggleButton; import com.google.zxing.integration.android.IntentIntegrator; import com.google.zxing.integration.android.IntentResult; -import org.json.JSONArray; -import org.json.JSONObject; -import org.torproject.android.service.TorService; -import org.torproject.android.service.TorServiceConstants; -import org.torproject.android.service.TorServiceUtils; -import org.torproject.android.settings.SettingsPreferences; -import org.torproject.android.ui.ImageProgressView; -import org.torproject.android.ui.PromoAppsActivity; -import org.torproject.android.ui.Rotate3dAnimation; -import org.torproject.android.vpn.VPNEnableActivity; - -import java.io.IOException; -import java.io.UnsupportedEncodingException; -import java.net.URLDecoder; -import java.net.URLEncoder; -import java.text.NumberFormat; -import java.util.ArrayList; -import java.util.Collections; -import java.util.HashMap; -import java.util.Locale; - public class OrbotMainActivity extends Activity implements OrbotConstants, OnLongClickListener, OnTouchListener { @@ -94,12 +86,10 @@ public class OrbotMainActivity extends Activity private ToggleButton mBtnBridges = null; private Spinner spnCountries = null; - private DrawerLayout mDrawer; private ActionBarDrawerToggle mDrawerToggle; - private Toolbar mToolbar; - + /* Some tracking bits */ private String torStatus = null; //latest status reported from the tor service private Intent lastStatusIntent; // the last ACTION_STATUS Intent received @@ -203,30 +193,19 @@ public class OrbotMainActivity extends Activity { setContentView(R.layout.layout_main); - mToolbar = (Toolbar) findViewById(R.id.toolbar); - mToolbar.inflateMenu(R.menu.orbot_main); - mToolbar.setTitle(R.string.app_name); + // mToolbar = (Toolbar) findViewById(R.id.toolbar); + setTitle(R.string.app_name); mDrawer = (DrawerLayout) findViewById(R.id.drawer_layout); mDrawerToggle = new ActionBarDrawerToggle( - this, mDrawer, mToolbar, + this, mDrawer, R.drawable.ic_launcher, android.R.string.ok, android.R.string.cancel ); - - mDrawer.setDrawerListener(mDrawerToggle); - mDrawerToggle.setDrawerIndicatorEnabled(true); - mDrawerToggle.syncState(); - mDrawerToggle.setToolbarNavigationClickListener(new OnClickListener () - { - @Override - public void onClick(View v) { - } - - - }); - - setupMenu(); + getActionBar().setHomeButtonEnabled(true); + mDrawerToggle.setDrawerIndicatorEnabled(true); + mDrawer.setDrawerListener(mDrawerToggle); + mDrawerToggle.syncState(); mTxtOrbotLog = (TextView)findViewById(R.id.orbotLog); @@ -380,8 +359,65 @@ public class OrbotMainActivity extends Activity return true; } + + - private void showAbout () + @Override + public boolean onOptionsItemSelected(MenuItem item) { + + if (item.getItemId() == R.id.menu_settings) + { + Intent intent = new Intent(OrbotMainActivity.this, SettingsPreferences.class); + startActivityForResult(intent, REQUEST_SETTINGS); + } + else if (item.getItemId() == R.id.menu_promo_apps) + { + startActivity(new Intent(OrbotMainActivity.this, PromoAppsActivity.class)); + + } + else if (item.getItemId() == R.id.menu_exit) + { + //exit app + doExit(); + + + } + else if (item.getItemId() == R.id.menu_about) + { + showAbout(); + + + } + else if (item.getItemId() == R.id.menu_scan) + { + IntentIntegrator integrator = new IntentIntegrator(OrbotMainActivity.this); + integrator.initiateScan(); + } + else if (item.getItemId() == R.id.menu_share_bridge) + { + + String bridges = Prefs.getBridgesList(); + + if (bridges != null && bridges.length() > 0) + { + try { + bridges = "bridge://" + URLEncoder.encode(bridges,"UTF-8"); + + IntentIntegrator integrator = new IntentIntegrator(OrbotMainActivity.this); + integrator.shareText(bridges); + + } catch (UnsupportedEncodingException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } + } + + } + + return super.onOptionsItemSelected(item); + } + + private void showAbout () { LayoutInflater li = LayoutInflater.from(this); @@ -403,73 +439,7 @@ public class OrbotMainActivity extends Activity .setView(view) .show(); } - - private void setupMenu () - { - mToolbar.setOnMenuItemClickListener(new Toolbar.OnMenuItemClickListener () - { - - @Override - public boolean onMenuItemClick(MenuItem item) { - - if (item.getItemId() == R.id.menu_settings) - { - Intent intent = new Intent(OrbotMainActivity.this, SettingsPreferences.class); - startActivityForResult(intent, REQUEST_SETTINGS); - } - else if (item.getItemId() == R.id.menu_promo_apps) - { - startActivity(new Intent(OrbotMainActivity.this, PromoAppsActivity.class)); - - } - else if (item.getItemId() == R.id.menu_exit) - { - //exit app - doExit(); - - - } - else if (item.getItemId() == R.id.menu_about) - { - showAbout(); - - - } - else if (item.getItemId() == R.id.menu_scan) - { - IntentIntegrator integrator = new IntentIntegrator(OrbotMainActivity.this); - integrator.initiateScan(); - } - else if (item.getItemId() == R.id.menu_share_bridge) - { - - String bridges = Prefs.getBridgesList(); - - if (bridges != null && bridges.length() > 0) - { - try { - bridges = "bridge://" + URLEncoder.encode(bridges,"UTF-8"); - - IntentIntegrator integrator = new IntentIntegrator(OrbotMainActivity.this); - integrator.shareText(bridges); - - } catch (UnsupportedEncodingException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - - } - - return true; - - } - - }); - - - } /** * This is our attempt to REALLY exit Orbot, and stop the background service diff --git a/src/org/torproject/android/service/TorService.java b/src/org/torproject/android/service/TorService.java index da4d0c10..73f3f95e 100644 --- a/src/org/torproject/android/service/TorService.java +++ b/src/org/torproject/android/service/TorService.java @@ -10,6 +10,7 @@ package org.torproject.android.service; import android.annotation.SuppressLint; import android.app.Notification; +import android.app.Notification.Builder; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; @@ -25,8 +26,6 @@ import android.net.NetworkInfo; import android.os.Build; import android.os.IBinder; import android.os.RemoteException; -import android.support.v4.app.NotificationCompat; -import android.support.v4.app.NotificationCompat.Builder; import android.support.v4.content.LocalBroadcastManager; import android.text.TextUtils; import android.util.Log; @@ -209,7 +208,7 @@ public class TorService extends Service implements TorServiceConstants, OrbotCon if (mNotifyBuilder == null) { - mNotifyBuilder = new NotificationCompat.Builder(this) + mNotifyBuilder = new Notification.Builder(this) .setContentTitle(getString(R.string.app_name)) .setSmallIcon(R.drawable.ic_stat_tor); @@ -549,8 +548,6 @@ public class TorService extends Service implements TorServiceConstants, OrbotCon mNotificationManager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); } - - torUpgradeAndConfig(); new Thread(new Runnable () { @@ -558,6 +555,9 @@ public class TorService extends Service implements TorServiceConstants, OrbotCon { try { + + torUpgradeAndConfig(); + findExistingTorDaemon(); } catch (Exception e)