实例介绍
在商城类App中多属性商品的各规格联动选择的实现。
【实例截图】
【核心代码】
MyApplication
├── __MACOSX
│ └── MyApplication
└── MyApplication
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── holdworld
│ │ │ │ │ └── specselectordemo
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── holdworld
│ │ │ │ └── specselectordemo
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── test
│ │ │ │ │ ├── espresso
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── rule
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ └── holdworld
│ │ │ │ └── specselectordemo
│ │ │ │ └── test
│ │ │ │ └── R.java
│ │ │ └── debug
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ └── R.java
│ │ │ └── com
│ │ │ └── holdworld
│ │ │ └── specselectordemo
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── assets
│ │ │ │ └── debug
│ │ │ │ └── specs.json
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── multi
│ │ │ │ │ └── values.json
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── drawable.json
│ │ │ │ │ ├── layout.json
│ │ │ │ │ ├── values-af.json
│ │ │ │ │ ├── values-am.json
│ │ │ │ │ ├── values-ar.json
│ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ ├── values-be-rBY.json
│ │ │ │ │ ├── values-bg.json
│ │ │ │ │ ├── values-bn-rBD.json
│ │ │ │ │ ├── values-bs-rBA.json
│ │ │ │ │ ├── values-b+sr+Latn.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.json
│ │ │ │ │ ├── values-es-rUS.json
│ │ │ │ │ ├── values-et-rEE.json
│ │ │ │ │ ├── values-eu-rES.json
│ │ │ │ │ ├── values-fa.json
│ │ │ │ │ ├── values-fi.json
│ │ │ │ │ ├── values-fr.json
│ │ │ │ │ ├── values-fr-rCA.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.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.json
│ │ │ │ │ ├── values-pt-rBR.json
│ │ │ │ │ ├── values-pt-rPT.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-sw600dp-v13.json
│ │ │ │ │ ├── values-sw.json
│ │ │ │ │ ├── values-ta-rIN.json
│ │ │ │ │ ├── values-te-rIN.json
│ │ │ │ │ ├── values-th.json
│ │ │ │ │ ├── values-tl.json
│ │ │ │ │ ├── values-tr.json
│ │ │ │ │ ├── values-uk.json
│ │ │ │ │ ├── values-ur-rPK.json
│ │ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-v12.json
│ │ │ │ │ ├── values-v13.json
│ │ │ │ │ ├── values-v14.json
│ │ │ │ │ ├── values-v16.json
│ │ │ │ │ ├── values-v17.json
│ │ │ │ │ ├── values-v18.json
│ │ │ │ │ ├── values-v21.json
│ │ │ │ │ ├── values-v22.json
│ │ │ │ │ ├── values-v23.json
│ │ │ │ │ ├── values-v24.json
│ │ │ │ │ ├── values-v25.json
│ │ │ │ │ ├── values-vi.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ └── values-zu.json
│ │ │ │ └── single
│ │ │ │ ├── anim.json
│ │ │ │ ├── color.json
│ │ │ │ ├── color-v11.json
│ │ │ │ ├── color-v23.json
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable.json
│ │ │ │ ├── drawable-ldrtl-hdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-mdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-v21.json
│ │ │ │ ├── drawable-v23.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ ├── drawable-xxxhdpi-v4.json
│ │ │ │ ├── layout.json
│ │ │ │ ├── layout-v11.json
│ │ │ │ ├── layout-v16.json
│ │ │ │ ├── layout-v21.json
│ │ │ │ ├── mipmap-hdpi.json
│ │ │ │ ├── mipmap-mdpi.json
│ │ │ │ ├── mipmap-xhdpi.json
│ │ │ │ ├── mipmap-xhdpi-v4.json
│ │ │ │ ├── mipmap-xxhdpi.json
│ │ │ │ └── mipmap-xxxhdpi.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$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── holdworld
│ │ │ │ └── specselectordemo
│ │ │ │ ├── adapter
│ │ │ │ │ ├── SpecsGroupAdapter$Holder.class
│ │ │ │ │ └── SpecsGroupAdapter.class
│ │ │ │ ├── bean
│ │ │ │ │ ├── Data$SpecKeyBean.class
│ │ │ │ │ ├── Data$SpecsGroupBean.class
│ │ │ │ │ └── Data.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── CommodityDetailsActivityActivity.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$bool.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$mipmap.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── SelectMoreDialog$1.class
│ │ │ │ ├── SelectMoreDialog.class
│ │ │ │ └── widgets
│ │ │ │ ├── CustomAdapter$1.class
│ │ │ │ ├── CustomAdapter.class
│ │ │ │ ├── CustomListView$1.class
│ │ │ │ ├── CustomListView$RefreshCustomThread.class
│ │ │ │ ├── CustomListView.class
│ │ │ │ └── OnItemClickListener.class
│ │ │ ├── exploded-aar
│ │ │ │ ├── com.android.support
│ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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_low.xml
│ │ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ │ └── notification_tile_bg.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_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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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_list_item.xml
│ │ │ │ │ │ │ │ ├── abc_activity_chooser_view.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_overlay_action_mode.xml
│ │ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ └── values-az-rAZ.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-b+sr+Latn
│ │ │ │ │ │ │ │ └── values-b+sr+Latn.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
│ │ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ └── values-es-rUS.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
│ │ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ └── values-fr-rCA.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
│ │ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ └── values-pt-rPT.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
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── support-compat
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-core-ui
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ ├── support-core-utils
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-fragment
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-media-compat
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── media
│ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── support-v4
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ └── support-vector-drawable
│ │ │ │ │ └── 25.1.1
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── com.android.support.test
│ │ │ │ │ ├── exposed-instrumentation-api-publish
│ │ │ │ │ │ └── 0.5
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── rules
│ │ │ │ │ │ └── 0.5
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── runner
│ │ │ │ │ └── 0.5
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ └── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ └── com.android.support.test.espresso
│ │ │ │ ├── espresso-core
│ │ │ │ │ └── 2.2.2
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ └── R.txt
│ │ │ │ └── espresso-idling-resource
│ │ │ │ └── 2.2.2
│ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── jars
│ │ │ │ └── classes.jar
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ └── packageDebug
│ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ ├── file-input-save-data.txt
│ │ │ │ └── zip-cache
│ │ │ │ └── bzsydz0ADX0x+Jhvpx3Hak7kLm4=
│ │ │ ├── incremental-safeguard
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── manifests
│ │ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── com.android.support-animated-vector-drawable-25.1.1_4d4d1b10b52dc9a050f22a2146496b4c09b680d1.jar
│ │ │ │ ├── com.android.support-appcompat-v7-25.1.1_8da397e90502fb407a64f695c90cf480d47fd637.jar
│ │ │ │ ├── com.android.support-support-compat-25.1.1_f28909a4c793faa02f3efacc4e5ad705b2c511b8.jar
│ │ │ │ ├── com.android.support-support-core-ui-25.1.1_ea6e4afb0f3f56e6be7a6d88206bb66aea6fb4bb.jar
│ │ │ │ ├── com.android.support-support-core-utils-25.1.1_2a6c18bd5e119e467cacac4c992604e19d1532b3.jar
│ │ │ │ ├── com.android.support-support-fragment-25.1.1_77973353bfd85ad54aec7e833e534f84dcf144de.jar
│ │ │ │ ├── com.android.support-support-media-compat-25.1.1_a72f0bc3dafc9b50d3c73ebfd9e6011ae3bb37a3.jar
│ │ │ │ ├── com.android.support-support-v4-25.1.1_b50eb533f62e737f0b3f28c3683befc1710aaa33.jar
│ │ │ │ ├── com.android.support-support-vector-drawable-25.1.1_35ac94e25637a1180429881deb0968a820399c65.jar
│ │ │ │ ├── debug_2d52b119a94df34d197f2b704e4531e87f1a96da.jar
│ │ │ │ ├── glide-3.7.0_e37c10e7c747da2b195f597e34ac4aeff9785b16.jar
│ │ │ │ ├── gson-2.8.0_f593781b977b708d00b4c583cf29ada012968c87.jar
│ │ │ │ └── support-annotations-25.1.1_bd5609519997f07d47761db13a6d8411133af900.jar
│ │ │ ├── res
│ │ │ │ ├── merged
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── debug
│ │ │ │ │ ├── anim
│ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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_low.xml
│ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ ├── notification_tile_bg.xml
│ │ │ │ │ │ ├── shape_four.xml
│ │ │ │ │ │ ├── shape_one.xml
│ │ │ │ │ │ ├── shape_three.xml
│ │ │ │ │ │ └── shape_two.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_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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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_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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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_list_item.xml
│ │ │ │ │ │ ├── abc_activity_chooser_view.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_overlay_action_mode.xml
│ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ ├── activity_commodity_details_activity.xml
│ │ │ │ │ │ ├── dialog_select_more.xml
│ │ │ │ │ │ ├── item_specs_group.xml
│ │ │ │ │ │ ├── item_specs_key.xml
│ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ ├── mipmap-hdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-mdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xhdpi
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── icon_cancel_dialog.png
│ │ │ │ │ │ ├── icon_collect.png
│ │ │ │ │ │ ├── icon_coupon_bg.png
│ │ │ │ │ │ ├── icon_minus_deep.png
│ │ │ │ │ │ ├── icon_minus_light.png
│ │ │ │ │ │ ├── icon_more.png
│ │ │ │ │ │ ├── icon_plus_deep.png
│ │ │ │ │ │ ├── icon_plus_light.png
│ │ │ │ │ │ ├── icon_shop_cart.png
│ │ │ │ │ │ └── mantis_shrimp.png
│ │ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ └── values-az-rAZ.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-b+sr+Latn
│ │ │ │ │ │ └── values-b+sr+Latn.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
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.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
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.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
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v12
│ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ ├── values-v13
│ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── values-v17
│ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ ├── values-v18
│ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ ├── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ ├── values-v22
│ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ ├── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ ├── values-v24
│ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ ├── values-v25
│ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── symbols
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ └── dex
│ │ │ └── debug
│ │ │ └── folders
│ │ │ └── 1000
│ │ │ └── 1f
│ │ │ └── main
│ │ │ └── classes.dex
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ └── app-debug.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ └── tmp
│ │ └── expandedArchives
│ │ └── gson-2.8.0.jar_22pwwjr1hl8yc90o9fner86b9
│ │ └── com
│ │ └── gson
│ │ ├── annotations
│ │ │ ├── Expose.class
│ │ │ ├── JsonAdapter.class
│ │ │ ├── SerializedName.class
│ │ │ ├── Since.class
│ │ │ └── Until.class
│ │ ├── DefaultDateTypeAdapter.class
│ │ ├── ExclusionStrategy.class
│ │ ├── FieldAttributes.class
│ │ ├── FieldNamingPolicy$1.class
│ │ ├── FieldNamingPolicy$2.class
│ │ ├── FieldNamingPolicy$3.class
│ │ ├── FieldNamingPolicy$4.class
│ │ ├── FieldNamingPolicy$5.class
│ │ ├── FieldNamingPolicy.class
│ │ ├── FieldNamingStrategy.class
│ │ ├── Gson$1.class
│ │ ├── Gson$2.class
│ │ ├── Gson$3.class
│ │ ├── Gson$4.class
│ │ ├── Gson$5.class
│ │ ├── Gson$6.class
│ │ ├── Gson$FutureTypeAdapter.class
│ │ ├── GsonBuilder.class
│ │ ├── Gson.class
│ │ ├── InstanceCreator.class
│ │ ├── internal
│ │ │ ├── $Gson$Preconditions.class
│ │ │ ├── $Gson$Types$GenericArrayTypeImpl.class
│ │ │ ├── $Gson$Types$ParameterizedTypeImpl.class
│ │ │ ├── $Gson$Types$WildcardTypeImpl.class
│ │ │ ├── $Gson$Types.class
│ │ │ ├── bind
│ │ │ │ ├── ArrayTypeAdapter$1.class
│ │ │ │ ├── ArrayTypeAdapter.class
│ │ │ │ ├── CollectionTypeAdapterFactory$Adapter.class
│ │ │ │ ├── CollectionTypeAdapterFactory.class
│ │ │ │ ├── DateTypeAdapter$1.class
│ │ │ │ ├── DateTypeAdapter.class
│ │ │ │ ├── JsonAdapterAnnotationTypeAdapterFactory.class
│ │ │ │ ├── JsonTreeReader$1.class
│ │ │ │ ├── JsonTreeReader.class
│ │ │ │ ├── JsonTreeWriter$1.class
│ │ │ │ ├── JsonTreeWriter.class
│ │ │ │ ├── MapTypeAdapterFactory$Adapter.class
│ │ │ │ ├── MapTypeAdapterFactory.class
│ │ │ │ ├── ObjectTypeAdapter$1.class
│ │ │ │ ├── ObjectTypeAdapter$2.class
│ │ │ │ ├── ObjectTypeAdapter.class
│ │ │ │ ├── ReflectiveTypeAdapterFactory$1.class
│ │ │ │ ├── ReflectiveTypeAdapterFactory$Adapter.class
│ │ │ │ ├── ReflectiveTypeAdapterFactory$BoundField.class
│ │ │ │ ├── ReflectiveTypeAdapterFactory.class
│ │ │ │ ├── SqlDateTypeAdapter$1.class
│ │ │ │ ├── SqlDateTypeAdapter.class
│ │ │ │ ├── TimeTypeAdapter$1.class
│ │ │ │ ├── TimeTypeAdapter.class
│ │ │ │ ├── TreeTypeAdapter$1.class
│ │ │ │ ├── TreeTypeAdapter$GsonContextImpl.class
│ │ │ │ ├── TreeTypeAdapter$SingleTypeFactory.class
│ │ │ │ ├── TreeTypeAdapter.class
│ │ │ │ ├── TypeAdapterRuntimeTypeWrapper.class
│ │ │ │ ├── TypeAdapters$10.class
│ │ │ │ ├── TypeAdapters$11.class
│ │ │ │ ├── TypeAdapters$12.class
│ │ │ │ ├── TypeAdapters$13.class
│ │ │ │ ├── TypeAdapters$14.class
│ │ │ │ ├── TypeAdapters$15.class
│ │ │ │ ├── TypeAdapters$16.class
│ │ │ │ ├── TypeAdapters$17.class
│ │ │ │ ├── TypeAdapters$18.class
│ │ │ │ ├── TypeAdapters$19.class
│ │ │ │ ├── TypeAdapters$1.class
│ │ │ │ ├── TypeAdapters$20.class
│ │ │ │ ├── TypeAdapters$21.class
│ │ │ │ ├── TypeAdapters$22.class
│ │ │ │ ├── TypeAdapters$23.class
│ │ │ │ ├── TypeAdapters$24.class
│ │ │ │ ├── TypeAdapters$25.class
│ │ │ │ ├── TypeAdapters$26$1.class
│ │ │ │ ├── TypeAdapters$26.class
│ │ │ │ ├── TypeAdapters$27.class
│ │ │ │ ├── TypeAdapters$28.class
│ │ │ │ ├── TypeAdapters$29.class
│ │ │ │ ├── TypeAdapters$2.class
│ │ │ │ ├── TypeAdapters$30.class
│ │ │ │ ├── TypeAdapters$31.class
│ │ │ │ ├── TypeAdapters$32.class
│ │ │ │ ├── TypeAdapters$33.class
│ │ │ │ ├── TypeAdapters$34.class
│ │ │ │ ├── TypeAdapters$35$1.class
│ │ │ │ ├── TypeAdapters$35.class
│ │ │ │ ├── TypeAdapters$36.class
│ │ │ │ ├── TypeAdapters$3.class
│ │ │ │ ├── TypeAdapters$4.class
│ │ │ │ ├── TypeAdapters$5.class
│ │ │ │ ├── TypeAdapters$6.class
│ │ │ │ ├── TypeAdapters$7.class
│ │ │ │ ├── TypeAdapters$8.class
│ │ │ │ ├── TypeAdapters$9.class
│ │ │ │ ├── TypeAdapters$EnumTypeAdapter.class
│ │ │ │ ├── TypeAdapters.class
│ │ │ │ └── util
│ │ │ │ └── ISO8601Utils.class
│ │ │ ├── ConstructorConstructor$10.class
│ │ │ ├── ConstructorConstructor$11.class
│ │ │ ├── ConstructorConstructor$12.class
│ │ │ ├── ConstructorConstructor$13.class
│ │ │ ├── ConstructorConstructor$14.class
│ │ │ ├── ConstructorConstructor$1.class
│ │ │ ├── ConstructorConstructor$2.class
│ │ │ ├── ConstructorConstructor$3.class
│ │ │ ├── ConstructorConstructor$4.class
│ │ │ ├── ConstructorConstructor$5.class
│ │ │ ├── ConstructorConstructor$6.class
│ │ │ ├── ConstructorConstructor$7.class
│ │ │ ├── ConstructorConstructor$8.class
│ │ │ ├── ConstructorConstructor$9.class
│ │ │ ├── ConstructorConstructor.class
│ │ │ ├── Excluder$1.class
│ │ │ ├── Excluder.class
│ │ │ ├── JsonReaderInternalAccess.class
│ │ │ ├── LazilyParsedNumber.class
│ │ │ ├── LinkedHashTreeMap$1.class
│ │ │ ├── LinkedHashTreeMap$AvlBuilder.class
│ │ │ ├── LinkedHashTreeMap$AvlIterator.class
│ │ │ ├── LinkedHashTreeMap$EntrySet$1.class
│ │ │ ├── LinkedHashTreeMap$EntrySet.class
│ │ │ ├── LinkedHashTreeMap$KeySet$1.class
│ │ │ ├── LinkedHashTreeMap$KeySet.class
│ │ │ ├── LinkedHashTreeMap$LinkedTreeMapIterator.class
│ │ │ ├── LinkedHashTreeMap$Node.class
│ │ │ ├── LinkedHashTreeMap.class
│ │ │ ├── LinkedTreeMap$1.class
│ │ │ ├── LinkedTreeMap$EntrySet$1.class
│ │ │ ├── LinkedTreeMap$EntrySet.class
│ │ │ ├── LinkedTreeMap$KeySet$1.class
│ │ │ ├── LinkedTreeMap$KeySet.class
│ │ │ ├── LinkedTreeMap$LinkedTreeMapIterator.class
│ │ │ ├── LinkedTreeMap$Node.class
│ │ │ ├── LinkedTreeMap.class
│ │ │ ├── ObjectConstructor.class
│ │ │ ├── Primitives.class
│ │ │ ├── Streams$AppendableWriter$CurrentWrite.class
│ │ │ ├── Streams$AppendableWriter.class
│ │ │ ├── Streams.class
│ │ │ ├── UnsafeAllocator$1.class
│ │ │ ├── UnsafeAllocator$2.class
│ │ │ ├── UnsafeAllocator$3.class
│ │ │ ├── UnsafeAllocator$4.class
│ │ │ └── UnsafeAllocator.class
│ │ ├── JsonArray.class
│ │ ├── JsonDeserializationContext.class
│ │ ├── JsonDeserializer.class
│ │ ├── JsonElement.class
│ │ ├── JsonIOException.class
│ │ ├── JsonNull.class
│ │ ├── JsonObject.class
│ │ ├── JsonParseException.class
│ │ ├── JsonParser.class
│ │ ├── JsonPrimitive.class
│ │ ├── JsonSerializationContext.class
│ │ ├── JsonSerializer.class
│ │ ├── JsonStreamParser.class
│ │ ├── JsonSyntaxException.class
│ │ ├── LongSerializationPolicy$1.class
│ │ ├── LongSerializationPolicy$2.class
│ │ ├── LongSerializationPolicy.class
│ │ ├── reflect
│ │ │ └── TypeToken.class
│ │ ├── stream
│ │ │ ├── JsonReader$1.class
│ │ │ ├── JsonReader.class
│ │ │ ├── JsonScope.class
│ │ │ ├── JsonToken.class
│ │ │ ├── JsonWriter.class
│ │ │ └── MalformedJsonException.class
│ │ ├── TypeAdapter$1.class
│ │ ├── TypeAdapter.class
│ │ └── TypeAdapterFactory.class
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── holdworld
│ │ └── specselectordemo
│ │ └── ExampleInstrumentedTest.java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── assets
│ │ │ └── specs.json
│ │ ├── java
│ │ │ └── com
│ │ │ └── holdworld
│ │ │ └── specselectordemo
│ │ │ ├── adapter
│ │ │ │ └── SpecsGroupAdapter.java
│ │ │ ├── bean
│ │ │ │ └── Data.java
│ │ │ ├── CommodityDetailsActivityActivity.java
│ │ │ ├── SelectMoreDialog.java
│ │ │ └── widgets
│ │ │ ├── CustomAdapter.java
│ │ │ ├── CustomListView.java
│ │ │ └── OnItemClickListener.java
│ │ └── res
│ │ ├── drawable
│ │ │ ├── shape_four.xml
│ │ │ ├── shape_one.xml
│ │ │ ├── shape_three.xml
│ │ │ └── shape_two.xml
│ │ ├── layout
│ │ │ ├── activity_commodity_details_activity.xml
│ │ │ ├── dialog_select_more.xml
│ │ │ ├── item_specs_group.xml
│ │ │ └── item_specs_key.xml
│ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── icon_cancel_dialog.png
│ │ │ ├── icon_collect.png
│ │ │ ├── icon_coupon_bg.png
│ │ │ ├── icon_minus_deep.png
│ │ │ ├── icon_minus_light.png
│ │ │ ├── icon_more.png
│ │ │ ├── icon_plus_deep.png
│ │ │ ├── icon_plus_light.png
│ │ │ ├── icon_shop_cart.png
│ │ │ └── mantis_shrimp.png
│ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── test
│ └── java
│ └── com
│ └── holdworld
│ └── specselectordemo
│ └── ExampleUnitTest.java
├── build
│ ├── generated
│ │ └── mockable-android-25.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── MyApplication.iml
└── settings.gradle
470 directories, 1495 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论