├── .idea ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── gradle.xml ├── misc.xml ├── modules.xml ├── modules │ └── UnitTwo.iml └── runConfigurations.xml ├── README ├── UnitTwo.iml ├── app ├── app.iml └── build │ ├── generated │ └── source │ │ ├── buildConfig │ │ ├── androidTest │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── administrator │ │ │ │ └── unittwo │ │ │ │ └── test │ │ │ │ └── BuildConfig.java │ │ └── debug │ │ │ └── com │ │ │ └── example │ │ │ └── administrator │ │ │ └── unittwo │ │ │ └── BuildConfig.java │ │ └── r │ │ ├── androidTest │ │ └── debug │ │ │ ├── android │ │ │ └── support │ │ │ │ └── test │ │ │ │ ├── espresso │ │ │ │ └── R.java │ │ │ │ └── rule │ │ │ │ └── R.java │ │ │ └── com │ │ │ └── example │ │ │ └── administrator │ │ │ └── unittwo │ │ │ └── test │ │ │ └── R.java │ │ └── debug │ │ ├── android │ │ └── support │ │ │ └── v7 │ │ │ ├── appcompat │ │ │ └── R.java │ │ │ └── recyclerview │ │ │ └── R.java │ │ ├── com │ │ └── example │ │ │ └── administrator │ │ │ └── unittwo │ │ │ └── R.java │ │ └── fm │ │ └── jiecao │ │ └── jcvideoplayer_lib │ │ └── R.java │ ├── intermediates │ ├── blame │ │ └── res │ │ │ ├── androidTest │ │ │ └── debug │ │ │ │ └── multi │ │ │ │ └── values.json │ │ │ └── debug │ │ │ ├── multi │ │ │ ├── values-af.json │ │ │ ├── values-am.json │ │ │ ├── values-ar.json │ │ │ ├── values-az-rAZ.json │ │ │ ├── values-b+sr+Latn.json │ │ │ ├── values-be-rBY.json │ │ │ ├── values-bg.json │ │ │ ├── values-bn-rBD.json │ │ │ ├── values-bs-rBA.json │ │ │ ├── values-ca.json │ │ │ ├── values-cs.json │ │ │ ├── values-da.json │ │ │ ├── values-de.json │ │ │ ├── values-el.json │ │ │ ├── values-en-rAU.json │ │ │ ├── values-en-rGB.json │ │ │ ├── values-en-rIN.json │ │ │ ├── values-es-rUS.json │ │ │ ├── values-es.json │ │ │ ├── values-et-rEE.json │ │ │ ├── values-eu-rES.json │ │ │ ├── values-fa.json │ │ │ ├── values-fi.json │ │ │ ├── values-fr-rCA.json │ │ │ ├── values-fr.json │ │ │ ├── values-gl-rES.json │ │ │ ├── values-gu-rIN.json │ │ │ ├── values-h720dp-v13.json │ │ │ ├── values-hdpi-v4.json │ │ │ ├── values-hi.json │ │ │ ├── values-hr.json │ │ │ ├── values-hu.json │ │ │ ├── values-hy-rAM.json │ │ │ ├── values-in.json │ │ │ ├── values-is-rIS.json │ │ │ ├── values-it.json │ │ │ ├── values-iw.json │ │ │ ├── values-ja.json │ │ │ ├── values-ka-rGE.json │ │ │ ├── values-kk-rKZ.json │ │ │ ├── values-km-rKH.json │ │ │ ├── values-kn-rIN.json │ │ │ ├── values-ko.json │ │ │ ├── values-ky-rKG.json │ │ │ ├── values-land.json │ │ │ ├── values-large-v4.json │ │ │ ├── values-ldltr-v21.json │ │ │ ├── values-lo-rLA.json │ │ │ ├── values-lt.json │ │ │ ├── values-lv.json │ │ │ ├── values-mk-rMK.json │ │ │ ├── values-ml-rIN.json │ │ │ ├── values-mn-rMN.json │ │ │ ├── values-mr-rIN.json │ │ │ ├── values-ms-rMY.json │ │ │ ├── values-my-rMM.json │ │ │ ├── values-nb.json │ │ │ ├── values-ne-rNP.json │ │ │ ├── values-night-v8.json │ │ │ ├── values-nl.json │ │ │ ├── values-pa-rIN.json │ │ │ ├── values-pl.json │ │ │ ├── values-port.json │ │ │ ├── values-pt-rBR.json │ │ │ ├── values-pt-rPT.json │ │ │ ├── values-pt.json │ │ │ ├── values-ro.json │ │ │ ├── values-ru.json │ │ │ ├── values-si-rLK.json │ │ │ ├── values-sk.json │ │ │ ├── values-sl.json │ │ │ ├── values-sq-rAL.json │ │ │ ├── values-sr.json │ │ │ ├── values-sv.json │ │ │ ├── values-sw.json │ │ │ ├── values-sw600dp-v13.json │ │ │ ├── values-ta-rIN.json │ │ │ ├── values-te-rIN.json │ │ │ ├── values-th.json │ │ │ ├── values-tl.json │ │ │ ├── values-tr.json │ │ │ ├── values-uk.json │ │ │ ├── values-ur-rPK.json │ │ │ ├── values-uz-rUZ.json │ │ │ ├── values-v11.json │ │ │ ├── values-v12.json │ │ │ ├── values-v13.json │ │ │ ├── values-v14.json │ │ │ ├── values-v16.json │ │ │ ├── values-v17.json │ │ │ ├── values-v18.json │ │ │ ├── values-v21.json │ │ │ ├── values-v22.json │ │ │ ├── values-v23.json │ │ │ ├── values-v24.json │ │ │ ├── values-v25.json │ │ │ ├── values-vi.json │ │ │ ├── values-w820dp-v13.json │ │ │ ├── values-xlarge-v4.json │ │ │ ├── values-zh-rCN.json │ │ │ ├── values-zh-rHK.json │ │ │ ├── values-zh-rTW.json │ │ │ ├── values-zh.json │ │ │ ├── values-zu.json │ │ │ └── values.json │ │ │ └── single │ │ │ ├── anim.json │ │ │ ├── color-v11.json │ │ │ ├── color-v23.json │ │ │ ├── color.json │ │ │ ├── drawable-hdpi-v4.json │ │ │ ├── drawable-ldrtl-hdpi-v17.json │ │ │ ├── drawable-ldrtl-mdpi-v17.json │ │ │ ├── drawable-ldrtl-xhdpi-v17.json │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json │ │ │ ├── drawable-mdpi-v4.json │ │ │ ├── drawable-v21.json │ │ │ ├── drawable-v23.json │ │ │ ├── drawable-xhdpi-v4.json │ │ │ ├── drawable-xxhdpi-v4.json │ │ │ ├── drawable-xxxhdpi-v4.json │ │ │ ├── drawable.json │ │ │ ├── layout-v11.json │ │ │ ├── layout-v16.json │ │ │ ├── layout-v21.json │ │ │ ├── layout.json │ │ │ ├── mipmap-hdpi.json │ │ │ ├── mipmap-mdpi.json │ │ │ ├── mipmap-xhdpi.json │ │ │ ├── mipmap-xxhdpi.json │ │ │ └── mipmap-xxxhdpi.json │ ├── builds │ │ └── debug │ │ │ └── 10156223059027 │ │ │ └── classes.dex │ ├── classes │ │ └── debug │ │ │ ├── android │ │ │ └── support │ │ │ │ └── v7 │ │ │ │ ├── appcompat │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ │ │ └── recyclerview │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ │ ├── com │ │ │ └── example │ │ │ │ └── administrator │ │ │ │ └── unittwo │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$mipmap.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ ├── R.class │ │ │ │ ├── SecondActivity$1.class │ │ │ │ ├── SecondActivity$2.class │ │ │ │ ├── SecondActivity$3.class │ │ │ │ ├── SecondActivity$4.class │ │ │ │ ├── SecondActivity.class │ │ │ │ ├── adapter │ │ │ │ ├── MyAdapter1$1.class │ │ │ │ ├── MyAdapter1$ViewHolder.class │ │ │ │ ├── MyAdapter1.class │ │ │ │ ├── MyAdapter2$ViewHolder.class │ │ │ │ ├── MyAdapter2.class │ │ │ │ ├── MyAdapter3$MyViewHolder.class │ │ │ │ ├── MyAdapter3.class │ │ │ │ ├── MyAdapter4$ViewHolder.class │ │ │ │ └── MyAdapter4.class │ │ │ │ ├── app │ │ │ │ └── MyApp.class │ │ │ │ ├── bean │ │ │ │ ├── DongHuaPian$ListBean.class │ │ │ │ ├── DongHuaPian$NavBean.class │ │ │ │ ├── DongHuaPian.class │ │ │ │ ├── ErGe$ListBean.class │ │ │ │ ├── ErGe$NavBean.class │ │ │ │ ├── ErGe.class │ │ │ │ ├── GeQu$ListBean.class │ │ │ │ ├── GeQu$NavBean.class │ │ │ │ ├── GeQu.class │ │ │ │ ├── GuShi$ListBean.class │ │ │ │ ├── GuShi$NavBean.class │ │ │ │ └── GuShi.class │ │ │ │ ├── fragment │ │ │ │ ├── Fragment1$1.class │ │ │ │ ├── Fragment1$2.class │ │ │ │ ├── Fragment1$MyAdapter.class │ │ │ │ ├── Fragment1.class │ │ │ │ ├── Fragment2$1.class │ │ │ │ ├── Fragment2.class │ │ │ │ └── Fragment3.class │ │ │ │ ├── fragment1 │ │ │ │ ├── Fragment11$1.class │ │ │ │ ├── Fragment11.class │ │ │ │ ├── Fragment12$1.class │ │ │ │ ├── Fragment12.class │ │ │ │ ├── Fragment13$1.class │ │ │ │ └── Fragment13.class │ │ │ │ ├── fragment2 │ │ │ │ ├── Fragment21$1$1.class │ │ │ │ ├── Fragment21$1.class │ │ │ │ ├── Fragment21.class │ │ │ │ └── Fragment22.class │ │ │ │ ├── task │ │ │ │ ├── MyTask.class │ │ │ │ ├── MyTask1.class │ │ │ │ └── MyTask2.class │ │ │ │ ├── utils │ │ │ │ ├── Constant.class │ │ │ │ ├── HttpUtils$1$1.class │ │ │ │ ├── HttpUtils$1$2.class │ │ │ │ ├── HttpUtils$1$3.class │ │ │ │ ├── HttpUtils$1.class │ │ │ │ ├── HttpUtils$IHttpGetData.class │ │ │ │ └── HttpUtils.class │ │ │ │ └── view │ │ │ │ └── MyView.class │ │ │ └── fm │ │ │ └── jiecao │ │ │ └── jcvideoplayer_lib │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$bool.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$integer.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ ├── exploded-aar │ │ ├── com.android.support.test.espresso │ │ │ ├── espresso-core │ │ │ │ └── 2.2.2 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── R.txt │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ └── espresso-idling-resource │ │ │ │ └── 2.2.2 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── aapt │ │ │ │ └── AndroidManifest.xml │ │ │ │ └── jars │ │ │ │ └── classes.jar │ │ ├── com.android.support.test │ │ │ ├── exposed-instrumentation-api-publish │ │ │ │ └── 0.5 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── rules │ │ │ │ └── 0.5 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── R.txt │ │ │ │ │ ├── aapt │ │ │ │ │ └── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── res │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ └── runner │ │ │ │ └── 0.5 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ ├── aapt │ │ │ │ └── AndroidManifest.xml │ │ │ │ ├── annotations.zip │ │ │ │ └── jars │ │ │ │ └── classes.jar │ │ ├── com.android.support │ │ │ ├── animated-vector-drawable │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── proguard.txt │ │ │ ├── appcompat-v7 │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── R.txt │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ ├── public.txt │ │ │ │ │ └── res │ │ │ │ │ ├── anim │ │ │ │ │ ├── abc_fade_in.xml │ │ │ │ │ ├── abc_fade_out.xml │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml │ │ │ │ │ ├── abc_popup_enter.xml │ │ │ │ │ ├── abc_popup_exit.xml │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml │ │ │ │ │ ├── abc_slide_in_bottom.xml │ │ │ │ │ ├── abc_slide_in_top.xml │ │ │ │ │ ├── abc_slide_out_bottom.xml │ │ │ │ │ └── abc_slide_out_top.xml │ │ │ │ │ ├── color-v11 │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml │ │ │ │ │ ├── color-v23 │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ │ ├── abc_color_highlight_material.xml │ │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ │ ├── abc_tint_default.xml │ │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ │ └── abc_tint_switch_track.xml │ │ │ │ │ ├── color │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml │ │ │ │ │ ├── abc_hint_foreground_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 │ │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ │ ├── abc_tint_default.xml │ │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ │ ├── abc_tint_switch_track.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_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_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17 │ │ │ │ │ ├── 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_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_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_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_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_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_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ │ ├── drawable-v21 │ │ │ │ │ ├── abc_action_bar_item_background_material.xml │ │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ │ └── notification_action_background.xml │ │ │ │ │ ├── drawable-v23 │ │ │ │ │ └── abc_control_background_material.xml │ │ │ │ │ ├── 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_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_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ │ └── notify_panel_notification_icon_bg.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_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_commit_search_api_mtrl_alpha.png │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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_menu_copy_mtrl_am_alpha.png │ │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png │ │ │ │ │ ├── drawable │ │ │ │ │ ├── abc_btn_borderless_material.xml │ │ │ │ │ ├── abc_btn_check_material.xml │ │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml │ │ │ │ │ ├── abc_btn_radio_material.xml │ │ │ │ │ ├── abc_cab_background_internal_bg.xml │ │ │ │ │ ├── abc_cab_background_top_material.xml │ │ │ │ │ ├── abc_dialog_material_background.xml │ │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ │ ├── abc_ic_ab_back_material.xml │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml │ │ │ │ │ ├── abc_ic_clear_material.xml │ │ │ │ │ ├── abc_ic_go_search_api_material.xml │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml │ │ │ │ │ ├── abc_ic_search_api_material.xml │ │ │ │ │ ├── abc_ic_voice_search_api_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_indicator_material.xml │ │ │ │ │ ├── abc_ratingbar_material.xml │ │ │ │ │ ├── abc_ratingbar_small_material.xml │ │ │ │ │ ├── abc_seekbar_thumb_material.xml │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml │ │ │ │ │ ├── abc_seekbar_track_material.xml │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml │ │ │ │ │ ├── abc_switch_thumb_material.xml │ │ │ │ │ ├── abc_tab_indicator_material.xml │ │ │ │ │ ├── abc_text_cursor_material.xml │ │ │ │ │ ├── abc_textfield_search_material.xml │ │ │ │ │ ├── abc_vector_test.xml │ │ │ │ │ ├── notification_bg.xml │ │ │ │ │ ├── notification_bg_low.xml │ │ │ │ │ ├── notification_icon_background.xml │ │ │ │ │ └── notification_tile_bg.xml │ │ │ │ │ ├── layout-v11 │ │ │ │ │ ├── notification_media_action.xml │ │ │ │ │ ├── notification_media_cancel_action.xml │ │ │ │ │ ├── notification_template_big_media.xml │ │ │ │ │ ├── notification_template_big_media_custom.xml │ │ │ │ │ ├── notification_template_big_media_narrow.xml │ │ │ │ │ └── notification_template_big_media_narrow_custom.xml │ │ │ │ │ ├── layout-v16 │ │ │ │ │ └── notification_template_custom_big.xml │ │ │ │ │ ├── layout-v21 │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ └── notification_template_icon_group.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_button_bar_material.xml │ │ │ │ │ ├── abc_alert_dialog_material.xml │ │ │ │ │ ├── abc_alert_dialog_title_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_header_item_layout.xml │ │ │ │ │ ├── abc_popup_menu_item_layout.xml │ │ │ │ │ ├── abc_screen_content_include.xml │ │ │ │ │ ├── abc_screen_simple.xml │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml │ │ │ │ │ ├── abc_screen_toolbar.xml │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml │ │ │ │ │ ├── abc_search_view.xml │ │ │ │ │ ├── abc_select_dialog_material.xml │ │ │ │ │ ├── notification_action.xml │ │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ │ ├── notification_template_icon_group.xml │ │ │ │ │ ├── notification_template_lines_media.xml │ │ │ │ │ ├── notification_template_media.xml │ │ │ │ │ ├── notification_template_media_custom.xml │ │ │ │ │ ├── notification_template_part_chronometer.xml │ │ │ │ │ ├── notification_template_part_time.xml │ │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ │ ├── values-af │ │ │ │ │ └── values-af.xml │ │ │ │ │ ├── values-am │ │ │ │ │ └── values-am.xml │ │ │ │ │ ├── values-ar │ │ │ │ │ └── values-ar.xml │ │ │ │ │ ├── values-az-rAZ │ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ ├── values-be-rBY │ │ │ │ │ └── values-be-rBY.xml │ │ │ │ │ ├── values-bg │ │ │ │ │ └── values-bg.xml │ │ │ │ │ ├── values-bn-rBD │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ │ ├── values-bs-rBA │ │ │ │ │ └── values-bs-rBA.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-rAU │ │ │ │ │ └── values-en-rAU.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-gu-rIN │ │ │ │ │ └── values-gu-rIN.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-ldltr-v21 │ │ │ │ │ └── values-ldltr-v21.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-night-v8 │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values-nl │ │ │ │ │ └── values-nl.xml │ │ │ │ │ ├── values-pa-rIN │ │ │ │ │ └── values-pa-rIN.xml │ │ │ │ │ ├── values-pl │ │ │ │ │ └── values-pl.xml │ │ │ │ │ ├── values-port │ │ │ │ │ └── values-port.xml │ │ │ │ │ ├── values-pt-rBR │ │ │ │ │ └── values-pt-rBR.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-sq-rAL │ │ │ │ │ └── values-sq-rAL.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-v13 │ │ │ │ │ └── values-v13.xml │ │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ │ ├── values-v16 │ │ │ │ │ └── values-v16.xml │ │ │ │ │ ├── values-v17 │ │ │ │ │ └── values-v17.xml │ │ │ │ │ ├── values-v18 │ │ │ │ │ └── values-v18.xml │ │ │ │ │ ├── values-v21 │ │ │ │ │ └── values-v21.xml │ │ │ │ │ ├── values-v22 │ │ │ │ │ └── values-v22.xml │ │ │ │ │ ├── values-v23 │ │ │ │ │ └── values-v23.xml │ │ │ │ │ ├── values-v24 │ │ │ │ │ └── values-v24.xml │ │ │ │ │ ├── values-v25 │ │ │ │ │ └── values-v25.xml │ │ │ │ │ ├── values-vi │ │ │ │ │ └── values-vi.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 │ │ │ ├── recyclerview-v7 │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── R.txt │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ ├── proguard.txt │ │ │ │ │ ├── public.txt │ │ │ │ │ └── res │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ ├── support-compat │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── os │ │ │ │ │ │ └── ResultReceiver.aidl │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── support-core-ui │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── proguard.txt │ │ │ ├── support-core-utils │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── support-fragment │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── support-media-compat │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── media │ │ │ │ │ │ ├── MediaDescriptionCompat.aidl │ │ │ │ │ │ ├── MediaMetadataCompat.aidl │ │ │ │ │ │ ├── RatingCompat.aidl │ │ │ │ │ │ └── session │ │ │ │ │ │ ├── MediaSessionCompat.aidl │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl │ │ │ │ │ │ └── PlaybackStateCompat.aidl │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ ├── support-v4 │ │ │ │ └── 25.3.0 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ └── support-vector-drawable │ │ │ │ └── 25.3.0 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── jars │ │ │ │ └── classes.jar │ │ └── fm.jiecao │ │ │ └── jiecaovideoplayer │ │ │ └── 5.5.4 │ │ │ ├── AndroidManifest.xml │ │ │ ├── R.txt │ │ │ ├── jars │ │ │ └── classes.jar │ │ │ └── res │ │ │ ├── anim │ │ │ ├── quit_fullscreen.xml │ │ │ └── start_fullscreen.xml │ │ │ ├── drawable-xhdpi-v4 │ │ │ ├── jc_add_volume.png │ │ │ ├── jc_back_normal.png │ │ │ ├── jc_back_pressed.png │ │ │ ├── jc_back_tiny_normal.png │ │ │ ├── jc_back_tiny_pressed.png │ │ │ ├── jc_backward_icon.png │ │ │ ├── jc_brightness_video.png │ │ │ ├── jc_close_volume.png │ │ │ ├── jc_enlarge.png │ │ │ ├── jc_error_normal.png │ │ │ ├── jc_error_pressed.png │ │ │ ├── jc_forward_icon.png │ │ │ ├── jc_loading_bg.png │ │ │ ├── jc_pause_normal.png │ │ │ ├── jc_pause_pressed.png │ │ │ ├── jc_play_normal.png │ │ │ ├── jc_play_pressed.png │ │ │ ├── jc_shrink.png │ │ │ └── jc_volume_icon.png │ │ │ ├── drawable │ │ │ ├── jc_bottom_bg.9.png │ │ │ ├── jc_bottom_progress.xml │ │ │ ├── jc_bottom_seek_progress.xml │ │ │ ├── jc_bottom_seek_thumb.xml │ │ │ ├── jc_click_back_selector.xml │ │ │ ├── jc_click_back_tiny_selector.xml │ │ │ ├── jc_click_error_selector.xml │ │ │ ├── jc_click_pause_selector.xml │ │ │ ├── jc_click_play_selector.xml │ │ │ ├── jc_dialog_progress.xml │ │ │ ├── jc_dialog_progress_bg.xml │ │ │ ├── jc_loading.xml │ │ │ ├── jc_seek_thumb_normal.xml │ │ │ ├── jc_seek_thumb_pressed.xml │ │ │ ├── jc_title_bg.9.png │ │ │ └── jc_volume_progress_bg.xml │ │ │ ├── layout │ │ │ ├── jc_dialog_brightness.xml │ │ │ ├── jc_dialog_progress.xml │ │ │ ├── jc_dialog_volume.xml │ │ │ ├── jc_layout_base.xml │ │ │ └── jc_layout_standard.xml │ │ │ ├── values-pt │ │ │ └── values-pt.xml │ │ │ ├── values-tr │ │ │ └── values-tr.xml │ │ │ ├── values-zh │ │ │ └── values-zh.xml │ │ │ └── values │ │ │ └── values.xml │ ├── incremental-classes │ │ └── debug │ │ │ └── instant-run-bootstrap.jar │ ├── incremental-runtime-classes │ │ └── debug │ │ │ └── instant-run.jar │ ├── incremental-safeguard │ │ └── debug │ │ │ └── tag.txt │ ├── incremental-verifier │ │ └── debug │ │ │ ├── android │ │ │ └── support │ │ │ │ └── v7 │ │ │ │ ├── appcompat │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ │ │ └── recyclerview │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$styleable.class │ │ │ │ └── R.class │ │ │ ├── com │ │ │ └── example │ │ │ │ └── administrator │ │ │ │ └── unittwo │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── MainActivity$1.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$attr.class │ │ │ │ ├── R$bool.class │ │ │ │ ├── R$color.class │ │ │ │ ├── R$dimen.class │ │ │ │ ├── R$drawable.class │ │ │ │ ├── R$id.class │ │ │ │ ├── R$integer.class │ │ │ │ ├── R$layout.class │ │ │ │ ├── R$mipmap.class │ │ │ │ ├── R$string.class │ │ │ │ ├── R$style.class │ │ │ │ ├── R$styleable.class │ │ │ │ ├── R.class │ │ │ │ ├── SecondActivity$1.class │ │ │ │ ├── SecondActivity$2.class │ │ │ │ ├── SecondActivity$3.class │ │ │ │ ├── SecondActivity$4.class │ │ │ │ ├── SecondActivity.class │ │ │ │ ├── adapter │ │ │ │ ├── MyAdapter1$1.class │ │ │ │ ├── MyAdapter1$ViewHolder.class │ │ │ │ ├── MyAdapter1.class │ │ │ │ ├── MyAdapter2$ViewHolder.class │ │ │ │ ├── MyAdapter2.class │ │ │ │ ├── MyAdapter3$MyViewHolder.class │ │ │ │ ├── MyAdapter3.class │ │ │ │ ├── MyAdapter4$ViewHolder.class │ │ │ │ └── MyAdapter4.class │ │ │ │ ├── app │ │ │ │ └── MyApp.class │ │ │ │ ├── bean │ │ │ │ ├── DongHuaPian$ListBean.class │ │ │ │ ├── DongHuaPian$NavBean.class │ │ │ │ ├── DongHuaPian.class │ │ │ │ ├── ErGe$ListBean.class │ │ │ │ ├── ErGe$NavBean.class │ │ │ │ ├── ErGe.class │ │ │ │ ├── GeQu$ListBean.class │ │ │ │ ├── GeQu$NavBean.class │ │ │ │ ├── GeQu.class │ │ │ │ ├── GuShi$ListBean.class │ │ │ │ ├── GuShi$NavBean.class │ │ │ │ └── GuShi.class │ │ │ │ ├── fragment │ │ │ │ ├── Fragment1$1.class │ │ │ │ ├── Fragment1$2.class │ │ │ │ ├── Fragment1$MyAdapter.class │ │ │ │ ├── Fragment1.class │ │ │ │ ├── Fragment2$1.class │ │ │ │ ├── Fragment2.class │ │ │ │ └── Fragment3.class │ │ │ │ ├── fragment1 │ │ │ │ ├── Fragment11$1.class │ │ │ │ ├── Fragment11.class │ │ │ │ ├── Fragment12$1.class │ │ │ │ ├── Fragment12.class │ │ │ │ ├── Fragment13$1.class │ │ │ │ └── Fragment13.class │ │ │ │ ├── fragment2 │ │ │ │ ├── Fragment21$1$1.class │ │ │ │ ├── Fragment21$1.class │ │ │ │ ├── Fragment21.class │ │ │ │ └── Fragment22.class │ │ │ │ ├── task │ │ │ │ ├── MyTask.class │ │ │ │ ├── MyTask1.class │ │ │ │ └── MyTask2.class │ │ │ │ ├── utils │ │ │ │ ├── Constant.class │ │ │ │ ├── HttpUtils$1$1.class │ │ │ │ ├── HttpUtils$1$2.class │ │ │ │ ├── HttpUtils$1$3.class │ │ │ │ ├── HttpUtils$1.class │ │ │ │ ├── HttpUtils$IHttpGetData.class │ │ │ │ └── HttpUtils.class │ │ │ │ └── view │ │ │ │ └── MyView.class │ │ │ └── fm │ │ │ └── jiecao │ │ │ └── jcvideoplayer_lib │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$bool.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$integer.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ ├── incremental │ │ ├── compileDebugAidl │ │ │ └── dependency.store │ │ ├── compileDebugAndroidTestAidl │ │ │ └── dependency.store │ │ ├── mergeDebugAndroidTestResources │ │ │ ├── compile-file-map.properties │ │ │ ├── merged.dir │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ └── merger.xml │ │ ├── mergeDebugAssets │ │ │ └── merger.xml │ │ ├── mergeDebugJniLibFolders │ │ │ └── merger.xml │ │ ├── mergeDebugResources │ │ │ ├── compile-file-map.properties │ │ │ ├── merged.dir │ │ │ │ ├── values-af │ │ │ │ │ └── values-af.xml │ │ │ │ ├── values-am │ │ │ │ │ └── values-am.xml │ │ │ │ ├── values-ar │ │ │ │ │ └── values-ar.xml │ │ │ │ ├── values-az-rAZ │ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ ├── values-be-rBY │ │ │ │ │ └── values-be-rBY.xml │ │ │ │ ├── values-bg │ │ │ │ │ └── values-bg.xml │ │ │ │ ├── values-bn-rBD │ │ │ │ │ └── values-bn-rBD.xml │ │ │ │ ├── values-bs-rBA │ │ │ │ │ └── values-bs-rBA.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-rAU │ │ │ │ │ └── values-en-rAU.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-gu-rIN │ │ │ │ │ └── values-gu-rIN.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-ldltr-v21 │ │ │ │ │ └── values-ldltr-v21.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-night-v8 │ │ │ │ │ └── values-night-v8.xml │ │ │ │ ├── values-nl │ │ │ │ │ └── values-nl.xml │ │ │ │ ├── values-pa-rIN │ │ │ │ │ └── values-pa-rIN.xml │ │ │ │ ├── values-pl │ │ │ │ │ └── values-pl.xml │ │ │ │ ├── values-port │ │ │ │ │ └── values-port.xml │ │ │ │ ├── values-pt-rBR │ │ │ │ │ └── values-pt-rBR.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-sq-rAL │ │ │ │ │ └── values-sq-rAL.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-v13 │ │ │ │ │ └── values-v13.xml │ │ │ │ ├── values-v14 │ │ │ │ │ └── values-v14.xml │ │ │ │ ├── values-v16 │ │ │ │ │ └── values-v16.xml │ │ │ │ ├── values-v17 │ │ │ │ │ └── values-v17.xml │ │ │ │ ├── values-v18 │ │ │ │ │ └── values-v18.xml │ │ │ │ ├── values-v21 │ │ │ │ │ └── values-v21.xml │ │ │ │ ├── values-v22 │ │ │ │ │ └── values-v22.xml │ │ │ │ ├── values-v23 │ │ │ │ │ └── values-v23.xml │ │ │ │ ├── values-v24 │ │ │ │ │ └── values-v24.xml │ │ │ │ ├── values-v25 │ │ │ │ │ └── values-v25.xml │ │ │ │ ├── values-vi │ │ │ │ │ └── values-vi.xml │ │ │ │ ├── values-w820dp-v13 │ │ │ │ │ └── values-w820dp-v13.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-zh │ │ │ │ │ └── values-zh.xml │ │ │ │ ├── values-zu │ │ │ │ │ └── values-zu.xml │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ └── merger.xml │ │ ├── mergeDebugShaders │ │ │ └── merger.xml │ │ ├── packageDebug │ │ │ ├── dex-renamer-state.txt │ │ │ ├── file-input-save-data.txt │ │ │ └── zip-cache │ │ │ │ └── K1Y44HLaf_22I_ciAOGdndlNVjo= │ │ └── packageInstantRunResourcesDebug │ │ │ ├── dex-renamer-state.txt │ │ │ ├── file-input-save-data.txt │ │ │ └── zip-cache │ │ │ └── K1Y44HLaf_22I_ciAOGdndlNVjo= │ ├── instant-run-resources │ │ └── resources-debug.ir.ap_ │ ├── instant-run-support │ │ └── debug │ │ │ ├── manifest.crc │ │ │ └── manifest.xml │ ├── manifest │ │ └── androidTest │ │ │ └── debug │ │ │ └── AndroidManifest.xml │ ├── manifests │ │ ├── full │ │ │ └── debug │ │ │ │ └── AndroidManifest.xml │ │ └── instant-run │ │ │ └── debug │ │ │ └── AndroidManifest.xml │ ├── pre-dexed │ │ └── debug │ │ │ ├── annotations-4.0.0-RC0_ddf1868d5ced6cb9228d771934fba85168b595ed.jar │ │ │ ├── com.android.support-animated-vector-drawable-25.3.0_b507006d63af787b6b3369e883d51d49367a6961.jar │ │ │ ├── com.android.support-appcompat-v7-25.3.0_1d66a900d661c73f361d3ef45c1302085d2eef15.jar │ │ │ ├── com.android.support-recyclerview-v7-25.3.0_871342d370401167f3fabc6ae73ffa6e38f342d2.jar │ │ │ ├── com.android.support-support-compat-25.3.0_7d8bb20ade6893d6411161d6034c208f3829fafd.jar │ │ │ ├── com.android.support-support-core-ui-25.3.0_0a432d773fc859391e1b2efc2f2a9fb5bd168c44.jar │ │ │ ├── com.android.support-support-core-utils-25.3.0_e3cfaa30dce989a7aa2c7a42c1ceab508a1b14a8.jar │ │ │ ├── com.android.support-support-fragment-25.3.0_8ededc8da2f43978b85ea7c6b979750f161a72de.jar │ │ │ ├── com.android.support-support-media-compat-25.3.0_d7a1cdf86c2adee65bca1b028b6bd99f151a5e6f.jar │ │ │ ├── com.android.support-support-v4-25.3.0_99d527a12f4312dab9924a2695967758fd857779.jar │ │ │ ├── com.android.support-support-vector-drawable-25.3.0_b747528829aa3ab8c425cdc2e497c009e38de491.jar │ │ │ ├── disklrucache-4.0.0-RC0_d431b0e88a2aef6ebea526a1486941dd35f60fdb.jar │ │ │ ├── fm.jiecao-jiecaovideoplayer-5.5.4_5ae3c6e554a1de91dfe961e80cf35805e236d9a1.jar │ │ │ ├── gifdecoder-4.0.0-RC0_045747ae56ae2940f709cebf36260d0e5e5daa68.jar │ │ │ ├── glide-4.0.0-RC0_0590895e7d3811f6541ad13143cb094561c680fd.jar │ │ │ ├── gson-2.8.1_83db0f1a5c1f672e459d878df079f3d0d00fee1d.jar │ │ │ ├── instant-run-bootstrap_d32090d3e5aa2c1f0fd6dc79fc7b2a641cc1ad96.jar │ │ │ ├── instant-run_f078b70fd7d13101d89a5cf801caf77c963f8a7b.jar │ │ │ ├── main_baab99277ce50b30248171a2e0497718ba068559.jar │ │ │ ├── support-annotations-25.3.0_36d502e8363b62225f2a63a260a1edc525a45aca.jar │ │ │ └── xutils-3.5.0_f026495eacb76f419a809336a3544f25ffc5d9c1.jar │ ├── res │ │ ├── merged │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ └── 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 │ │ │ │ ├── quit_fullscreen.xml │ │ │ │ └── start_fullscreen.xml │ │ │ │ ├── color-v11 │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml │ │ │ │ ├── color-v23 │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ ├── abc_color_highlight_material.xml │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ ├── abc_tint_default.xml │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ └── abc_tint_switch_track.xml │ │ │ │ ├── color │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml │ │ │ │ ├── abc_btn_colored_text_material.xml │ │ │ │ ├── abc_hint_foreground_material_dark.xml │ │ │ │ ├── abc_hint_foreground_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 │ │ │ │ ├── abc_tint_btn_checkable.xml │ │ │ │ ├── abc_tint_default.xml │ │ │ │ ├── abc_tint_edittext.xml │ │ │ │ ├── abc_tint_seek_thumb.xml │ │ │ │ ├── abc_tint_spinner.xml │ │ │ │ ├── abc_tint_switch_thumb.xml │ │ │ │ ├── abc_tint_switch_track.xml │ │ │ │ ├── switch_thumb_material_dark.xml │ │ │ │ ├── switch_thumb_material_light.xml │ │ │ │ ├── text_color.xml │ │ │ │ └── text_color1.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_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_commit_search_api_mtrl_alpha.png │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ ├── drawable-ldrtl-hdpi-v17 │ │ │ │ ├── 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_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_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_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_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_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_commit_search_api_mtrl_alpha.png │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ └── notify_panel_notification_icon_bg.png │ │ │ │ ├── drawable-v21 │ │ │ │ ├── abc_action_bar_item_background_material.xml │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ └── notification_action_background.xml │ │ │ │ ├── drawable-v23 │ │ │ │ └── abc_control_background_material.xml │ │ │ │ ├── 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_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_commit_search_api_mtrl_alpha.png │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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 │ │ │ │ ├── jc_add_volume.png │ │ │ │ ├── jc_back_normal.png │ │ │ │ ├── jc_back_pressed.png │ │ │ │ ├── jc_back_tiny_normal.png │ │ │ │ ├── jc_back_tiny_pressed.png │ │ │ │ ├── jc_backward_icon.png │ │ │ │ ├── jc_brightness_video.png │ │ │ │ ├── jc_close_volume.png │ │ │ │ ├── jc_enlarge.png │ │ │ │ ├── jc_error_normal.png │ │ │ │ ├── jc_error_pressed.png │ │ │ │ ├── jc_forward_icon.png │ │ │ │ ├── jc_loading_bg.png │ │ │ │ ├── jc_pause_normal.png │ │ │ │ ├── jc_pause_pressed.png │ │ │ │ ├── jc_play_normal.png │ │ │ │ ├── jc_play_pressed.png │ │ │ │ ├── jc_shrink.png │ │ │ │ ├── jc_volume_icon.png │ │ │ │ ├── notification_bg_low_normal.9.png │ │ │ │ ├── notification_bg_low_pressed.9.png │ │ │ │ ├── notification_bg_normal.9.png │ │ │ │ ├── notification_bg_normal_pressed.9.png │ │ │ │ └── notify_panel_notification_icon_bg.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_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_commit_search_api_mtrl_alpha.png │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ ├── abc_ic_star_half_black_48dp.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_scrubber_control_off_mtrl_alpha.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.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_select_handle_left_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.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_menu_copy_mtrl_am_alpha.png │ │ │ │ ├── abc_ic_menu_cut_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_star_black_16dp.png │ │ │ │ ├── abc_ic_star_black_36dp.png │ │ │ │ ├── abc_ic_star_black_48dp.png │ │ │ │ ├── abc_ic_star_half_black_16dp.png │ │ │ │ ├── abc_ic_star_half_black_36dp.png │ │ │ │ ├── abc_ic_star_half_black_48dp.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png │ │ │ │ ├── drawable │ │ │ │ ├── abc_btn_borderless_material.xml │ │ │ │ ├── abc_btn_check_material.xml │ │ │ │ ├── abc_btn_colored_material.xml │ │ │ │ ├── abc_btn_default_mtrl_shape.xml │ │ │ │ ├── abc_btn_radio_material.xml │ │ │ │ ├── abc_cab_background_internal_bg.xml │ │ │ │ ├── abc_cab_background_top_material.xml │ │ │ │ ├── abc_dialog_material_background.xml │ │ │ │ ├── abc_edit_text_material.xml │ │ │ │ ├── abc_ic_ab_back_material.xml │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml │ │ │ │ ├── abc_ic_clear_material.xml │ │ │ │ ├── abc_ic_go_search_api_material.xml │ │ │ │ ├── abc_ic_menu_overflow_material.xml │ │ │ │ ├── abc_ic_search_api_material.xml │ │ │ │ ├── abc_ic_voice_search_api_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_indicator_material.xml │ │ │ │ ├── abc_ratingbar_material.xml │ │ │ │ ├── abc_ratingbar_small_material.xml │ │ │ │ ├── abc_seekbar_thumb_material.xml │ │ │ │ ├── abc_seekbar_tick_mark_material.xml │ │ │ │ ├── abc_seekbar_track_material.xml │ │ │ │ ├── abc_spinner_textfield_background_material.xml │ │ │ │ ├── abc_switch_thumb_material.xml │ │ │ │ ├── abc_tab_indicator_material.xml │ │ │ │ ├── abc_text_cursor_material.xml │ │ │ │ ├── abc_textfield_search_material.xml │ │ │ │ ├── abc_vector_test.xml │ │ │ │ ├── back.png │ │ │ │ ├── btn.xml │ │ │ │ ├── btn_color.xml │ │ │ │ ├── jc_bottom_bg.9.png │ │ │ │ ├── jc_bottom_progress.xml │ │ │ │ ├── jc_bottom_seek_progress.xml │ │ │ │ ├── jc_bottom_seek_thumb.xml │ │ │ │ ├── jc_click_back_selector.xml │ │ │ │ ├── jc_click_back_tiny_selector.xml │ │ │ │ ├── jc_click_error_selector.xml │ │ │ │ ├── jc_click_pause_selector.xml │ │ │ │ ├── jc_click_play_selector.xml │ │ │ │ ├── jc_dialog_progress.xml │ │ │ │ ├── jc_dialog_progress_bg.xml │ │ │ │ ├── jc_loading.xml │ │ │ │ ├── jc_seek_thumb_normal.xml │ │ │ │ ├── jc_seek_thumb_pressed.xml │ │ │ │ ├── jc_title_bg.9.png │ │ │ │ ├── jc_volume_progress_bg.xml │ │ │ │ ├── me1.png │ │ │ │ ├── me2.png │ │ │ │ ├── me_selector.xml │ │ │ │ ├── music1.png │ │ │ │ ├── music2.png │ │ │ │ ├── music_selector.xml │ │ │ │ ├── notification_bg.xml │ │ │ │ ├── notification_bg_low.xml │ │ │ │ ├── notification_icon_background.xml │ │ │ │ ├── notification_tile_bg.xml │ │ │ │ ├── pause.png │ │ │ │ ├── start.png │ │ │ │ ├── vedio1.png │ │ │ │ ├── vedio2.png │ │ │ │ ├── vedio_selector.xml │ │ │ │ └── xiazai1.png │ │ │ │ ├── layout-v11 │ │ │ │ ├── notification_media_action.xml │ │ │ │ ├── notification_media_cancel_action.xml │ │ │ │ ├── notification_template_big_media.xml │ │ │ │ ├── notification_template_big_media_custom.xml │ │ │ │ ├── notification_template_big_media_narrow.xml │ │ │ │ └── notification_template_big_media_narrow_custom.xml │ │ │ │ ├── layout-v16 │ │ │ │ └── notification_template_custom_big.xml │ │ │ │ ├── layout-v21 │ │ │ │ ├── notification_action.xml │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ ├── notification_template_custom_big.xml │ │ │ │ └── notification_template_icon_group.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_button_bar_material.xml │ │ │ │ ├── abc_alert_dialog_material.xml │ │ │ │ ├── abc_alert_dialog_title_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_header_item_layout.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 │ │ │ │ ├── activity_main.xml │ │ │ │ ├── activity_second.xml │ │ │ │ ├── fragment1.xml │ │ │ │ ├── fragment11.xml │ │ │ │ ├── fragment12.xml │ │ │ │ ├── fragment13.xml │ │ │ │ ├── fragment2.xml │ │ │ │ ├── fragment21.xml │ │ │ │ ├── fragment3.xml │ │ │ │ ├── item.xml │ │ │ │ ├── item_donghuapian.xml │ │ │ │ ├── item_gequ.xml │ │ │ │ ├── jc_dialog_brightness.xml │ │ │ │ ├── jc_dialog_progress.xml │ │ │ │ ├── jc_dialog_volume.xml │ │ │ │ ├── jc_layout_base.xml │ │ │ │ ├── jc_layout_standard.xml │ │ │ │ ├── notification_action.xml │ │ │ │ ├── notification_action_tombstone.xml │ │ │ │ ├── notification_template_icon_group.xml │ │ │ │ ├── notification_template_lines_media.xml │ │ │ │ ├── notification_template_media.xml │ │ │ │ ├── notification_template_media_custom.xml │ │ │ │ ├── notification_template_part_chronometer.xml │ │ │ │ ├── notification_template_part_time.xml │ │ │ │ ├── select_dialog_item_material.xml │ │ │ │ ├── select_dialog_multichoice_material.xml │ │ │ │ ├── select_dialog_singlechoice_material.xml │ │ │ │ └── support_simple_spinner_dropdown_item.xml │ │ │ │ ├── mipmap-hdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-mdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── mipmap-xxxhdpi │ │ │ │ └── ic_launcher.png │ │ │ │ ├── values-af │ │ │ │ └── values-af.xml │ │ │ │ ├── values-am │ │ │ │ └── values-am.xml │ │ │ │ ├── values-ar │ │ │ │ └── values-ar.xml │ │ │ │ ├── values-az-rAZ │ │ │ │ └── values-az-rAZ.xml │ │ │ │ ├── values-b+sr+Latn │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ ├── values-be-rBY │ │ │ │ └── values-be-rBY.xml │ │ │ │ ├── values-bg │ │ │ │ └── values-bg.xml │ │ │ │ ├── values-bn-rBD │ │ │ │ └── values-bn-rBD.xml │ │ │ │ ├── values-bs-rBA │ │ │ │ └── values-bs-rBA.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-rAU │ │ │ │ └── values-en-rAU.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-gu-rIN │ │ │ │ └── values-gu-rIN.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-ldltr-v21 │ │ │ │ └── values-ldltr-v21.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-night-v8 │ │ │ │ └── values-night-v8.xml │ │ │ │ ├── values-nl │ │ │ │ └── values-nl.xml │ │ │ │ ├── values-pa-rIN │ │ │ │ └── values-pa-rIN.xml │ │ │ │ ├── values-pl │ │ │ │ └── values-pl.xml │ │ │ │ ├── values-port │ │ │ │ └── values-port.xml │ │ │ │ ├── values-pt-rBR │ │ │ │ └── values-pt-rBR.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-sq-rAL │ │ │ │ └── values-sq-rAL.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-v13 │ │ │ │ └── values-v13.xml │ │ │ │ ├── values-v14 │ │ │ │ └── values-v14.xml │ │ │ │ ├── values-v16 │ │ │ │ └── values-v16.xml │ │ │ │ ├── values-v17 │ │ │ │ └── values-v17.xml │ │ │ │ ├── values-v18 │ │ │ │ └── values-v18.xml │ │ │ │ ├── values-v21 │ │ │ │ └── values-v21.xml │ │ │ │ ├── values-v22 │ │ │ │ └── values-v22.xml │ │ │ │ ├── values-v23 │ │ │ │ └── values-v23.xml │ │ │ │ ├── values-v24 │ │ │ │ └── values-v24.xml │ │ │ │ ├── values-v25 │ │ │ │ └── values-v25.xml │ │ │ │ ├── values-vi │ │ │ │ └── values-vi.xml │ │ │ │ ├── values-w820dp-v13 │ │ │ │ └── values-w820dp-v13.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-zh │ │ │ │ └── values-zh.xml │ │ │ │ ├── values-zu │ │ │ │ └── values-zu.xml │ │ │ │ └── values │ │ │ │ └── values.xml │ │ ├── resources-debug-androidTest.ap_ │ │ └── resources-debug.ap_ │ ├── restart-dex │ │ └── debug │ │ │ └── build-info.xml │ ├── symbols │ │ ├── androidTest │ │ │ └── debug │ │ │ │ └── R.txt │ │ └── debug │ │ │ └── R.txt │ └── transforms │ │ ├── dex │ │ └── debug │ │ │ └── folders │ │ │ └── 1000 │ │ │ └── 1f │ │ │ └── main │ │ │ └── classes.dex │ │ └── instantRun │ │ └── debug │ │ └── folders │ │ └── 1 │ │ └── 5 │ │ └── main │ │ ├── android │ │ └── support │ │ │ └── v7 │ │ │ ├── appcompat │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$bool.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$integer.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ │ │ └── recyclerview │ │ │ ├── R$attr.class │ │ │ ├── R$dimen.class │ │ │ ├── R$id.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ │ ├── com │ │ └── example │ │ │ └── administrator │ │ │ └── unittwo │ │ │ ├── BuildConfig.class │ │ │ ├── MainActivity$1.class │ │ │ ├── MainActivity.class │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$bool.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$integer.class │ │ │ ├── R$layout.class │ │ │ ├── R$mipmap.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ ├── R.class │ │ │ ├── SecondActivity$1.class │ │ │ ├── SecondActivity$2.class │ │ │ ├── SecondActivity$3.class │ │ │ ├── SecondActivity$4.class │ │ │ ├── SecondActivity.class │ │ │ ├── adapter │ │ │ ├── MyAdapter1$1.class │ │ │ ├── MyAdapter1$ViewHolder.class │ │ │ ├── MyAdapter1.class │ │ │ ├── MyAdapter2$ViewHolder.class │ │ │ ├── MyAdapter2.class │ │ │ ├── MyAdapter3$MyViewHolder.class │ │ │ ├── MyAdapter3.class │ │ │ ├── MyAdapter4$ViewHolder.class │ │ │ └── MyAdapter4.class │ │ │ ├── app │ │ │ └── MyApp.class │ │ │ ├── bean │ │ │ ├── DongHuaPian$ListBean.class │ │ │ ├── DongHuaPian$NavBean.class │ │ │ ├── DongHuaPian.class │ │ │ ├── ErGe$ListBean.class │ │ │ ├── ErGe$NavBean.class │ │ │ ├── ErGe.class │ │ │ ├── GeQu$ListBean.class │ │ │ ├── GeQu$NavBean.class │ │ │ ├── GeQu.class │ │ │ ├── GuShi$ListBean.class │ │ │ ├── GuShi$NavBean.class │ │ │ └── GuShi.class │ │ │ ├── fragment │ │ │ ├── Fragment1$1.class │ │ │ ├── Fragment1$2.class │ │ │ ├── Fragment1$MyAdapter.class │ │ │ ├── Fragment1.class │ │ │ ├── Fragment2$1.class │ │ │ ├── Fragment2.class │ │ │ └── Fragment3.class │ │ │ ├── fragment1 │ │ │ ├── Fragment11$1.class │ │ │ ├── Fragment11.class │ │ │ ├── Fragment12$1.class │ │ │ ├── Fragment12.class │ │ │ ├── Fragment13$1.class │ │ │ └── Fragment13.class │ │ │ ├── fragment2 │ │ │ ├── Fragment21$1$1.class │ │ │ ├── Fragment21$1.class │ │ │ ├── Fragment21.class │ │ │ └── Fragment22.class │ │ │ ├── task │ │ │ ├── MyTask.class │ │ │ ├── MyTask1.class │ │ │ └── MyTask2.class │ │ │ ├── utils │ │ │ ├── Constant.class │ │ │ ├── HttpUtils$1$1.class │ │ │ ├── HttpUtils$1$2.class │ │ │ ├── HttpUtils$1$3.class │ │ │ ├── HttpUtils$1.class │ │ │ ├── HttpUtils$IHttpGetData.class │ │ │ └── HttpUtils.class │ │ │ └── view │ │ │ └── MyView.class │ │ └── fm │ │ └── jiecao │ │ └── jcvideoplayer_lib │ │ ├── R$anim.class │ │ ├── R$attr.class │ │ ├── R$bool.class │ │ ├── R$color.class │ │ ├── R$dimen.class │ │ ├── R$drawable.class │ │ ├── R$id.class │ │ ├── R$integer.class │ │ ├── R$layout.class │ │ ├── R$string.class │ │ ├── R$style.class │ │ ├── R$styleable.class │ │ └── R.class │ └── outputs │ ├── apk │ └── app-debug.apk │ └── logs │ └── manifest-merger-debug-report.txt ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── local.properties /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/gradle.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/modules/UnitTwo.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/modules/UnitTwo.iml -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /UnitTwo.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/UnitTwo.iml -------------------------------------------------------------------------------- /app/app.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/app.iml -------------------------------------------------------------------------------- /app/build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/androidTest/debug/android/support/test/espresso/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/androidTest/debug/android/support/test/rule/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/androidTest/debug/android/support/test/rule/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/androidTest/debug/com/example/administrator/unittwo/test/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/androidTest/debug/com/example/administrator/unittwo/test/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/android/support/v7/appcompat/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/debug/android/support/v7/recyclerview/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/com/example/administrator/unittwo/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/debug/com/example/administrator/unittwo/R.java -------------------------------------------------------------------------------- /app/build/generated/source/r/debug/fm/jiecao/jcvideoplayer_lib/R.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/generated/source/r/debug/fm/jiecao/jcvideoplayer_lib/R.java -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/androidTest/debug/multi/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/androidTest/debug/multi/values.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-af.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-am.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-am.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ar.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-az-rAZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-az-rAZ.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-b+sr+Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-b+sr+Latn.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-be-rBY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-be-rBY.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-bg.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-bn-rBD.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-bs-rBA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-bs-rBA.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ca.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-cs.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-da.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-de.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-el.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-en-rAU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-en-rAU.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-en-rGB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-en-rGB.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-en-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-en-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-es-rUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-es-rUS.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-es.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-et-rEE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-et-rEE.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-eu-rES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-eu-rES.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-fa.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-fi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-fr-rCA.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-fr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-gl-rES.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-gl-rES.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-gu-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-gu-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-h720dp-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-hdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-hi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-hr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-hu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-hy-rAM.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-in.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-is-rIS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-is-rIS.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-it.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-iw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-iw.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ja.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ka-rGE.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-kk-rKZ.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-km-rKH.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-km-rKH.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-kn-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ko.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ky-rKG.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-land.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-land.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-large-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-large-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ldltr-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ldltr-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-lo-rLA.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-lt.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-lv.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-mk-rMK.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ml-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-mn-rMN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-mr-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ms-rMY.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-my-rMM.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-my-rMM.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-nb.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ne-rNP.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-night-v8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-night-v8.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-nl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-pa-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-pa-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-pl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-port.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-pt-rBR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-pt-rBR.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-pt-rPT.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-pt.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ro.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ru.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-si-rLK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-si-rLK.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sq-rAL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sq-rAL.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sv.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sw.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-sw600dp-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ta-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-te-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-te-rIN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-th.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-tl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-tl.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-tr.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-uk.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-ur-rPK.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-uz-rUZ.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v11.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v12.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v14.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v14.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v16.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v18.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v22.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v23.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v24.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-v25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-v25.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-vi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-w820dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-w820dp-v13.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-xlarge-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-zh-rCN.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-zh-rHK.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-zh-rTW.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-zh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-zh.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values-zu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values-zu.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/multi/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/multi/values.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/anim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/anim.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/color-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/color-v11.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/color-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/color-v23.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/color.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-hdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-hdpi-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-mdpi-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xhdpi-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxhdpi-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-ldrtl-xxxhdpi-v17.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-mdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-v23.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-xhdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-xxhdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable-xxxhdpi-v4.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/drawable.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout-v11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/layout-v11.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout-v16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/layout-v16.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/layout-v21.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/layout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/layout.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/mipmap-hdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/mipmap-hdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/mipmap-mdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/mipmap-mdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/mipmap-xhdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/mipmap-xhdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/mipmap-xxhdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/blame/res/debug/single/mipmap-xxxhdpi.json -------------------------------------------------------------------------------- /app/build/intermediates/builds/debug/10156223059027/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/builds/debug/10156223059027/classes.dex -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/BuildConfig.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/MainActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/MainActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$color.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$integer.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$mipmap.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$mipmap.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/SecondActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/SecondActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/app/MyApp.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/app/MyApp.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/ErGe.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/ErGe.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/GeQu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/GeQu.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/GuShi.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/bean/GuShi.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/task/MyTask2.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/utils/Constant.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/utils/Constant.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/utils/HttpUtils.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/utils/HttpUtils.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/example/administrator/unittwo/view/MyView.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/com/example/administrator/unittwo/view/MyView.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$color.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$integer.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/classes/debug/fm/jiecao/jcvideoplayer_lib/R.class -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test.espresso/espresso-core/2.2.2/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/rules/0.5/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support.test/runner/0.5/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.0/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.0/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.0/public.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.0/public.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/25.3.0/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/25.3.0/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/25.3.0/public.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/25.3.0/public.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/exploded-aar/fm.jiecao/jiecaovideoplayer/5.5.4/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-classes/debug/instant-run-bootstrap.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-runtime-classes/debug/instant-run.jar -------------------------------------------------------------------------------- /app/build/intermediates/incremental-safeguard/debug/tag.txt: -------------------------------------------------------------------------------- 1 | incremental task execution -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/appcompat/R.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-verifier/debug/android/support/v7/recyclerview/R.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/fm/jiecao/jcvideoplayer_lib/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-verifier/debug/fm/jiecao/jcvideoplayer_lib/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental-verifier/debug/fm/jiecao/jcvideoplayer_lib/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental-verifier/debug/fm/jiecao/jcvideoplayer_lib/R.class -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/compileDebugAndroidTestAidl/dependency.store: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/compile-file-map.properties: -------------------------------------------------------------------------------- 1 | #Thu Jun 22 09:51:51 CST 2017 2 | -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugAndroidTestResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugAssets/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/compile-file-map.properties -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-af/values-af.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-am/values-am.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ar/values-ar.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-bg/values-bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ca/values-ca.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-cs/values-cs.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-da/values-da.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-de/values-de.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-el/values-el.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-es/values-es.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fa/values-fa.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fi/values-fi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-fr/values-fr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hi/values-hi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hr/values-hr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hu/values-hu.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-in/values-in.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-it/values-it.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-iw/values-iw.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ja/values-ja.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ko/values-ko.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lt/values-lt.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-lv/values-lv.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nb/values-nb.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-nl/values-nl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pl/values-pl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-pt/values-pt.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ro/values-ro.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-ru/values-ru.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sk/values-sk.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sl/values-sl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sr/values-sr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sv/values-sv.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-sw/values-sw.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-th/values-th.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tl/values-tl.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-tr/values-tr.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-uk/values-uk.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-vi/values-vi.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh/values-zh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zh/values-zh.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-zu/values-zu.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugResources/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/packageDebug/dex-renamer-state.txt -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/file-input-save-data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/packageDebug/file-input-save-data.txt -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageDebug/zip-cache/K1Y44HLaf_22I_ciAOGdndlNVjo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/incremental/packageDebug/zip-cache/K1Y44HLaf_22I_ciAOGdndlNVjo= -------------------------------------------------------------------------------- /app/build/intermediates/incremental/packageInstantRunResourcesDebug/dex-renamer-state.txt: -------------------------------------------------------------------------------- 1 | #Thu Jun 22 09:52:02 CST 2017 2 | -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-resources/resources-debug.ir.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/instant-run-resources/resources-debug.ir.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-support/debug/manifest.crc: -------------------------------------------------------------------------------- 1 | 629725586 -------------------------------------------------------------------------------- /app/build/intermediates/instant-run-support/debug/manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/instant-run-support/debug/manifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifests/full/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/manifests/full/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/manifests/instant-run/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/manifests/instant-run/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /app/build/intermediates/pre-dexed/debug/main_baab99277ce50b30248171a2e0497718ba068559.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/pre-dexed/debug/main_baab99277ce50b30248171a2e0497718ba068559.jar -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/androidTest/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/androidTest/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_fade_in.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_fade_out.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_grow_fade_in_from_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_popup_enter.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_popup_exit.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_shrink_fade_out_from_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_in_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_in_top.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_out_bottom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/abc_slide_out_top.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/quit_fullscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/quit_fullscreen.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/anim/start_fullscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/anim/start_fullscreen.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_btn_colored_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_color_highlight_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_btn_checkable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_btn_checkable.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_default.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_edittext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_edittext.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_seek_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_seek_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_spinner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_spinner.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color-v23/abc_tint_switch_track.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_btn_colored_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_btn_colored_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_hint_foreground_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_primary_text_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_search_url_text.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_secondary_text_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_btn_checkable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_btn_checkable.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_default.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_edittext.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_edittext.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_seek_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_seek_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_spinner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_spinner.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_switch_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_switch_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/abc_tint_switch_track.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/abc_tint_switch_track.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/switch_thumb_material_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/switch_thumb_material_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/text_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/text_color.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/color/text_color1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/color/text_color1.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-hdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-mdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/abc_btn_colored_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/abc_edit_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v21/notification_action_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-v21/notification_action_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-v23/abc_control_background_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_add_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_add_volume.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_normal.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_pressed.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_tiny_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_tiny_normal.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_tiny_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_back_tiny_pressed.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_backward_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_backward_icon.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_brightness_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_brightness_video.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_close_volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_close_volume.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_enlarge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_enlarge.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_error_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_error_normal.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_error_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_error_pressed.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_forward_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_forward_icon.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_loading_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_loading_bg.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_pause_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_pause_normal.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_pause_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_pause_pressed.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_play_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_play_normal.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_play_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_play_pressed.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_shrink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_shrink.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_volume_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/jc_volume_icon.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xhdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_borderless_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_check_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_colored_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_default_mtrl_shape.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_btn_radio_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_internal_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_cab_background_top_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_dialog_material_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_edit_text_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_ab_back_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_ab_back_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_arrow_drop_right_black_24dp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_arrow_drop_right_black_24dp.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_clear_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_clear_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_go_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_go_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_menu_overflow_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_menu_overflow_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ic_voice_search_api_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ic_voice_search_api_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_item_background_holo_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_dark.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_list_selector_holo_light.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_indicator_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_small_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_ratingbar_small_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_thumb_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_tick_mark_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_tick_mark_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_seekbar_track_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_switch_thumb_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_tab_indicator_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_text_cursor_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_textfield_search_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/abc_vector_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/abc_vector_test.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/back.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/btn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/btn.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/btn_color.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/btn_color.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_bottom_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_bottom_bg.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_bottom_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_bottom_progress.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_bottom_seek_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_bottom_seek_progress.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_bottom_seek_thumb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_bottom_seek_thumb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_click_back_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_click_back_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_click_back_tiny_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_click_back_tiny_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_click_error_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_click_error_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_click_pause_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_click_pause_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_click_play_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_click_play_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_dialog_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_dialog_progress.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_dialog_progress_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_dialog_progress_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_loading.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_loading.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_seek_thumb_normal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_seek_thumb_normal.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_seek_thumb_pressed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_seek_thumb_pressed.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_title_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_title_bg.9.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/jc_volume_progress_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/jc_volume_progress_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/me1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/me1.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/me2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/me2.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/me_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/me_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/music1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/music1.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/music2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/music2.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/music_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/music_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_bg_low.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_bg_low.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_icon_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_icon_background.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/notification_tile_bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/notification_tile_bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/pause.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/start.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/vedio1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/vedio1.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/vedio2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/vedio2.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/vedio_selector.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/vedio_selector.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/drawable/xiazai1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/drawable/xiazai1.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_media_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_media_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_media_cancel_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_media_cancel_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v11/notification_template_big_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v16/notification_template_custom_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v16/notification_template_custom_big.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_action_tombstone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_action_tombstone.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_template_custom_big.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_template_custom_big.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout-v21/notification_template_icon_group.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout-v21/notification_template_icon_group.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_title_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_up_container.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_bar_view_list_nav_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_menu_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_mode_bar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_activity_chooser_view_list_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_button_bar_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_alert_dialog_title_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_dialog_title_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_expanded_menu_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_checkbox.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_icon.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_list_menu_item_radio.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_popup_menu_header_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_header_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_popup_menu_item_layout.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_content_include.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_simple_overlay_action_mode.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_screen_toolbar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_search_dropdown_item_icons_2line.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_search_view.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_search_view.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/abc_select_dialog_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/activity_second.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/activity_second.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment1.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment11.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment12.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment2.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment21.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/fragment3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/fragment3.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/item_donghuapian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/item_donghuapian.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/item_gequ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/item_gequ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/jc_dialog_brightness.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/jc_dialog_brightness.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/jc_dialog_progress.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/jc_dialog_progress.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/jc_dialog_volume.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/jc_dialog_volume.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/jc_layout_base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/jc_layout_base.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/jc_layout_standard.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/jc_layout_standard.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_action.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_action.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_action_tombstone.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_action_tombstone.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_icon_group.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_icon_group.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_lines_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_lines_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_media.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_media.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_media_custom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_media_custom.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_part_chronometer.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/notification_template_part_time.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_item_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_multichoice_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/select_dialog_singlechoice_material.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/layout/support_simple_spinner_dropdown_item.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-af/values-af.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-af/values-af.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-am/values-am.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-am/values-am.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ar/values-ar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ar/values-ar.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-az-rAZ/values-az-rAZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-b+sr+Latn/values-b+sr+Latn.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-b+sr+Latn/values-b+sr+Latn.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-be-rBY/values-be-rBY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-be-rBY/values-be-rBY.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bg/values-bg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-bg/values-bg.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-bn-rBD/values-bn-rBD.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-bs-rBA/values-bs-rBA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-bs-rBA/values-bs-rBA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ca/values-ca.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ca/values-ca.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-cs/values-cs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-cs/values-cs.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-da/values-da.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-da/values-da.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-de/values-de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-de/values-de.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-el/values-el.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-el/values-el.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-en-rAU/values-en-rAU.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-en-rGB/values-en-rGB.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-en-rIN/values-en-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-es-rUS/values-es-rUS.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-es/values-es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-es/values-es.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-et-rEE/values-et-rEE.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-eu-rES/values-eu-rES.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fa/values-fa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-fa/values-fa.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fi/values-fi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-fi/values-fi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-fr-rCA/values-fr-rCA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-fr/values-fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-fr/values-fr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-gl-rES/values-gl-rES.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-gu-rIN/values-gu-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-h720dp-v13/values-h720dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-hdpi-v4/values-hdpi-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hi/values-hi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-hi/values-hi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hr/values-hr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-hr/values-hr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hu/values-hu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-hu/values-hu.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-hy-rAM/values-hy-rAM.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-in/values-in.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-in/values-in.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-is-rIS/values-is-rIS.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-it/values-it.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-it/values-it.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-iw/values-iw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-iw/values-iw.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ja/values-ja.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ja/values-ja.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ka-rGE/values-ka-rGE.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-kk-rKZ/values-kk-rKZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-km-rKH/values-km-rKH.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-kn-rIN/values-kn-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ko/values-ko.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ko/values-ko.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ky-rKG/values-ky-rKG.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-land/values-land.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-land/values-land.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-large-v4/values-large-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ldltr-v21/values-ldltr-v21.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-lo-rLA/values-lo-rLA.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lt/values-lt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-lt/values-lt.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-lv/values-lv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-lv/values-lv.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-mk-rMK/values-mk-rMK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ml-rIN/values-ml-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-mn-rMN/values-mn-rMN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-mr-rIN/values-mr-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ms-rMY/values-ms-rMY.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-my-rMM/values-my-rMM.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nb/values-nb.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-nb/values-nb.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ne-rNP/values-ne-rNP.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-night-v8/values-night-v8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-night-v8/values-night-v8.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-nl/values-nl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-nl/values-nl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-pa-rIN/values-pa-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pl/values-pl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-pl/values-pl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-port/values-port.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-port/values-port.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-pt-rBR/values-pt-rBR.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-pt-rPT/values-pt-rPT.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-pt/values-pt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-pt/values-pt.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ro/values-ro.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ro/values-ro.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ru/values-ru.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ru/values-ru.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-si-rLK/values-si-rLK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sk/values-sk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sk/values-sk.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sl/values-sl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sl/values-sl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sq-rAL/values-sq-rAL.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sr/values-sr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sr/values-sr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sv/values-sv.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sv/values-sv.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw/values-sw.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sw/values-sw.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-sw600dp-v13/values-sw600dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ta-rIN/values-ta-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-te-rIN/values-te-rIN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-th/values-th.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-th/values-th.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tl/values-tl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-tl/values-tl.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-tr/values-tr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-tr/values-tr.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uk/values-uk.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-uk/values-uk.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-ur-rPK/values-ur-rPK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-uz-rUZ/values-uz-rUZ.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v11/values-v11.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v11/values-v11.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v12/values-v12.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v12/values-v12.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v13/values-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v13/values-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v14/values-v14.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v14/values-v14.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v16/values-v16.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v16/values-v16.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v17/values-v17.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v17/values-v17.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v18/values-v18.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v18/values-v18.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v21/values-v21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v21/values-v21.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v22/values-v22.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v22/values-v22.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v23/values-v23.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v24/values-v24.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-v25/values-v25.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-v25/values-v25.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-vi/values-vi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-vi/values-vi.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-w820dp-v13/values-w820dp-v13.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-xlarge-v4/values-xlarge-v4.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-zh-rCN/values-zh-rCN.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-zh-rHK/values-zh-rHK.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-zh-rTW/values-zh-rTW.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zh/values-zh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-zh/values-zh.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values-zu/values-zu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values-zu/values-zu.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/merged/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/merged/debug/values/values.xml -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug-androidTest.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/resources-debug-androidTest.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/res/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/res/resources-debug.ap_ -------------------------------------------------------------------------------- /app/build/intermediates/restart-dex/debug/build-info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/restart-dex/debug/build-info.xml -------------------------------------------------------------------------------- /app/build/intermediates/symbols/androidTest/debug/R.txt: -------------------------------------------------------------------------------- 1 | int string app_name 0x7f020000 2 | -------------------------------------------------------------------------------- /app/build/intermediates/symbols/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/symbols/debug/R.txt -------------------------------------------------------------------------------- /app/build/intermediates/transforms/dex/debug/folders/1000/1f/main/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/intermediates/transforms/dex/debug/folders/1000/1f/main/classes.dex -------------------------------------------------------------------------------- /app/build/outputs/apk/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/outputs/apk/app-debug.apk -------------------------------------------------------------------------------- /app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/gradlew.bat -------------------------------------------------------------------------------- /local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/476632331/mediaplayer/HEAD/local.properties --------------------------------------------------------------------------------