├── README.md
├── ScreenRecorder
├── .classpath
├── .gitignore
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── MainActivity.apk
│ ├── R.txt
│ ├── ScreenRecorder.apk
│ ├── classes.dex
│ ├── classes
│ │ └── com
│ │ │ └── fzu
│ │ │ └── screenrecorder
│ │ │ ├── BuildConfig.class
│ │ │ ├── MainActivity.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$menu.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ └── ScreenRecorder.class
│ ├── dexedLibs
│ │ ├── android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar
│ │ ├── android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar
│ │ ├── android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar
│ │ ├── okhttp-3.4.1-4c47f4877bf2fd9d10e62a1d7740944f.jar
│ │ ├── okhttputils-2_6_2-653508b1acf6bbe3deea0b77c3ad02cb.jar
│ │ ├── okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar
│ │ └── okio-1.10.0-fabaa56b46a9ec72d87b675228a4dcd4.jar
│ ├── jarlist.cache
│ ├── res
│ │ └── crunch
│ │ │ ├── drawable-hdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ │ └── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ └── resources.ap_
├── build.gradle
├── gen
│ └── com
│ │ └── fzu
│ │ └── screenrecorder
│ │ ├── BuildConfig.java
│ │ └── R.java
├── libs
│ ├── okhttp-3.4.1.jar
│ ├── okhttputils-2_6_2.jar
│ └── okio-1.10.0.jar
├── proguard-rules.pro
├── project.properties
├── res
│ ├── drawable-hdpi
│ │ └── ic_launcher.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ └── activity_main.xml
│ ├── menu
│ │ └── menu_main.xml
│ ├── values-v21
│ │ └── styles.xml
│ ├── values-w820dp
│ │ └── dimens.xml
│ └── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
└── src
│ └── com
│ └── fzu
│ └── screenrecorder
│ ├── MainActivity.java
│ └── ScreenRecorder.java
├── appcompat
├── .classpath
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── README.txt
├── bin
│ ├── AndroidManifest.xml
│ ├── R.txt
│ ├── android-support-v7-appcompat.jar
│ ├── classes
│ │ ├── .readme
│ │ └── android
│ │ │ └── support
│ │ │ └── v7
│ │ │ └── appcompat
│ │ │ ├── BuildConfig.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$bool.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$integer.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R$styleable.class
│ │ │ └── R.class
│ ├── jarlist.cache
│ └── res
│ │ └── crunch
│ │ ├── drawable-hdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ ├── drawable-ldrtl-hdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── drawable-ldrtl-mdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── drawable-ldrtl-xhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── drawable-ldrtl-xxhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── drawable-ldrtl-xxxhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── drawable-mdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ ├── drawable-xhdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ ├── drawable-xxhdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ └── drawable-xxxhdpi
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ └── abc_tab_indicator_mtrl_alpha.9.png
├── gen
│ └── android
│ │ └── support
│ │ └── v7
│ │ └── appcompat
│ │ ├── BuildConfig.java
│ │ └── R.java
├── libs
│ ├── android-support-v4.jar
│ └── android-support-v7-appcompat.jar
├── project.properties
├── res
│ ├── anim
│ │ ├── abc_fade_in.xml
│ │ ├── abc_fade_out.xml
│ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ ├── abc_popup_enter.xml
│ │ ├── abc_popup_exit.xml
│ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ ├── abc_slide_in_bottom.xml
│ │ ├── abc_slide_in_top.xml
│ │ ├── abc_slide_out_bottom.xml
│ │ └── abc_slide_out_top.xml
│ ├── color-v11
│ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ └── abc_background_cache_hint_selector_material_light.xml
│ ├── color-v23
│ │ └── abc_color_highlight_material.xml
│ ├── color
│ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ ├── abc_primary_text_material_dark.xml
│ │ ├── abc_primary_text_material_light.xml
│ │ ├── abc_search_url_text.xml
│ │ ├── abc_secondary_text_material_dark.xml
│ │ ├── abc_secondary_text_material_light.xml
│ │ ├── switch_thumb_material_dark.xml
│ │ └── switch_thumb_material_light.xml
│ ├── drawable-hdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ ├── drawable-ldrtl-hdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-ldrtl-mdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-ldrtl-xhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-ldrtl-xxhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-ldrtl-xxxhdpi
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ └── abc_spinner_mtrl_am_alpha.9.png
│ ├── drawable-mdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ ├── drawable-v21
│ │ ├── abc_action_bar_item_background_material.xml
│ │ └── abc_btn_colored_material.xml
│ ├── drawable-v23
│ │ └── abc_control_background_material.xml
│ ├── drawable-xhdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ ├── drawable-xxhdpi
│ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ ├── abc_list_focused_holo.9.png
│ │ ├── abc_list_longpressed_holo.9.png
│ │ ├── abc_list_pressed_holo_dark.9.png
│ │ ├── abc_list_pressed_holo_light.9.png
│ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ ├── drawable-xxxhdpi
│ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ └── abc_tab_indicator_mtrl_alpha.9.png
│ ├── drawable
│ │ ├── abc_btn_borderless_material.xml
│ │ ├── abc_btn_check_material.xml
│ │ ├── abc_btn_colored_material.xml
│ │ ├── abc_btn_default_mtrl_shape.xml
│ │ ├── abc_btn_radio_material.xml
│ │ ├── abc_cab_background_internal_bg.xml
│ │ ├── abc_cab_background_top_material.xml
│ │ ├── abc_dialog_material_background_dark.xml
│ │ ├── abc_dialog_material_background_light.xml
│ │ ├── abc_edit_text_material.xml
│ │ ├── abc_item_background_holo_dark.xml
│ │ ├── abc_item_background_holo_light.xml
│ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ ├── abc_list_selector_holo_dark.xml
│ │ ├── abc_list_selector_holo_light.xml
│ │ ├── abc_ratingbar_full_material.xml
│ │ ├── abc_spinner_textfield_background_material.xml
│ │ ├── abc_switch_thumb_material.xml
│ │ ├── abc_tab_indicator_material.xml
│ │ ├── abc_text_cursor_material.xml
│ │ └── abc_textfield_search_material.xml
│ ├── layout
│ │ ├── abc_action_bar_title_item.xml
│ │ ├── abc_action_bar_up_container.xml
│ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ ├── abc_action_menu_item_layout.xml
│ │ ├── abc_action_menu_layout.xml
│ │ ├── abc_action_mode_bar.xml
│ │ ├── abc_action_mode_close_item_material.xml
│ │ ├── abc_activity_chooser_view.xml
│ │ ├── abc_activity_chooser_view_list_item.xml
│ │ ├── abc_alert_dialog_material.xml
│ │ ├── abc_dialog_title_material.xml
│ │ ├── abc_expanded_menu_layout.xml
│ │ ├── abc_list_menu_item_checkbox.xml
│ │ ├── abc_list_menu_item_icon.xml
│ │ ├── abc_list_menu_item_layout.xml
│ │ ├── abc_list_menu_item_radio.xml
│ │ ├── abc_popup_menu_item_layout.xml
│ │ ├── abc_screen_content_include.xml
│ │ ├── abc_screen_simple.xml
│ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ ├── abc_screen_toolbar.xml
│ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ ├── abc_search_view.xml
│ │ ├── abc_select_dialog_material.xml
│ │ ├── notification_media_action.xml
│ │ ├── notification_media_cancel_action.xml
│ │ ├── notification_template_big_media.xml
│ │ ├── notification_template_big_media_narrow.xml
│ │ ├── notification_template_lines.xml
│ │ ├── notification_template_media.xml
│ │ ├── notification_template_part_chronometer.xml
│ │ ├── notification_template_part_time.xml
│ │ ├── select_dialog_item_material.xml
│ │ ├── select_dialog_multichoice_material.xml
│ │ ├── select_dialog_singlechoice_material.xml
│ │ └── support_simple_spinner_dropdown_item.xml
│ ├── values-af
│ │ └── strings.xml
│ ├── values-am
│ │ └── strings.xml
│ ├── values-ar
│ │ └── strings.xml
│ ├── values-az-rAZ
│ │ └── strings.xml
│ ├── values-bg
│ │ └── strings.xml
│ ├── values-bn-rBD
│ │ └── strings.xml
│ ├── values-ca
│ │ └── strings.xml
│ ├── values-cs
│ │ └── strings.xml
│ ├── values-da
│ │ └── strings.xml
│ ├── values-de
│ │ └── strings.xml
│ ├── values-el
│ │ └── strings.xml
│ ├── values-en-rAU
│ │ └── strings.xml
│ ├── values-en-rGB
│ │ └── strings.xml
│ ├── values-en-rIN
│ │ └── strings.xml
│ ├── values-es-rUS
│ │ └── strings.xml
│ ├── values-es
│ │ └── strings.xml
│ ├── values-et-rEE
│ │ └── strings.xml
│ ├── values-eu-rES
│ │ └── strings.xml
│ ├── values-fa
│ │ └── strings.xml
│ ├── values-fi
│ │ └── strings.xml
│ ├── values-fr-rCA
│ │ └── strings.xml
│ ├── values-fr
│ │ └── strings.xml
│ ├── values-gl-rES
│ │ └── strings.xml
│ ├── values-gu-rIN
│ │ └── strings.xml
│ ├── values-h720dp
│ │ └── dimens.xml
│ ├── values-hdpi
│ │ └── styles_base.xml
│ ├── values-hi
│ │ └── strings.xml
│ ├── values-hr
│ │ └── strings.xml
│ ├── values-hu
│ │ └── strings.xml
│ ├── values-hy-rAM
│ │ └── strings.xml
│ ├── values-in
│ │ └── strings.xml
│ ├── values-is-rIS
│ │ └── strings.xml
│ ├── values-it
│ │ └── strings.xml
│ ├── values-iw
│ │ └── strings.xml
│ ├── values-ja
│ │ └── strings.xml
│ ├── values-ka-rGE
│ │ └── strings.xml
│ ├── values-kk-rKZ
│ │ └── strings.xml
│ ├── values-km-rKH
│ │ └── strings.xml
│ ├── values-kn-rIN
│ │ └── strings.xml
│ ├── values-ko
│ │ └── strings.xml
│ ├── values-ky-rKG
│ │ └── strings.xml
│ ├── values-land
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── dimens_material.xml
│ ├── values-large
│ │ ├── bools.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ └── themes_base.xml
│ ├── values-lo-rLA
│ │ └── strings.xml
│ ├── values-lt
│ │ └── strings.xml
│ ├── values-lv
│ │ └── strings.xml
│ ├── values-mk-rMK
│ │ └── strings.xml
│ ├── values-ml-rIN
│ │ └── strings.xml
│ ├── values-mn-rMN
│ │ └── strings.xml
│ ├── values-mr-rIN
│ │ └── strings.xml
│ ├── values-ms-rMY
│ │ └── strings.xml
│ ├── values-my-rMM
│ │ └── strings.xml
│ ├── values-nb
│ │ └── strings.xml
│ ├── values-ne-rNP
│ │ └── strings.xml
│ ├── values-nl
│ │ └── strings.xml
│ ├── values-pa-rIN
│ │ └── strings.xml
│ ├── values-pl
│ │ └── strings.xml
│ ├── values-port
│ │ └── bools.xml
│ ├── values-pt-rPT
│ │ └── strings.xml
│ ├── values-pt
│ │ └── strings.xml
│ ├── values-ro
│ │ └── strings.xml
│ ├── values-ru
│ │ └── strings.xml
│ ├── values-si-rLK
│ │ └── strings.xml
│ ├── values-sk
│ │ └── strings.xml
│ ├── values-sl
│ │ └── strings.xml
│ ├── values-sq-rAL
│ │ └── strings.xml
│ ├── values-sr
│ │ └── strings.xml
│ ├── values-sv
│ │ └── strings.xml
│ ├── values-sw
│ │ └── strings.xml
│ ├── values-sw600dp
│ │ ├── config.xml
│ │ └── dimens.xml
│ ├── values-ta-rIN
│ │ └── strings.xml
│ ├── values-te-rIN
│ │ └── strings.xml
│ ├── values-th
│ │ └── strings.xml
│ ├── values-tl
│ │ └── strings.xml
│ ├── values-tr
│ │ └── strings.xml
│ ├── values-uk
│ │ └── strings.xml
│ ├── values-ur-rPK
│ │ └── strings.xml
│ ├── values-uz-rUZ
│ │ └── strings.xml
│ ├── values-v11
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ └── themes_base.xml
│ ├── values-v12
│ │ └── styles_base.xml
│ ├── values-v14
│ │ ├── styles.xml
│ │ ├── styles_base_text.xml
│ │ └── themes_base.xml
│ ├── values-v17
│ │ └── styles_rtl.xml
│ ├── values-v18
│ │ └── dimens.xml
│ ├── values-v21
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ └── themes_base.xml
│ ├── values-v22
│ │ └── themes_base.xml
│ ├── values-vi
│ │ └── strings.xml
│ ├── values-w360dp
│ │ └── dimens.xml
│ ├── values-w480dp
│ │ ├── bools.xml
│ │ └── config.xml
│ ├── values-w500dp
│ │ └── dimens.xml
│ ├── values-w600dp
│ │ └── dimens.xml
│ ├── values-w720dp
│ │ └── bools.xml
│ ├── values-xlarge-land
│ │ └── dimens.xml
│ ├── values-xlarge
│ │ ├── bools.xml
│ │ └── dimens.xml
│ ├── values-zh-rCN
│ │ └── strings.xml
│ ├── values-zh-rHK
│ │ └── strings.xml
│ ├── values-zh-rTW
│ │ └── strings.xml
│ ├── values-zu
│ │ └── strings.xml
│ └── values
│ │ ├── attrs.xml
│ │ ├── bools.xml
│ │ ├── colors.xml
│ │ ├── colors_material.xml
│ │ ├── config.xml
│ │ ├── dimens.xml
│ │ ├── dimens_material.xml
│ │ ├── ids.xml
│ │ ├── strings.xml
│ │ ├── styles.xml
│ │ ├── styles_base.xml
│ │ ├── styles_base_text.xml
│ │ ├── styles_rtl.xml
│ │ ├── themes.xml
│ │ └── themes_base.xml
└── src
│ └── .readme
├── okhttp3-persistent-cookiejar
├── .classpath
├── .gitignore
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── R.txt
│ ├── jarlist.cache
│ └── okhttp3-persistent-cookiejar.jar
├── build.gradle
├── libs
│ ├── okhttp-3.4.1.jar
│ └── okio-1.10.0.jar
├── proguard-rules.pro
├── project.properties
├── res
│ └── values
│ │ └── strings.xml
└── src
│ └── com
│ └── franmontiel
│ └── persistentcookiejar
│ ├── ClearableCookieJar.java
│ ├── PersistentCookieJar.java
│ ├── cache
│ ├── CookieCache.java
│ ├── IdentifiableCookie.java
│ └── SetCookieCache.java
│ └── persistence
│ ├── CookiePersistor.java
│ ├── SerializableCookie.java
│ └── SharedPrefsCookiePersistor.java
├── okhttputils
├── .classpath
├── .gitignore
├── .project
├── .settings
│ └── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── bin
│ ├── AndroidManifest.xml
│ ├── classes
│ │ └── com
│ │ │ └── zhy
│ │ │ └── http
│ │ │ └── okhttp
│ │ │ ├── BuildConfig.class
│ │ │ ├── OkHttpUtils$1.class
│ │ │ ├── OkHttpUtils$2.class
│ │ │ ├── OkHttpUtils$3.class
│ │ │ ├── OkHttpUtils$METHOD.class
│ │ │ ├── OkHttpUtils.class
│ │ │ ├── builder
│ │ │ ├── GetBuilder.class
│ │ │ ├── HasParamsable.class
│ │ │ ├── HeadBuilder.class
│ │ │ ├── OkHttpRequestBuilder.class
│ │ │ ├── OtherRequestBuilder.class
│ │ │ ├── PostFileBuilder.class
│ │ │ ├── PostFormBuilder$FileInput.class
│ │ │ ├── PostFormBuilder.class
│ │ │ └── PostStringBuilder.class
│ │ │ ├── callback
│ │ │ ├── BitmapCallback.class
│ │ │ ├── Callback$1.class
│ │ │ ├── Callback.class
│ │ │ ├── FileCallBack$1.class
│ │ │ ├── FileCallBack.class
│ │ │ ├── GenericsCallback.class
│ │ │ ├── IGenericsSerializator.class
│ │ │ └── StringCallback.class
│ │ │ ├── cookie
│ │ │ ├── CookieJarImpl.class
│ │ │ └── store
│ │ │ │ ├── CookieStore.class
│ │ │ │ ├── HasCookieStore.class
│ │ │ │ ├── MemoryCookieStore.class
│ │ │ │ ├── PersistentCookieStore.class
│ │ │ │ └── SerializableHttpCookie.class
│ │ │ ├── https
│ │ │ ├── HttpsUtils$MyTrustManager.class
│ │ │ ├── HttpsUtils$SSLParams.class
│ │ │ ├── HttpsUtils$UnSafeHostnameVerifier.class
│ │ │ ├── HttpsUtils$UnSafeTrustManager.class
│ │ │ └── HttpsUtils.class
│ │ │ ├── log
│ │ │ └── LoggerInterceptor.class
│ │ │ ├── request
│ │ │ ├── CountingRequestBody$CountingSink.class
│ │ │ ├── CountingRequestBody$Listener.class
│ │ │ ├── CountingRequestBody.class
│ │ │ ├── GetRequest.class
│ │ │ ├── OkHttpRequest.class
│ │ │ ├── OtherRequest.class
│ │ │ ├── PostFileRequest$1$1.class
│ │ │ ├── PostFileRequest$1.class
│ │ │ ├── PostFileRequest.class
│ │ │ ├── PostFormRequest$1$1.class
│ │ │ ├── PostFormRequest$1.class
│ │ │ ├── PostFormRequest.class
│ │ │ ├── PostStringRequest.class
│ │ │ └── RequestCall.class
│ │ │ └── utils
│ │ │ ├── Exceptions.class
│ │ │ ├── ImageUtils$ImageSize.class
│ │ │ ├── ImageUtils.class
│ │ │ ├── L.class
│ │ │ ├── Platform$Android$MainThreadExecutor.class
│ │ │ ├── Platform$Android.class
│ │ │ └── Platform.class
│ ├── jarlist.cache
│ └── okhttputils.jar
├── build.gradle
├── gen
│ └── com
│ │ └── zhy
│ │ └── http
│ │ └── okhttp
│ │ └── BuildConfig.java
├── libs
│ ├── okhttp-3.4.1.jar
│ └── okio-1.10.0.jar
├── okhttputils.iml
├── proguard-rules.pro
├── project.properties
└── src
│ └── com
│ └── zhy
│ └── http
│ └── okhttp
│ ├── OkHttpUtils.java
│ ├── builder
│ ├── GetBuilder.java
│ ├── HasParamsable.java
│ ├── HeadBuilder.java
│ ├── OkHttpRequestBuilder.java
│ ├── OtherRequestBuilder.java
│ ├── PostFileBuilder.java
│ ├── PostFormBuilder.java
│ └── PostStringBuilder.java
│ ├── callback
│ ├── BitmapCallback.java
│ ├── Callback.java
│ ├── FileCallBack.java
│ ├── GenericsCallback.java
│ ├── IGenericsSerializator.java
│ └── StringCallback.java
│ ├── cookie
│ ├── CookieJarImpl.java
│ └── store
│ │ ├── CookieStore.java
│ │ ├── HasCookieStore.java
│ │ ├── MemoryCookieStore.java
│ │ ├── PersistentCookieStore.java
│ │ └── SerializableHttpCookie.java
│ ├── https
│ └── HttpsUtils.java
│ ├── log
│ └── LoggerInterceptor.java
│ ├── request
│ ├── CountingRequestBody.java
│ ├── GetRequest.java
│ ├── OkHttpRequest.java
│ ├── OtherRequest.java
│ ├── PostFileRequest.java
│ ├── PostFormRequest.java
│ ├── PostStringRequest.java
│ └── RequestCall.java
│ └── utils
│ ├── Exceptions.java
│ ├── ImageUtils.java
│ ├── L.java
│ └── Platform.java
└── sample-okhttp
├── .classpath
├── .gitignore
├── .project
├── .settings
└── org.eclipse.jdt.core.prefs
├── AndroidManifest.xml
├── assets
├── srca.cer
├── zhy_client.bks
└── zhy_server.cer
├── bin
├── AndroidManifest.xml
├── MainActivity.apk
├── OkhttpSample.apk
├── R.txt
├── classes.dex
├── dexedLibs
│ ├── android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar
│ ├── android-support-v4-6e220ce1c45a65280c8b42e4de285cce.jar
│ ├── android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar
│ ├── android-support-v7-appcompat-55502dad04c069f3895ba5ce238f2c62.jar
│ ├── android-support-v7-appcompat-81a76f43db43136965d83d1054f9c01c.jar
│ ├── android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar
│ ├── gson-2.2.4-751ce00172a892c121f681d5e6d74d09.jar
│ ├── gson-2.2.4-987e751758b9bba6f45a6a2c1fb1ba11.jar
│ ├── okhttp-3.4.1-7469789b9846208aafb6c0341882f213.jar
│ ├── okhttp-3.4.1-b83a2b8c607b7ef7664dc7873d595519.jar
│ ├── okhttp3-persistent-cookiejar-05fe81b6e4309b6e187cb9ba991a0503.jar
│ ├── okhttp3-persistent-cookiejar-629d571f40d8a6fe591bcfbca5a1440d.jar
│ ├── okhttputils-ac6284796b2cbe69e2812459cfde822a.jar
│ ├── okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar
│ ├── okio-1.10.0-0fc5ceaeb7d8a7b40821335f038bfcf8.jar
│ └── okio-1.10.0-f2cb20d73090ad123155cdbb4600963f.jar
├── jarlist.cache
├── res
│ └── crunch
│ │ ├── mipmap-hdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ └── ic_launcher.png
│ │ └── mipmap-xxhdpi
│ │ └── ic_launcher.png
└── resources.ap_
├── build.gradle
├── libs
└── gson-2.2.4.jar
├── proguard-rules.pro
├── project.properties
├── res
├── layout
│ └── activity_main.xml
├── menu
│ └── menu_main.xml
├── mipmap-hdpi
│ └── ic_launcher.png
├── mipmap-mdpi
│ └── ic_launcher.png
├── mipmap-xhdpi
│ └── ic_launcher.png
├── mipmap-xxhdpi
│ └── ic_launcher.png
├── values-w820dp
│ └── dimens.xml
└── values
│ ├── dimens.xml
│ ├── strings.xml
│ └── styles.xml
├── sample-okhttp.iml
└── src
└── com
└── zhy
└── sample_okhttp
├── FlowLayout.java
├── JsonGenericsSerializator.java
├── ListUserCallback.java
├── MainActivity.java
├── MyApplication.java
├── User.java
└── UserCallback.java
/README.md:
--------------------------------------------------------------------------------
1 | # Android_ScreenRecorder
2 | android直播推流端开发;实现屏幕录制与推流到服务器
3 |
4 | 名家解读干货:
5 | (https://zhuanlan.zhihu.com/p/20717041)
6 | (https://www.zhihu.com/question/42162310)
7 |
8 | 参考资料(https://github.com/pili-engineering)
9 |
--------------------------------------------------------------------------------
/ScreenRecorder/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/ScreenRecorder/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/ScreenRecorder/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/ScreenRecorder/bin/MainActivity.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/MainActivity.apk
--------------------------------------------------------------------------------
/ScreenRecorder/bin/R.txt:
--------------------------------------------------------------------------------
1 | int dimen activity_horizontal_margin 0x7f040000
2 | int dimen activity_vertical_margin 0x7f040001
3 | int drawable ic_launcher 0x7f020000
4 | int id action_settings 0x7f080002
5 | int id button 0x7f080001
6 | int id container 0x7f080000
7 | int layout activity_main 0x7f030000
8 | int menu menu_main 0x7f070000
9 | int string action_settings 0x7f050002
10 | int string app_name 0x7f050000
11 | int string hello_world 0x7f050001
12 | int style AppTheme 0x7f060000
13 |
--------------------------------------------------------------------------------
/ScreenRecorder/bin/ScreenRecorder.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/ScreenRecorder.apk
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes.dex
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/BuildConfig.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/MainActivity.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/MainActivity.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$attr.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$dimen.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$drawable.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$id.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$layout.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$menu.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$menu.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$string.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R$style.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/R.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/classes/com/fzu/screenrecorder/ScreenRecorder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/classes/com/fzu/screenrecorder/ScreenRecorder.class
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/okhttp-3.4.1-4c47f4877bf2fd9d10e62a1d7740944f.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/okhttp-3.4.1-4c47f4877bf2fd9d10e62a1d7740944f.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/okhttputils-2_6_2-653508b1acf6bbe3deea0b77c3ad02cb.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/okhttputils-2_6_2-653508b1acf6bbe3deea0b77c3ad02cb.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/dexedLibs/okio-1.10.0-fabaa56b46a9ec72d87b675228a4dcd4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/dexedLibs/okio-1.10.0-fabaa56b46a9ec72d87b675228a4dcd4.jar
--------------------------------------------------------------------------------
/ScreenRecorder/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/ScreenRecorder/bin/res/crunch/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/res/crunch/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/bin/res/crunch/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/res/crunch/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/bin/res/crunch/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/res/crunch/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/bin/res/crunch/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/bin/resources.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/bin/resources.ap_
--------------------------------------------------------------------------------
/ScreenRecorder/gen/com/fzu/screenrecorder/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package com.fzu.screenrecorder;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/ScreenRecorder/libs/okhttp-3.4.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/libs/okhttp-3.4.1.jar
--------------------------------------------------------------------------------
/ScreenRecorder/libs/okhttputils-2_6_2.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/libs/okhttputils-2_6_2.jar
--------------------------------------------------------------------------------
/ScreenRecorder/libs/okio-1.10.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/libs/okio-1.10.0.jar
--------------------------------------------------------------------------------
/ScreenRecorder/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-21
15 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/ScreenRecorder/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/ScreenRecorder/res/layout/activity_main.xml:
--------------------------------------------------------------------------------
1 |
5 |
6 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/menu/menu_main.xml:
--------------------------------------------------------------------------------
1 |
6 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/values-v21/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
5 |
6 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 | 64dp
6 |
7 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 |
6 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Screen Recorder
5 | Hello world!
6 | Settings
7 |
8 |
9 |
--------------------------------------------------------------------------------
/ScreenRecorder/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/appcompat/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3 | org.eclipse.jdt.core.compiler.compliance=1.6
4 | org.eclipse.jdt.core.compiler.source=1.6
5 |
--------------------------------------------------------------------------------
/appcompat/README.txt:
--------------------------------------------------------------------------------
1 | Library Project including compatibility ActionBar.
2 |
3 | This can be used by an Android project to provide
4 | access to ActionBar on applications running on API 7+.
5 |
6 | There is technically no source, but the src folder is necessary
7 | to ensure that the build system works. The content is actually
8 | located in libs/android-support-v7-appcompat.jar.
9 | The accompanying resources must also be included in the application.
10 |
11 |
--------------------------------------------------------------------------------
/appcompat/bin/android-support-v7-appcompat.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/android-support-v7-appcompat.jar
--------------------------------------------------------------------------------
/appcompat/bin/classes/.readme:
--------------------------------------------------------------------------------
1 | This hidden file is there to ensure there is an src folder.
2 | Once we support binary library this will go away.
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/BuildConfig.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$anim.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$anim.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$attr.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$attr.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$bool.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$bool.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$color.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$color.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$dimen.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$dimen.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$drawable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$drawable.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$id.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$id.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$integer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$integer.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$layout.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$layout.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$string.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$string.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$style.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$style.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R$styleable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R$styleable.class
--------------------------------------------------------------------------------
/appcompat/bin/classes/android/support/v7/appcompat/R.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/classes/android/support/v7/appcompat/R.class
--------------------------------------------------------------------------------
/appcompat/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/bin/res/crunch/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/gen/android/support/v7/appcompat/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package android.support.v7.appcompat;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/appcompat/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/appcompat/libs/android-support-v7-appcompat.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/libs/android-support-v7-appcompat.jar
--------------------------------------------------------------------------------
/appcompat/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-21
15 | android.library=true
16 |
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_focused_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/appcompat/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
--------------------------------------------------------------------------------
/appcompat/src/.readme:
--------------------------------------------------------------------------------
1 | This hidden file is there to ensure there is an src folder.
2 | Once we support binary library this will go away.
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/bin/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/bin/R.txt:
--------------------------------------------------------------------------------
1 | int string app_name 0x7f020000
2 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/bin/okhttp3-persistent-cookiejar.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttp3-persistent-cookiejar/bin/okhttp3-persistent-cookiejar.jar
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/libs/okhttp-3.4.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttp3-persistent-cookiejar/libs/okhttp-3.4.1.jar
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/libs/okio-1.10.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttp3-persistent-cookiejar/libs/okio-1.10.0.jar
--------------------------------------------------------------------------------
/okhttp3-persistent-cookiejar/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | PersistentCookieJar
3 |
4 |
--------------------------------------------------------------------------------
/okhttputils/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/okhttputils/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/okhttputils/.settings/org.eclipse.jdt.core.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4 | org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5 | org.eclipse.jdt.core.compiler.compliance=1.7
6 | org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7 | org.eclipse.jdt.core.compiler.debug.localVariable=generate
8 | org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9 | org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10 | org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11 | org.eclipse.jdt.core.compiler.source=1.7
12 |
--------------------------------------------------------------------------------
/okhttputils/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/okhttputils/bin/AndroidManifest.xml:
--------------------------------------------------------------------------------
1 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/BuildConfig.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/BuildConfig.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$2.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$3.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$METHOD.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils$METHOD.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/OkHttpUtils.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/GetBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/GetBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/HasParamsable.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/HasParamsable.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/HeadBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/HeadBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/OkHttpRequestBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/OkHttpRequestBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/OtherRequestBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/OtherRequestBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFileBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFileBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFormBuilder$FileInput.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFormBuilder$FileInput.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFormBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostFormBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostStringBuilder.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/builder/PostStringBuilder.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/BitmapCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/BitmapCallback.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/Callback$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/Callback$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/Callback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/Callback.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/FileCallBack$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/FileCallBack$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/FileCallBack.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/FileCallBack.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/GenericsCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/GenericsCallback.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/IGenericsSerializator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/IGenericsSerializator.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/callback/StringCallback.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/callback/StringCallback.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/CookieJarImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/CookieJarImpl.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/CookieStore.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/CookieStore.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/HasCookieStore.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/HasCookieStore.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/MemoryCookieStore.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/MemoryCookieStore.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/PersistentCookieStore.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/PersistentCookieStore.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/SerializableHttpCookie.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/cookie/store/SerializableHttpCookie.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$MyTrustManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$MyTrustManager.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$SSLParams.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$SSLParams.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$UnSafeHostnameVerifier.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$UnSafeHostnameVerifier.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$UnSafeTrustManager.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils$UnSafeTrustManager.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/https/HttpsUtils.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/log/LoggerInterceptor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/log/LoggerInterceptor.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody$CountingSink.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody$CountingSink.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody$Listener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody$Listener.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/CountingRequestBody.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/GetRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/GetRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/OkHttpRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/OkHttpRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/OtherRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/OtherRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest$1$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFileRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest$1$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest$1.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostFormRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostStringRequest.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/PostStringRequest.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/request/RequestCall.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/request/RequestCall.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Exceptions.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Exceptions.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/ImageUtils$ImageSize.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/ImageUtils$ImageSize.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/ImageUtils.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/ImageUtils.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/L.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/L.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform$Android$MainThreadExecutor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform$Android$MainThreadExecutor.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform$Android.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform$Android.class
--------------------------------------------------------------------------------
/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/classes/com/zhy/http/okhttp/utils/Platform.class
--------------------------------------------------------------------------------
/okhttputils/bin/jarlist.cache:
--------------------------------------------------------------------------------
1 | # cache for current jar dependency. DO NOT EDIT.
2 | # format is
3 | # Encoding is UTF-8
4 |
--------------------------------------------------------------------------------
/okhttputils/bin/okhttputils.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/bin/okhttputils.jar
--------------------------------------------------------------------------------
/okhttputils/gen/com/zhy/http/okhttp/BuildConfig.java:
--------------------------------------------------------------------------------
1 | /** Automatically generated file. DO NOT MODIFY */
2 | package com.zhy.http.okhttp;
3 |
4 | public final class BuildConfig {
5 | public final static boolean DEBUG = true;
6 | }
--------------------------------------------------------------------------------
/okhttputils/libs/okhttp-3.4.1.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/libs/okhttp-3.4.1.jar
--------------------------------------------------------------------------------
/okhttputils/libs/okio-1.10.0.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/okhttputils/libs/okio-1.10.0.jar
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/builder/HasParamsable.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.builder;
2 |
3 | import java.util.Map;
4 |
5 | /**
6 | * Created by zhy on 16/3/1.
7 | */
8 | public interface HasParamsable
9 | {
10 | OkHttpRequestBuilder params(Map params);
11 | OkHttpRequestBuilder addParams(String key, String val);
12 | }
13 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/builder/HeadBuilder.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.builder;
2 |
3 | import com.zhy.http.okhttp.OkHttpUtils;
4 | import com.zhy.http.okhttp.request.OtherRequest;
5 | import com.zhy.http.okhttp.request.RequestCall;
6 |
7 | /**
8 | * Created by zhy on 16/3/2.
9 | */
10 | public class HeadBuilder extends GetBuilder
11 | {
12 | @Override
13 | public RequestCall build()
14 | {
15 | return new OtherRequest(null, null, OkHttpUtils.METHOD.HEAD, url, tag, params, headers,id).build();
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/callback/BitmapCallback.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | import android.graphics.Bitmap;
4 | import android.graphics.BitmapFactory;
5 |
6 | import okhttp3.Response;
7 |
8 | /**
9 | * Created by zhy on 15/12/14.
10 | */
11 | public abstract class BitmapCallback extends Callback
12 | {
13 | @Override
14 | public Bitmap parseNetworkResponse(Response response , int id) throws Exception
15 | {
16 | return BitmapFactory.decodeStream(response.body().byteStream());
17 | }
18 |
19 | }
20 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/callback/IGenericsSerializator.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | /**
4 | * Created by JimGong on 2016/6/23.
5 | */
6 | public interface IGenericsSerializator {
7 | T transform(String response, Class classOfT);
8 | }
9 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/callback/StringCallback.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.callback;
2 |
3 | import java.io.IOException;
4 |
5 | import okhttp3.Response;
6 |
7 | /**
8 | * Created by zhy on 15/12/14.
9 | */
10 | public abstract class StringCallback extends Callback
11 | {
12 | @Override
13 | public String parseNetworkResponse(Response response, int id) throws IOException
14 | {
15 | return response.body().string();
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/cookie/store/CookieStore.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.cookie.store;
2 |
3 | import java.util.List;
4 |
5 | import okhttp3.Cookie;
6 | import okhttp3.HttpUrl;
7 |
8 | public interface CookieStore
9 | {
10 |
11 | void add(HttpUrl uri, List cookie);
12 |
13 | List get(HttpUrl uri);
14 |
15 | List getCookies();
16 |
17 | boolean remove(HttpUrl uri, Cookie cookie);
18 |
19 | boolean removeAll();
20 |
21 | }
22 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/cookie/store/HasCookieStore.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.cookie.store;
2 |
3 | /**
4 | * Created by zhy on 16/3/10.
5 | */
6 | public interface HasCookieStore
7 | {
8 | CookieStore getCookieStore();
9 | }
10 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/utils/Exceptions.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.utils;
2 |
3 | /**
4 | * Created by zhy on 15/12/14.
5 | */
6 | public class Exceptions
7 | {
8 | public static void illegalArgument(String msg, Object... params)
9 | {
10 | throw new IllegalArgumentException(String.format(msg, params));
11 | }
12 |
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/okhttputils/src/com/zhy/http/okhttp/utils/L.java:
--------------------------------------------------------------------------------
1 | package com.zhy.http.okhttp.utils;
2 |
3 | import android.util.Log;
4 |
5 | /**
6 | * Created by zhy on 15/11/6.
7 | */
8 | public class L
9 | {
10 | private static boolean debug = false;
11 |
12 | public static void e(String msg)
13 | {
14 | if (debug)
15 | {
16 | Log.e("OkHttp", msg);
17 | }
18 | }
19 |
20 | }
21 |
22 |
--------------------------------------------------------------------------------
/sample-okhttp/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/sample-okhttp/.gitignore:
--------------------------------------------------------------------------------
1 | /build
2 |
--------------------------------------------------------------------------------
/sample-okhttp/assets/srca.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/assets/srca.cer
--------------------------------------------------------------------------------
/sample-okhttp/assets/zhy_client.bks:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/assets/zhy_client.bks
--------------------------------------------------------------------------------
/sample-okhttp/assets/zhy_server.cer:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/assets/zhy_server.cer
--------------------------------------------------------------------------------
/sample-okhttp/bin/MainActivity.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/MainActivity.apk
--------------------------------------------------------------------------------
/sample-okhttp/bin/OkhttpSample.apk:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/OkhttpSample.apk
--------------------------------------------------------------------------------
/sample-okhttp/bin/classes.dex:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/classes.dex
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v4-116a77d49d5ccbb46773231c7733ebce.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v4-6e220ce1c45a65280c8b42e4de285cce.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v4-6e220ce1c45a65280c8b42e4de285cce.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-290f99d313f0e9b328db0e6794f6ed03.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-55502dad04c069f3895ba5ce238f2c62.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-55502dad04c069f3895ba5ce238f2c62.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-81a76f43db43136965d83d1054f9c01c.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-81a76f43db43136965d83d1054f9c01c.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/android-support-v7-appcompat-e82c0dc2bd39b3748081f60099279a4f.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/gson-2.2.4-751ce00172a892c121f681d5e6d74d09.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/gson-2.2.4-751ce00172a892c121f681d5e6d74d09.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/gson-2.2.4-987e751758b9bba6f45a6a2c1fb1ba11.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/gson-2.2.4-987e751758b9bba6f45a6a2c1fb1ba11.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttp-3.4.1-7469789b9846208aafb6c0341882f213.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttp-3.4.1-7469789b9846208aafb6c0341882f213.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttp-3.4.1-b83a2b8c607b7ef7664dc7873d595519.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttp-3.4.1-b83a2b8c607b7ef7664dc7873d595519.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttp3-persistent-cookiejar-05fe81b6e4309b6e187cb9ba991a0503.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttp3-persistent-cookiejar-05fe81b6e4309b6e187cb9ba991a0503.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttp3-persistent-cookiejar-629d571f40d8a6fe591bcfbca5a1440d.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttp3-persistent-cookiejar-629d571f40d8a6fe591bcfbca5a1440d.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttputils-ac6284796b2cbe69e2812459cfde822a.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttputils-ac6284796b2cbe69e2812459cfde822a.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okhttputils-b17bcac620f1ccfb86f157eb05f798e4.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okio-1.10.0-0fc5ceaeb7d8a7b40821335f038bfcf8.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okio-1.10.0-0fc5ceaeb7d8a7b40821335f038bfcf8.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/dexedLibs/okio-1.10.0-f2cb20d73090ad123155cdbb4600963f.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/dexedLibs/okio-1.10.0-f2cb20d73090ad123155cdbb4600963f.jar
--------------------------------------------------------------------------------
/sample-okhttp/bin/res/crunch/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/res/crunch/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/bin/res/crunch/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/res/crunch/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/bin/res/crunch/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/res/crunch/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/bin/res/crunch/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/res/crunch/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/bin/resources.ap_:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/bin/resources.ap_
--------------------------------------------------------------------------------
/sample-okhttp/libs/gson-2.2.4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/libs/gson-2.2.4.jar
--------------------------------------------------------------------------------
/sample-okhttp/res/menu/menu_main.xml:
--------------------------------------------------------------------------------
1 |
10 |
--------------------------------------------------------------------------------
/sample-okhttp/res/mipmap-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/res/mipmap-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/res/mipmap-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/res/mipmap-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/res/mipmap-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/res/mipmap-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/res/mipmap-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/suzeyinhappyboy/Android_ScreenRecorder/b03bef9dfebb81e22fc5c28ccfa73d31a01a960b/sample-okhttp/res/mipmap-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/sample-okhttp/res/values-w820dp/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 | 64dp
6 |
7 |
--------------------------------------------------------------------------------
/sample-okhttp/res/values/dimens.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 | 16dp
4 | 16dp
5 |
6 |
--------------------------------------------------------------------------------
/sample-okhttp/res/values/strings.xml:
--------------------------------------------------------------------------------
1 |
2 | Sample-okHttp
3 |
4 | Hello world!
5 | Settings
6 |
7 |
--------------------------------------------------------------------------------
/sample-okhttp/res/values/styles.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/sample-okhttp/src/com/zhy/sample_okhttp/JsonGenericsSerializator.java:
--------------------------------------------------------------------------------
1 | package com.zhy.sample_okhttp;
2 |
3 | import com.google.gson.Gson;
4 | import com.zhy.http.okhttp.callback.IGenericsSerializator;
5 |
6 | /**
7 | * Created by JimGong on 2016/6/23.
8 | */
9 | public class JsonGenericsSerializator implements IGenericsSerializator {
10 | Gson mGson = new Gson();
11 | @Override
12 | public T transform(String response, Class classOfT) {
13 | return mGson.fromJson(response, classOfT);
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/sample-okhttp/src/com/zhy/sample_okhttp/User.java:
--------------------------------------------------------------------------------
1 | package com.zhy.sample_okhttp;
2 |
3 | public class User {
4 |
5 | public String username ;
6 | public String password ;
7 |
8 | public User() {
9 | // TODO Auto-generated constructor stub
10 | }
11 |
12 | public User(String username, String password) {
13 | this.username = username;
14 | this.password = password;
15 | }
16 |
17 | @Override
18 | public String toString()
19 | {
20 | return "User{" +
21 | "username='" + username + '\'' +
22 | ", password='" + password + '\'' +
23 | '}';
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/sample-okhttp/src/com/zhy/sample_okhttp/UserCallback.java:
--------------------------------------------------------------------------------
1 | package com.zhy.sample_okhttp;
2 |
3 | import com.google.gson.Gson;
4 | import com.zhy.http.okhttp.callback.Callback;
5 |
6 | import java.io.IOException;
7 |
8 | import okhttp3.Response;
9 |
10 | /**
11 | * Created by zhy on 15/12/14.
12 | */
13 | public abstract class UserCallback extends Callback
14 | {
15 | @Override
16 | public User parseNetworkResponse(Response response, int id) throws IOException
17 | {
18 | String string = response.body().string();
19 | User user = new Gson().fromJson(string, User.class);
20 | return user;
21 | }
22 |
23 |
24 | }
25 |
--------------------------------------------------------------------------------