├── GetDirectory ├── .gradle │ └── 2.2.1 │ │ └── taskArtifacts │ │ ├── cache.properties │ │ ├── cache.properties.lock │ │ ├── fileHashes.bin │ │ ├── fileSnapshots.bin │ │ ├── outputFileStates.bin │ │ └── taskArtifacts.bin ├── .idea │ ├── .name │ ├── compiler.xml │ ├── copyright │ │ └── profiles_settings.xml │ ├── gradle.xml │ ├── libraries │ │ ├── appcompat_v7_22_1_1.xml │ │ ├── support_annotations_22_1_1.xml │ │ └── support_v4_22_1_1.xml │ ├── misc.xml │ ├── modules.xml │ ├── vcs.xml │ └── workspace.xml ├── GetDirectory.iml ├── app │ ├── app.iml │ ├── build.gradle │ ├── build │ │ ├── generated │ │ │ └── source │ │ │ │ ├── buildConfig │ │ │ │ ├── androidTest │ │ │ │ │ └── debug │ │ │ │ │ │ └── com │ │ │ │ │ │ └── getdirectory │ │ │ │ │ │ └── test │ │ │ │ │ │ └── BuildConfig.java │ │ │ │ └── debug │ │ │ │ │ └── com │ │ │ │ │ └── getdirectory │ │ │ │ │ └── BuildConfig.java │ │ │ │ └── r │ │ │ │ └── debug │ │ │ │ ├── android │ │ │ │ └── support │ │ │ │ │ └── v7 │ │ │ │ │ └── appcompat │ │ │ │ │ └── R.java │ │ │ │ └── com │ │ │ │ └── getdirectory │ │ │ │ └── R.java │ │ ├── intermediates │ │ │ ├── exploded-aar │ │ │ │ └── com.android.support │ │ │ │ │ ├── appcompat-v7 │ │ │ │ │ └── 22.1.1 │ │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ │ ├── R.txt │ │ │ │ │ │ ├── aapt │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ │ ├── annotations.zip │ │ │ │ │ │ ├── jars │ │ │ │ │ │ └── classes.jar │ │ │ │ │ │ └── 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 │ │ │ │ │ │ ├── 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-v4 │ │ │ │ │ │ ├── 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_text_cursor_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-v17 │ │ │ │ │ │ ├── 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-v17 │ │ │ │ │ │ ├── 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-v17 │ │ │ │ │ │ ├── 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-v17 │ │ │ │ │ │ ├── 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-v17 │ │ │ │ │ │ ├── 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-v4 │ │ │ │ │ │ ├── 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_text_cursor_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-tvdpi-v4 │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ │ └── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ │ ├── 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_text_cursor_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-v4 │ │ │ │ │ │ ├── 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_text_cursor_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-v4 │ │ │ │ │ │ ├── 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_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_textfield_search_material.xml │ │ │ │ │ │ ├── layout-v11 │ │ │ │ │ │ └── abc_screen_content_include.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 │ │ │ │ │ │ ├── abc_simple_dropdown_hint.xml │ │ │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ │ │ ├── values-af │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-am │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ar │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-bg │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ca │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-cs │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-da │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-de │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-el │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-es │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-et-rEE │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-eu-rES │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-fa │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-fi │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-fr │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-gl-rES │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-hi │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-hr │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-hu │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-hy-rAM │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-in │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-is-rIS │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-it │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-iw │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ja │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ka-rGE │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-kk-rKZ │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-km-rKH │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-kn-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ko │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ky-rKG │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-land │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-lo-rLA │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-lt │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-lv │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-mk-rMK │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ml-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-mn-rMN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-mr-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ms-rMY │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-my-rMM │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-nb │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ne-rNP │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-nl │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-pl │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-port │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-pt │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ro │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ru │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-si-rLK │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sk │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sl │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sr │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sv │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sw │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ta-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-te-rIN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-th │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-tl │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-tr │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-uk │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-ur-rPK │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-uz-rUZ │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v11 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v12 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v14 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v17 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v18 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-v21 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-vi │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-w360dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-w480dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-w500dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-w600dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-w720dp-v13 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-xlarge-land-v4 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ ├── values-zu │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ └── values.xml │ │ │ │ │ └── support-v4 │ │ │ │ │ └── 22.1.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── media │ │ │ │ │ │ ├── MediaMetadataCompat.aidl │ │ │ │ │ │ ├── RatingCompat.aidl │ │ │ │ │ │ └── session │ │ │ │ │ │ ├── MediaSessionCompat.aidl │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl │ │ │ │ │ │ └── PlaybackStateCompat.aidl │ │ │ │ │ └── jars │ │ │ │ │ ├── classes.jar │ │ │ │ │ └── libs │ │ │ │ │ └── internal_impl-22.1.1.jar │ │ │ ├── incremental │ │ │ │ ├── aidl │ │ │ │ │ ├── androidTest │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── dependency.store │ │ │ │ │ └── debug │ │ │ │ │ │ └── dependency.store │ │ │ │ ├── mergeAssets │ │ │ │ │ ├── androidTest │ │ │ │ │ │ └── debug │ │ │ │ │ │ │ └── merger.xml │ │ │ │ │ └── debug │ │ │ │ │ │ └── merger.xml │ │ │ │ └── mergeResources │ │ │ │ │ ├── androidTest │ │ │ │ │ └── debug │ │ │ │ │ │ └── merger.xml │ │ │ │ │ └── debug │ │ │ │ │ └── merger.xml │ │ │ ├── manifests │ │ │ │ ├── androidTest │ │ │ │ │ └── debug │ │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ └── full │ │ │ │ │ └── debug │ │ │ │ │ └── AndroidManifest.xml │ │ │ ├── res │ │ │ │ └── debug │ │ │ │ │ ├── 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 │ │ │ │ │ ├── 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-v4 │ │ │ │ │ ├── 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_text_cursor_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-hdpi │ │ │ │ │ ├── ic_directory.png │ │ │ │ │ ├── ic_external_storage.png │ │ │ │ │ ├── ic_launcher.png │ │ │ │ │ └── ic_storage.png │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17 │ │ │ │ │ ├── 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-v17 │ │ │ │ │ ├── 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-v17 │ │ │ │ │ ├── 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-v17 │ │ │ │ │ ├── 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-v17 │ │ │ │ │ ├── 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-v4 │ │ │ │ │ ├── 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_text_cursor_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-mdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-tvdpi-v4 │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ └── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ ├── 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_text_cursor_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 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ ├── 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_text_cursor_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 │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxxhdpi-v4 │ │ │ │ │ ├── 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_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_textfield_search_material.xml │ │ │ │ │ ├── layout-v11 │ │ │ │ │ └── abc_screen_content_include.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 │ │ │ │ │ ├── abc_simple_dropdown_hint.xml │ │ │ │ │ ├── actiontool_bar.xml │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── document_select_layout.xml │ │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ │ ├── menu │ │ │ │ │ └── main.xml │ │ │ │ │ ├── values-af │ │ │ │ │ └── values-af.xml │ │ │ │ │ ├── values-am │ │ │ │ │ └── values-am.xml │ │ │ │ │ ├── values-ar │ │ │ │ │ └── values-ar.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ │ ├── values-ca │ │ │ │ │ └── values-ca.xml │ │ │ │ │ ├── values-cs │ │ │ │ │ └── values-cs.xml │ │ │ │ │ ├── values-da │ │ │ │ │ └── values-da.xml │ │ │ │ │ ├── values-de │ │ │ │ │ └── values-de.xml │ │ │ │ │ ├── values-el │ │ │ │ │ └── values-el.xml │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ ├── values-es │ │ │ │ │ └── values-es.xml │ │ │ │ │ ├── values-et-rEE │ │ │ │ │ └── values-et-rEE.xml │ │ │ │ │ ├── values-eu-rES │ │ │ │ │ └── values-eu-rES.xml │ │ │ │ │ ├── values-fa │ │ │ │ │ └── values-fa.xml │ │ │ │ │ ├── values-fi │ │ │ │ │ └── values-fi.xml │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ └── values-fr-rCA.xml │ │ │ │ │ ├── values-fr │ │ │ │ │ └── values-fr.xml │ │ │ │ │ ├── values-gl-rES │ │ │ │ │ └── values-gl-rES.xml │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ └── values-h720dp-v13.xml │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ └── values-hdpi-v4.xml │ │ │ │ │ ├── values-hi │ │ │ │ │ └── values-hi.xml │ │ │ │ │ ├── values-hr │ │ │ │ │ └── values-hr.xml │ │ │ │ │ ├── values-hu │ │ │ │ │ └── values-hu.xml │ │ │ │ │ ├── values-hy-rAM │ │ │ │ │ └── values-hy-rAM.xml │ │ │ │ │ ├── values-in │ │ │ │ │ └── values-in.xml │ │ │ │ │ ├── values-is-rIS │ │ │ │ │ └── values-is-rIS.xml │ │ │ │ │ ├── values-it │ │ │ │ │ └── values-it.xml │ │ │ │ │ ├── values-iw │ │ │ │ │ └── values-iw.xml │ │ │ │ │ ├── values-ja │ │ │ │ │ └── values-ja.xml │ │ │ │ │ ├── values-ka-rGE │ │ │ │ │ └── values-ka-rGE.xml │ │ │ │ │ ├── values-kk-rKZ │ │ │ │ │ └── values-kk-rKZ.xml │ │ │ │ │ ├── values-km-rKH │ │ │ │ │ └── values-km-rKH.xml │ │ │ │ │ ├── values-kn-rIN │ │ │ │ │ └── values-kn-rIN.xml │ │ │ │ │ ├── values-ko │ │ │ │ │ └── values-ko.xml │ │ │ │ │ ├── values-ky-rKG │ │ │ │ │ └── values-ky-rKG.xml │ │ │ │ │ ├── values-land │ │ │ │ │ └── values-land.xml │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ ├── values-lo-rLA │ │ │ │ │ └── values-lo-rLA.xml │ │ │ │ │ ├── values-lt │ │ │ │ │ └── values-lt.xml │ │ │ │ │ ├── values-lv │ │ │ │ │ └── values-lv.xml │ │ │ │ │ ├── values-mk-rMK │ │ │ │ │ └── values-mk-rMK.xml │ │ │ │ │ ├── values-ml-rIN │ │ │ │ │ └── values-ml-rIN.xml │ │ │ │ │ ├── values-mn-rMN │ │ │ │ │ └── values-mn-rMN.xml │ │ │ │ │ ├── values-mr-rIN │ │ │ │ │ └── values-mr-rIN.xml │ │ │ │ │ ├── values-ms-rMY │ │ │ │ │ └── values-ms-rMY.xml │ │ │ │ │ ├── values-my-rMM │ │ │ │ │ └── values-my-rMM.xml │ │ │ │ │ ├── values-nb │ │ │ │ │ └── values-nb.xml │ │ │ │ │ ├── values-ne-rNP │ │ │ │ │ └── values-ne-rNP.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-pl │ │ │ │ │ └── values-pl.xml │ │ │ │ │ ├── values-port │ │ │ │ │ └── values-port.xml │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ └── values-pt-rPT.xml │ │ │ │ │ ├── values-pt │ │ │ │ │ └── values-pt.xml │ │ │ │ │ ├── values-ro │ │ │ │ │ └── values-ro.xml │ │ │ │ │ ├── values-ru │ │ │ │ │ └── values-ru.xml │ │ │ │ │ ├── values-si-rLK │ │ │ │ │ └── values-si-rLK.xml │ │ │ │ │ ├── values-sk │ │ │ │ │ └── values-sk.xml │ │ │ │ │ ├── values-sl │ │ │ │ │ └── values-sl.xml │ │ │ │ │ ├── values-sr │ │ │ │ │ └── values-sr.xml │ │ │ │ │ ├── values-sv │ │ │ │ │ └── values-sv.xml │ │ │ │ │ ├── values-sw │ │ │ │ │ └── values-sw.xml │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ └── values-sw600dp-v13.xml │ │ │ │ │ ├── values-ta-rIN │ │ │ │ │ └── values-ta-rIN.xml │ │ │ │ │ ├── values-te-rIN │ │ │ │ │ └── values-te-rIN.xml │ │ │ │ │ ├── values-th │ │ │ │ │ └── values-th.xml │ │ │ │ │ ├── values-tl │ │ │ │ │ └── values-tl.xml │ │ │ │ │ ├── values-tr │ │ │ │ │ └── values-tr.xml │ │ │ │ │ ├── values-uk │ │ │ │ │ └── values-uk.xml │ │ │ │ │ ├── values-ur-rPK │ │ │ │ │ └── values-ur-rPK.xml │ │ │ │ │ ├── values-uz-rUZ │ │ │ │ │ └── values-uz-rUZ.xml │ │ │ │ │ ├── values-v11 │ │ │ │ │ └── values-v11.xml │ │ │ │ │ ├── values-v12 │ │ │ │ │ └── values-v12.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ │ ├── values-v17 │ │ │ │ │ └── values-v17.xml │ │ │ │ │ ├── values-v18 │ │ │ │ │ └── values-v18.xml │ │ │ │ │ ├── values-v21 │ │ │ │ │ └── values-v21.xml │ │ │ │ │ ├── values-vi │ │ │ │ │ └── values-vi.xml │ │ │ │ │ ├── values-w360dp-v13 │ │ │ │ │ └── values-w360dp-v13.xml │ │ │ │ │ ├── values-w480dp-v13 │ │ │ │ │ └── values-w480dp-v13.xml │ │ │ │ │ ├── values-w500dp-v13 │ │ │ │ │ └── values-w500dp-v13.xml │ │ │ │ │ ├── values-w600dp-v13 │ │ │ │ │ └── values-w600dp-v13.xml │ │ │ │ │ ├── values-w720dp-v13 │ │ │ │ │ └── values-w720dp-v13.xml │ │ │ │ │ ├── values-w820dp │ │ │ │ │ └── values-w820dp.xml │ │ │ │ │ ├── values-xlarge-land-v4 │ │ │ │ │ └── values-xlarge-land-v4.xml │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ └── values-xlarge-v4.xml │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ └── values-zh-rCN.xml │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ └── values-zh-rHK.xml │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ └── values-zh-rTW.xml │ │ │ │ │ ├── values-zu │ │ │ │ │ └── values-zu.xml │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ ├── resources │ │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ │ └── resources-debug.ap_ │ │ │ └── symbols │ │ │ │ └── debug │ │ │ │ └── R.txt │ │ └── outputs │ │ │ └── logs │ │ │ └── manifest-merger-debug-report.txt │ ├── lint.xml │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ └── com │ │ │ └── getdirectory │ │ │ ├── AndroidUtilities.java │ │ │ ├── ApplicationLoader.java │ │ │ ├── BaseFragmentAdapter.java │ │ │ ├── DirectoryFragment.java │ │ │ ├── MainActivity.java │ │ │ └── TextDetailDocumentsCell.java │ │ └── res │ │ ├── drawable-hdpi │ │ ├── ic_directory.png │ │ ├── ic_external_storage.png │ │ ├── ic_launcher.png │ │ └── ic_storage.png │ │ ├── drawable-mdpi │ │ └── ic_launcher.png │ │ ├── drawable-xhdpi │ │ └── ic_launcher.png │ │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ │ ├── layout │ │ ├── actiontool_bar.xml │ │ ├── activity_main.xml │ │ └── document_select_layout.xml │ │ ├── menu │ │ └── main.xml │ │ ├── values-w820dp │ │ └── dimens.xml │ │ └── values │ │ ├── color.xml │ │ ├── dimens.xml │ │ ├── strings.xml │ │ └── styles.xml ├── build.gradle ├── build │ └── intermediates │ │ ├── dex-cache │ │ └── cache.xml │ │ └── gradle_project_sync_data.bin ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── import-summary.txt ├── local.properties └── settings.gradle └── README.md /GetDirectory/.gradle/2.2.1/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Thu Mar 10 23:32:02 IST 2016 2 | -------------------------------------------------------------------------------- /GetDirectory/.gradle/2.2.1/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.gradle/2.2.1/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /GetDirectory/.gradle/2.2.1/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.gradle/2.2.1/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /GetDirectory/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.gradle/2.2.1/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /GetDirectory/.gradle/2.2.1/taskArtifacts/outputFileStates.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.gradle/2.2.1/taskArtifacts/outputFileStates.bin -------------------------------------------------------------------------------- /GetDirectory/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.gradle/2.2.1/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /GetDirectory/.idea/.name: -------------------------------------------------------------------------------- 1 | GetDirectory -------------------------------------------------------------------------------- /GetDirectory/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/compiler.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/gradle.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/libraries/appcompat_v7_22_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/libraries/appcompat_v7_22_1_1.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/libraries/support_annotations_22_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/libraries/support_annotations_22_1_1.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/libraries/support_v4_22_1_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/libraries/support_v4_22_1_1.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/misc.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/modules.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/vcs.xml -------------------------------------------------------------------------------- /GetDirectory/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/.idea/workspace.xml -------------------------------------------------------------------------------- /GetDirectory/GetDirectory.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/GetDirectory.iml -------------------------------------------------------------------------------- /GetDirectory/app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/app.iml -------------------------------------------------------------------------------- /GetDirectory/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build.gradle -------------------------------------------------------------------------------- /GetDirectory/app/build/generated/source/buildConfig/androidTest/debug/com/getdirectory/test/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/generated/source/buildConfig/androidTest/debug/com/getdirectory/test/BuildConfig.java -------------------------------------------------------------------------------- /GetDirectory/app/build/generated/source/buildConfig/debug/com/getdirectory/BuildConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/generated/source/buildConfig/debug/com/getdirectory/BuildConfig.java -------------------------------------------------------------------------------- /GetDirectory/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java -------------------------------------------------------------------------------- /GetDirectory/app/build/generated/source/r/debug/com/getdirectory/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/generated/source/r/debug/com/getdirectory/R.java -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/R.txt -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/aapt/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/annotations.zip -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/jars/classes.jar -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_in.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_fade_out.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_grow_fade_in_from_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_enter.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_popup_exit.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_shrink_fade_out_from_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_in_top.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/anim/abc_slide_out_top.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_primary_text_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/abc_search_url_text.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/color/switch_thumb_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_check_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_default_mtrl_shape.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_btn_radio_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_edit_text_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_switch_thumb_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/drawable/abc_tab_indicator_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_title_item.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_bar_up_container.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_menu_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_action_mode_bar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_activity_chooser_view.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_alert_dialog_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_dialog_title_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_expanded_menu_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_checkbox.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_icon.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_list_menu_item_radio.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_popup_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_content_include.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_simple.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_screen_toolbar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_search_view.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_select_dialog_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/abc_simple_dropdown_hint.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/layout/select_dialog_item_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-af/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-am/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ar/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bg/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-bn-rBD/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ca/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-cs/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-da/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-de/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-el/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rGB/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-en-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es-rUS/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-es/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-et-rEE/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-eu-rES/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fa/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fi/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr-rCA/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-fr/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-gl-rES/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-h720dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hdpi-v4/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hi/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hr/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hu/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-hy-rAM/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-in/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-is-rIS/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-it/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-iw/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ja/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ka-rGE/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kk-rKZ/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-km-rKH/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-kn-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ko/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ky-rKG/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-large-v4/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lo-rLA/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lt/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-lv/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mk-rMK/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ml-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mn-rMN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-mr-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ms-rMY/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-my-rMM/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nb/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ne-rNP/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-nl/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pl/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-port/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt-rPT/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-pt/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ro/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ru/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-si-rLK/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sk/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sl/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sr/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sv/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-sw600dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ta-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-te-rIN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-th/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tl/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-tr/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uk/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-ur-rPK/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-uz-rUZ/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v11/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v12/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v14/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v17/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v18/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-v21/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-vi/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w360dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w480dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w500dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w600dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-w720dp-v13/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-land-v4/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-xlarge-v4/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rCN/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rHK/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zh-rTW/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-zu/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/aapt/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/jars/classes.jar -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/jars/libs/internal_impl-22.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.1.1/jars/libs/internal_impl-22.1.1.jar -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/aidl/androidTest/debug/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/aidl/debug/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/mergeAssets/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/incremental/mergeAssets/debug/merger.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/incremental/mergeResources/androidTest/debug/merger.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/incremental/mergeResources/debug/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/incremental/mergeResources/debug/merger.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/manifests/full/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_fade_in.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_fade_out.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_grow_fade_in_from_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_popup_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_popup_enter.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_popup_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_popup_exit.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_shrink_fade_out_from_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_in_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_in_top.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_out_bottom.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/anim/abc_slide_out_top.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color-v11/abc_background_cache_hint_selector_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_background_cache_hint_selector_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_disable_only_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_primary_text_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_search_url_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_search_url_text.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_secondary_text_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/abc_secondary_text_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/switch_thumb_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/switch_thumb_material_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/color/switch_thumb_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/color/switch_thumb_material_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_clear_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_go_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_text_cursor_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_directory.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_external_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_external_storage.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-hdpi/ic_storage.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_clear_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_go_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_text_cursor_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-tvdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_clear_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_text_cursor_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_off_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_rating_star_on_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_clear_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_go_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_text_cursor_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_ab_back_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_clear_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_moreoverflow_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_ic_voice_search_api_mtrl_alpha.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_borderless_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_check_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_default_mtrl_shape.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_btn_radio_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_cab_background_internal_bg.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_cab_background_top_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_dialog_material_background_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_edit_text_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_item_background_holo_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_item_background_holo_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_background_transition_holo_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_dark.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_list_selector_holo_light.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_ratingbar_full_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_spinner_textfield_background_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_switch_thumb_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_tab_indicator_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/drawable/abc_textfield_search_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout-v11/abc_screen_content_include.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_title_item.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_up_container.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_bar_view_list_nav_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_menu_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_mode_bar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_action_mode_close_item_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_activity_chooser_view.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_activity_chooser_view_list_item.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_alert_dialog_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_dialog_title_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_expanded_menu_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_checkbox.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_icon.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_list_menu_item_radio.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_popup_menu_item_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_content_include.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_simple.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_simple_overlay_action_mode.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_screen_toolbar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_search_dropdown_item_icons_2line.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_search_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_search_view.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_select_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_select_dialog_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/abc_simple_dropdown_hint.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/actiontool_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/actiontool_bar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/document_select_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/document_select_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_item_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_multichoice_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/select_dialog_singlechoice_material.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/layout/support_simple_spinner_dropdown_item.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/menu/main.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-af/values-af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-af/values-af.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-am/values-am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-am/values-am.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ar/values-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ar/values-ar.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-bg/values-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-bg/values-bg.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-bn-rBD/values-bn-rBD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-bn-rBD/values-bn-rBD.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ca/values-ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ca/values-ca.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-cs/values-cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-cs/values-cs.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-da/values-da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-da/values-da.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-de/values-de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-de/values-de.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-el/values-el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-el/values-el.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-en-rGB/values-en-rGB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-en-rGB/values-en-rGB.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-en-rIN/values-en-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-en-rIN/values-en-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-es-rUS/values-es-rUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-es-rUS/values-es-rUS.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-es/values-es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-es/values-es.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-et-rEE/values-et-rEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-et-rEE/values-et-rEE.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-eu-rES/values-eu-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-eu-rES/values-eu-rES.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-fa/values-fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-fa/values-fa.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-fi/values-fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-fi/values-fi.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-fr-rCA/values-fr-rCA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-fr-rCA/values-fr-rCA.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-fr/values-fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-fr/values-fr.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-gl-rES/values-gl-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-gl-rES/values-gl-rES.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-h720dp-v13/values-h720dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-h720dp-v13/values-h720dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-hdpi-v4/values-hdpi-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-hdpi-v4/values-hdpi-v4.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-hi/values-hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-hi/values-hi.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-hr/values-hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-hr/values-hr.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-hu/values-hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-hu/values-hu.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-hy-rAM/values-hy-rAM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-hy-rAM/values-hy-rAM.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-in/values-in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-in/values-in.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-is-rIS/values-is-rIS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-is-rIS/values-is-rIS.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-it/values-it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-it/values-it.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-iw/values-iw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-iw/values-iw.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ja/values-ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ja/values-ja.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ka-rGE/values-ka-rGE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ka-rGE/values-ka-rGE.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-kk-rKZ/values-kk-rKZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-kk-rKZ/values-kk-rKZ.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-km-rKH/values-km-rKH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-km-rKH/values-km-rKH.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-kn-rIN/values-kn-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-kn-rIN/values-kn-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ko/values-ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ko/values-ko.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ky-rKG/values-ky-rKG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ky-rKG/values-ky-rKG.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-land/values-land.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-land/values-land.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-large-v4/values-large-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-large-v4/values-large-v4.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-lo-rLA/values-lo-rLA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-lo-rLA/values-lo-rLA.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-lt/values-lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-lt/values-lt.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-lv/values-lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-lv/values-lv.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-mk-rMK/values-mk-rMK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-mk-rMK/values-mk-rMK.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ml-rIN/values-ml-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ml-rIN/values-ml-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-mn-rMN/values-mn-rMN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-mn-rMN/values-mn-rMN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-mr-rIN/values-mr-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-mr-rIN/values-mr-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ms-rMY/values-ms-rMY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ms-rMY/values-ms-rMY.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-my-rMM/values-my-rMM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-my-rMM/values-my-rMM.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-nb/values-nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-nb/values-nb.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ne-rNP/values-ne-rNP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ne-rNP/values-ne-rNP.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-nl/values-nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-nl/values-nl.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-pl/values-pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-pl/values-pl.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-port/values-port.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-port/values-port.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-pt-rPT/values-pt-rPT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-pt-rPT/values-pt-rPT.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-pt/values-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-pt/values-pt.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ro/values-ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ro/values-ro.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ru/values-ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ru/values-ru.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-si-rLK/values-si-rLK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-si-rLK/values-si-rLK.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sk/values-sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sk/values-sk.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sl/values-sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sl/values-sl.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sr/values-sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sr/values-sr.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sv/values-sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sv/values-sv.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sw/values-sw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sw/values-sw.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-sw600dp-v13/values-sw600dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-sw600dp-v13/values-sw600dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ta-rIN/values-ta-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ta-rIN/values-ta-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-te-rIN/values-te-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-te-rIN/values-te-rIN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-th/values-th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-th/values-th.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-tl/values-tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-tl/values-tl.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-tr/values-tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-tr/values-tr.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-uk/values-uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-uk/values-uk.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-ur-rPK/values-ur-rPK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-ur-rPK/values-ur-rPK.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-uz-rUZ/values-uz-rUZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-uz-rUZ/values-uz-rUZ.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v11/values-v11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v11/values-v11.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v12/values-v12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v12/values-v12.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v14/values-v14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v14/values-v14.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v17/values-v17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v17/values-v17.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v18/values-v18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v18/values-v18.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-v21/values-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-v21/values-v21.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-vi/values-vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-vi/values-vi.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w360dp-v13/values-w360dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w360dp-v13/values-w360dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w480dp-v13/values-w480dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w480dp-v13/values-w480dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w500dp-v13/values-w500dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w500dp-v13/values-w500dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w600dp-v13/values-w600dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w600dp-v13/values-w600dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w720dp-v13/values-w720dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w720dp-v13/values-w720dp-v13.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-w820dp/values-w820dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-w820dp/values-w820dp.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-xlarge-land-v4/values-xlarge-land-v4.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-xlarge-v4/values-xlarge-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-xlarge-v4/values-xlarge-v4.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-zh-rCN/values-zh-rCN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-zh-rCN/values-zh-rCN.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-zh-rHK/values-zh-rHK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-zh-rHK/values-zh-rHK.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-zh-rTW/values-zh-rTW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-zh-rTW/values-zh-rTW.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values-zu/values-zu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values-zu/values-zu.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/res/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/res/debug/values/values.xml -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/resources/resources-debug-androidTest.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/resources/resources-debug-androidTest.ap_ -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/resources/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/resources/resources-debug.ap_ -------------------------------------------------------------------------------- /GetDirectory/app/build/intermediates/symbols/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/intermediates/symbols/debug/R.txt -------------------------------------------------------------------------------- /GetDirectory/app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /GetDirectory/app/lint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/lint.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/AndroidUtilities.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/AndroidUtilities.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/ApplicationLoader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/ApplicationLoader.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/BaseFragmentAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/BaseFragmentAdapter.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/DirectoryFragment.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/DirectoryFragment.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/MainActivity.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/java/com/getdirectory/TextDetailDocumentsCell.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/java/com/getdirectory/TextDetailDocumentsCell.java -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-hdpi/ic_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-hdpi/ic_directory.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-hdpi/ic_external_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-hdpi/ic_external_storage.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-hdpi/ic_storage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-hdpi/ic_storage.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/layout/actiontool_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/layout/actiontool_bar.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/layout/document_select_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/layout/document_select_layout.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/menu/main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/menu/main.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/values-w820dp/dimens.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/values/color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/values/color.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/values/dimens.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/values/dimens.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /GetDirectory/app/src/main/res/values/styles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/app/src/main/res/values/styles.xml -------------------------------------------------------------------------------- /GetDirectory/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/build.gradle -------------------------------------------------------------------------------- /GetDirectory/build/intermediates/dex-cache/cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/build/intermediates/dex-cache/cache.xml -------------------------------------------------------------------------------- /GetDirectory/build/intermediates/gradle_project_sync_data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/build/intermediates/gradle_project_sync_data.bin -------------------------------------------------------------------------------- /GetDirectory/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /GetDirectory/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /GetDirectory/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/gradlew -------------------------------------------------------------------------------- /GetDirectory/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/gradlew.bat -------------------------------------------------------------------------------- /GetDirectory/import-summary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/import-summary.txt -------------------------------------------------------------------------------- /GetDirectory/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/GetDirectory/local.properties -------------------------------------------------------------------------------- /GetDirectory/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dibakarece/AndroidFileExplorer/HEAD/README.md --------------------------------------------------------------------------------