├── .gradle └── 2.14.1 │ ├── taskArtifacts │ ├── cache.properties │ ├── cache.properties.lock │ ├── fileHashes.bin │ ├── fileSnapshots.bin │ ├── fileSnapshotsToTreeSnapshotsIndex.bin │ └── taskArtifacts.bin │ └── tasks │ └── _app_compileDebugJavaWithJavac │ ├── localClassSetAnalysis │ ├── localClassSetAnalysis.bin │ └── localClassSetAnalysis.lock │ └── localJarClasspathSnapshot │ ├── localJarClasspathSnapshot.bin │ └── localJarClasspathSnapshot.lock ├── .idea ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── gradle.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── libraries │ ├── animated_vector_drawable_25_3_1.xml │ ├── appcompat_v7_25_3_1.xml │ ├── hamcrest_core_1_3.xml │ ├── junit_4_12.xml │ ├── recyclerview_v7_25_3_1.xml │ ├── support_annotations_25_3_1.xml │ ├── support_compat_25_3_1.xml │ ├── support_core_ui_25_3_1.xml │ ├── support_core_utils_25_3_1.xml │ ├── support_fragment_25_3_1.xml │ ├── support_media_compat_25_3_1.xml │ ├── support_v4_25_3_1.xml │ └── support_vector_drawable_25_3_1.xml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── workspace.xml ├── AndroidSwitchStudio.iml ├── README.md ├── app ├── app.iml ├── build.gradle ├── build │ ├── generated │ │ └── source │ │ │ ├── buildConfig │ │ │ ├── androidTest │ │ │ │ └── debug │ │ │ │ │ └── com │ │ │ │ │ └── rocky │ │ │ │ │ └── activityswitch │ │ │ │ │ └── test │ │ │ │ │ └── BuildConfig.java │ │ │ └── debug │ │ │ │ └── com │ │ │ │ └── rocky │ │ │ │ └── activityswitch │ │ │ │ └── BuildConfig.java │ │ │ └── r │ │ │ └── debug │ │ │ ├── android │ │ │ └── support │ │ │ │ └── v7 │ │ │ │ ├── appcompat │ │ │ │ └── R.java │ │ │ │ └── recyclerview │ │ │ │ └── R.java │ │ │ └── com │ │ │ └── rocky │ │ │ └── activityswitch │ │ │ └── R.java │ ├── intermediates │ │ ├── blame │ │ │ └── res │ │ │ │ └── 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-xlarge-v4.json │ │ │ │ ├── values-zh-rCN.json │ │ │ │ ├── values-zh-rHK.json │ │ │ │ ├── values-zh-rTW.json │ │ │ │ ├── values-zu.json │ │ │ │ └── values.json │ │ │ │ └── single │ │ │ │ ├── anim.json │ │ │ │ ├── color-v11.json │ │ │ │ ├── color-v23.json │ │ │ │ ├── color.json │ │ │ │ ├── drawable-hdpi-v4.json │ │ │ │ ├── drawable-hdpi.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-mdpi.json │ │ │ │ ├── drawable-v21.json │ │ │ │ ├── drawable-v23.json │ │ │ │ ├── drawable-xhdpi-v4.json │ │ │ │ ├── drawable-xhdpi.json │ │ │ │ ├── drawable-xxhdpi-v4.json │ │ │ │ ├── drawable-xxhdpi.json │ │ │ │ ├── drawable-xxxhdpi-v4.json │ │ │ │ ├── drawable.json │ │ │ │ ├── layout-v11.json │ │ │ │ ├── layout-v16.json │ │ │ │ ├── layout-v21.json │ │ │ │ └── layout.json │ │ ├── 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 │ │ │ │ └── rocky │ │ │ │ └── activityswitch │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── MainAdapter$1.class │ │ │ │ ├── MainAdapter$MainViewHolder.class │ │ │ │ ├── MainAdapter.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$array.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 │ │ │ │ ├── SecondActivity$1.class │ │ │ │ └── SecondActivity.class │ │ ├── exploded-aar │ │ │ └── com.android.support │ │ │ │ ├── animated-vector-drawable │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── proguard.txt │ │ │ │ ├── appcompat-v7 │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── 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.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── R.txt │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ ├── proguard.txt │ │ │ │ │ ├── public.txt │ │ │ │ │ └── res │ │ │ │ │ └── values │ │ │ │ │ └── values.xml │ │ │ │ ├── support-compat │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── aidl │ │ │ │ │ └── android │ │ │ │ │ │ └── support │ │ │ │ │ │ └── v4 │ │ │ │ │ │ └── os │ │ │ │ │ │ └── ResultReceiver.aidl │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-core-ui │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ ├── jars │ │ │ │ │ └── classes.jar │ │ │ │ │ └── proguard.txt │ │ │ │ ├── support-core-utils │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-fragment │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ ├── annotations.zip │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ ├── support-media-compat │ │ │ │ └── 25.3.1 │ │ │ │ │ ├── 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.1 │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── jars │ │ │ │ │ └── classes.jar │ │ │ │ └── support-vector-drawable │ │ │ │ └── 25.3.1 │ │ │ │ ├── AndroidManifest.xml │ │ │ │ └── jars │ │ │ │ └── classes.jar │ │ ├── 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 │ │ │ │ └── rocky │ │ │ │ └── activityswitch │ │ │ │ ├── BuildConfig.class │ │ │ │ ├── MainActivity.class │ │ │ │ ├── MainAdapter$1.class │ │ │ │ ├── MainAdapter$MainViewHolder.class │ │ │ │ ├── MainAdapter.class │ │ │ │ ├── R$anim.class │ │ │ │ ├── R$array.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 │ │ │ │ ├── SecondActivity$1.class │ │ │ │ └── SecondActivity.class │ │ ├── incremental │ │ │ ├── compileDebugAidl │ │ │ │ └── dependency.store │ │ │ ├── compileDebugAndroidTestAidl │ │ │ │ └── dependency.store │ │ │ ├── mergeDebugAndroidTestResources │ │ │ │ ├── compile-file-map.properties │ │ │ │ └── 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-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 │ │ │ │ └── merger.xml │ │ │ ├── mergeDebugShaders │ │ │ │ └── merger.xml │ │ │ ├── packageDebug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ ├── file-input-save-data.txt │ │ │ │ └── zip-cache │ │ │ │ │ └── XaqOwGGl1jLzMsdJwbzfk3SbKK4= │ │ │ └── packageInstantRunResourcesDebug │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ ├── file-input-save-data.txt │ │ │ │ └── zip-cache │ │ │ │ └── XaqOwGGl1jLzMsdJwbzfk3SbKK4= │ │ ├── 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 │ │ │ │ ├── com.android.support-animated-vector-drawable-25.3.1_e228df7d13871969ce6a84336bd87f8fcbe5f745.jar │ │ │ │ ├── com.android.support-appcompat-v7-25.3.1_95beba28921d17d0f829f6be88955390df53a356.jar │ │ │ │ ├── com.android.support-recyclerview-v7-25.3.1_680c8ecc1fff9051b72d79c8602a681a506a0471.jar │ │ │ │ ├── com.android.support-support-compat-25.3.1_ae9f541449a899c6eda5a1f278e62c7297e123b6.jar │ │ │ │ ├── com.android.support-support-core-ui-25.3.1_c792173c5baf66688077a4ea9f790c46941d306e.jar │ │ │ │ ├── com.android.support-support-core-utils-25.3.1_1e10e2bf0699102c087e792c50efa3253649fc08.jar │ │ │ │ ├── com.android.support-support-fragment-25.3.1_b04003d15cdb8e1c1f7bed43d1a1a29fcca7ab93.jar │ │ │ │ ├── com.android.support-support-media-compat-25.3.1_551f809eb529a87c650578e76f5a7b6e18bfe414.jar │ │ │ │ ├── com.android.support-support-v4-25.3.1_2c4a584e6ad805fd2aba7be909f23264cd6d2988.jar │ │ │ │ ├── com.android.support-support-vector-drawable-25.3.1_3f34a715a48642df3719300f59a94679e5d730e4.jar │ │ │ │ ├── instant-run-bootstrap_33cc04445f5feb6209a0a3ec891a3021e062ffca.jar │ │ │ │ ├── instant-run_f73a428ef14aa63350ed4fcdf745719676618329.jar │ │ │ │ ├── main_039e09b970f77a092e6b907b9fffc3d951c3128b.jar │ │ │ │ └── support-annotations-25.3.1_8b5cf2424ddb4d3255fd5b504bc061c33490ae78.jar │ │ ├── res │ │ │ ├── merged │ │ │ │ └── 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 │ │ │ │ │ ├── fade.xml │ │ │ │ │ ├── hold.xml │ │ │ │ │ ├── hyperspace_in.xml │ │ │ │ │ ├── hyperspace_out.xml │ │ │ │ │ ├── my_alpha_action.xml │ │ │ │ │ ├── my_scale_action.xml │ │ │ │ │ ├── push_left_in.xml │ │ │ │ │ ├── push_left_out.xml │ │ │ │ │ ├── push_up_in.xml │ │ │ │ │ ├── push_up_out.xml │ │ │ │ │ ├── scale_rotate.xml │ │ │ │ │ ├── scale_translate.xml │ │ │ │ │ ├── scale_translate_rotate.xml │ │ │ │ │ ├── slide_down_out.xml │ │ │ │ │ ├── slide_left.xml │ │ │ │ │ ├── slide_right.xml │ │ │ │ │ ├── slide_up_in.xml │ │ │ │ │ ├── wave_scale.xml │ │ │ │ │ ├── zoom_enter.xml │ │ │ │ │ └── zoom_exit.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 │ │ │ │ │ ├── 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-hdpi │ │ │ │ │ └── ic_launcher.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-mdpi │ │ │ │ │ └── ic_launcher.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-xhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_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-xxhdpi │ │ │ │ │ └── ic_launcher.png │ │ │ │ │ ├── drawable-xxxhdpi-v4 │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png │ │ │ │ │ ├── abc_ic_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 │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── activity_second.xml │ │ │ │ │ ├── item.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 │ │ │ ├── resources-debug-androidTest.ap_ │ │ │ └── resources-debug.ap_ │ │ ├── restart-dex │ │ │ └── debug │ │ │ │ └── build-info.xml │ │ ├── symbols │ │ │ └── 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 │ │ │ └── rocky │ │ │ └── activityswitch │ │ │ ├── BuildConfig.class │ │ │ ├── MainActivity.class │ │ │ ├── MainAdapter$1.class │ │ │ ├── MainAdapter$MainViewHolder.class │ │ │ ├── MainAdapter.class │ │ │ ├── R$anim.class │ │ │ ├── R$array.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 │ │ │ ├── SecondActivity$1.class │ │ │ └── SecondActivity.class │ └── outputs │ │ ├── apk │ │ └── app-debug.apk │ │ └── logs │ │ └── manifest-merger-debug-report.txt └── src │ └── main │ ├── AndroidManifest.xml │ ├── java │ └── com │ │ └── rocky │ │ └── activityswitch │ │ ├── MainActivity.java │ │ ├── MainAdapter.java │ │ └── SecondActivity.java │ └── res │ ├── anim │ ├── fade.xml │ ├── hold.xml │ ├── hyperspace_in.xml │ ├── hyperspace_out.xml │ ├── my_alpha_action.xml │ ├── my_scale_action.xml │ ├── push_left_in.xml │ ├── push_left_out.xml │ ├── push_up_in.xml │ ├── push_up_out.xml │ ├── scale_rotate.xml │ ├── scale_translate.xml │ ├── scale_translate_rotate.xml │ ├── slide_down_out.xml │ ├── slide_left.xml │ ├── slide_right.xml │ ├── slide_up_in.xml │ ├── wave_scale.xml │ ├── zoom_enter.xml │ └── zoom_exit.xml │ ├── drawable-hdpi │ └── ic_launcher.png │ ├── drawable-mdpi │ └── ic_launcher.png │ ├── drawable-xhdpi │ └── ic_launcher.png │ ├── drawable-xxhdpi │ └── ic_launcher.png │ ├── layout │ ├── activity_main.xml │ ├── activity_second.xml │ └── item.xml │ └── values │ ├── arrays.xml │ ├── colors.xml │ ├── strings.xml │ └── styles.xml ├── build.gradle ├── build ├── generated │ ├── mockable-android-16.jar │ └── mockable-android-25.jar └── intermediates │ └── dex-cache │ └── cache.xml ├── gif ├── 120801.gif ├── 120802.gif ├── 120803.gif ├── 120804.gif ├── 120805.gif ├── 120806.gif ├── 120807.gif ├── 120808.gif ├── 120809.gif ├── 120810.gif ├── 120811.gif └── 120812.gif ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── import-summary.txt ├── local.properties └── settings.gradle /.gradle/2.14.1/taskArtifacts/cache.properties: -------------------------------------------------------------------------------- 1 | #Wed Nov 23 14:01:33 CST 2016 2 | -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/cache.properties.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/taskArtifacts/cache.properties.lock -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/taskArtifacts/fileHashes.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileSnapshots.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/taskArtifacts/fileSnapshots.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/taskArtifacts/fileSnapshotsToTreeSnapshotsIndex.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/taskArtifacts/taskArtifacts.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/taskArtifacts/taskArtifacts.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localClassSetAnalysis/localClassSetAnalysis.lock -------------------------------------------------------------------------------- /.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.bin -------------------------------------------------------------------------------- /.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/.gradle/2.14.1/tasks/_app_compileDebugJavaWithJavac/localJarClasspathSnapshot/localJarClasspathSnapshot.lock -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-hdpi.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\AndroidSwitchStudio\\app\\build\\intermediates\\res\\merged\\debug\\drawable-hdpi\\ic_launcher.png", 4 | "source": "F:\\AndroidSwitchStudio\\app\\src\\main\\res\\drawable-hdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-mdpi.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\AndroidSwitchStudio\\app\\build\\intermediates\\res\\merged\\debug\\drawable-mdpi\\ic_launcher.png", 4 | "source": "F:\\AndroidSwitchStudio\\app\\src\\main\\res\\drawable-mdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xhdpi.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\AndroidSwitchStudio\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xhdpi\\ic_launcher.png", 4 | "source": "F:\\AndroidSwitchStudio\\app\\src\\main\\res\\drawable-xhdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/blame/res/debug/single/drawable-xxhdpi.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "merged": "F:\\AndroidSwitchStudio\\app\\build\\intermediates\\res\\merged\\debug\\drawable-xxhdpi\\ic_launcher.png", 4 | "source": "F:\\AndroidSwitchStudio\\app\\src\\main\\res\\drawable-xxhdpi\\ic_launcher.png" 5 | } 6 | ] -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/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/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/android/support/v7/recyclerview/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/BuildConfig.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/MainActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter$MainViewHolder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter$MainViewHolder.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/MainAdapter.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$anim.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$array.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$array.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$attr.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$bool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$bool.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$color.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$dimen.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$drawable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$id.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$integer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$integer.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$layout.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$string.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$style.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R$styleable.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/R.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/SecondActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/SecondActivity$1.class -------------------------------------------------------------------------------- /app/build/intermediates/classes/debug/com/rocky/activityswitch/SecondActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/classes/debug/com/rocky/activityswitch/SecondActivity.class -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/animated-vector-drawable/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/animated-vector-drawable/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/annotations.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/annotations.zip -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/jars/classes.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/jars/classes.jar -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-hdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/notification_bg_low_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/notification_bg_low_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-mdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/notification_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xhdpi-v4/notification_bg_normal.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyRenJie/AndroidSwitchStudio/5d3c3676a2397c03aa707d10fe6be5e3194338ed/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/values-h720dp-v13/values-h720dp-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 54dip 4 | -------------------------------------------------------------------------------- /app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/25.3.1/res/values-ldltr-v21/values-ldltr-v21.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |