实例介绍
这是一个商品详情 商品属性选择 的一个Demo,属性个数无上限,一个或者多个都可以,布局全部可自定义,如淘宝、京东逻辑需求是一样的。
【实例截图】
【核心代码】
ShoppingAttribute
└── ShoppingAttribute
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── itzwh
│ │ │ │ │ └── shoppingattribute
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── itzwh
│ │ │ │ └── shoppingattribute
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ └── debug
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ └── R.java
│ │ │ └── com
│ │ │ ├── example
│ │ │ │ └── itzwh
│ │ │ │ └── shoppingattribute
│ │ │ │ └── R.java
│ │ │ └── zhy
│ │ │ └── view
│ │ │ └── flowlayout
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── values-af.json
│ │ │ │ │ ├── values-am.json
│ │ │ │ │ ├── values-ar.json
│ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ ├── values-bg.json
│ │ │ │ │ ├── values-bn-rBD.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-h320dp-v13.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-v17.json
│ │ │ │ │ ├── values-v18.json
│ │ │ │ │ ├── values-v21.json
│ │ │ │ │ ├── values-v22.json
│ │ │ │ │ ├── values-v23.json
│ │ │ │ │ ├── values-vi.json
│ │ │ │ │ ├── values-w360dp-v13.json
│ │ │ │ │ ├── values-w480dp-v13.json
│ │ │ │ │ ├── values-w500dp-v13.json
│ │ │ │ │ ├── values-w600dp-v13.json
│ │ │ │ │ ├── values-w720dp-v13.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ ├── values-xlarge-land-v4.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
│ │ │ │ ├── mipmap-hdpi-v4.json
│ │ │ │ ├── mipmap-mdpi-v4.json
│ │ │ │ ├── mipmap-xhdpi-v4.json
│ │ │ │ ├── mipmap-xxhdpi-v4.json
│ │ │ │ └── mipmap-xxxhdpi-v4.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
│ │ │ │ ├── example
│ │ │ │ │ └── itzwh
│ │ │ │ │ └── shoppingattribute
│ │ │ │ │ ├── Attribute.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── FlowLayout.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$CommodityAttribute$1.class
│ │ │ │ │ ├── MainActivity$CommodityAttribute$2.class
│ │ │ │ │ ├── MainActivity$CommodityAttribute$3.class
│ │ │ │ │ ├── MainActivity$CommodityAttribute$4.class
│ │ │ │ │ ├── MainActivity$CommodityAttribute.class
│ │ │ │ │ ├── MainActivity$mTagAdapter.class
│ │ │ │ │ ├── MainActivity$poponDismissListener.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── TagAdapter$OnDataChangedListener.class
│ │ │ │ │ ├── TagAdapter.class
│ │ │ │ │ ├── TagFlowLayout$OnSelectListener.class
│ │ │ │ │ ├── TagFlowLayout$OnTagClickListener.class
│ │ │ │ │ └── TagFlowLayout.class
│ │ │ │ └── zhy
│ │ │ │ └── view
│ │ │ │ └── flowlayout
│ │ │ │ ├── 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
│ │ │ ├── exploded-aar
│ │ │ │ ├── com.android.support
│ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ └── 23.4.0
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ └── 23.4.0
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── 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_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ └── abc_color_highlight_material.xml
│ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ │ ├── abc_dialog_material_background_dark.xml
│ │ │ │ │ │ │ │ ├── abc_dialog_material_background_light.xml
│ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_full_material.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ │ ├── abc_seekbar_thumb_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
│ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ └── abc_edit_text_material.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_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.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
│ │ │ │ │ │ │ ├── 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_dialog_title_material.xml
│ │ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ │ ├── abc_screen_simple_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_media_action.xml
│ │ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_lines.xml
│ │ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── 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-bg
│ │ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ │ ├── values-en-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-h320dp-v13
│ │ │ │ │ │ │ │ └── values-h320dp-v13.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-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-vi
│ │ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ │ ├── values-w360dp-v13
│ │ │ │ │ │ │ │ └── values-w360dp-v13.xml
│ │ │ │ │ │ │ ├── values-w480dp-v13
│ │ │ │ │ │ │ │ └── values-w480dp-v13.xml
│ │ │ │ │ │ │ ├── values-w500dp-v13
│ │ │ │ │ │ │ │ └── values-w500dp-v13.xml
│ │ │ │ │ │ │ ├── values-w600dp-v13
│ │ │ │ │ │ │ │ └── values-w600dp-v13.xml
│ │ │ │ │ │ │ ├── values-w720dp-v13
│ │ │ │ │ │ │ │ └── values-w720dp-v13.xml
│ │ │ │ │ │ │ ├── values-xlarge-land-v4
│ │ │ │ │ │ │ │ └── values-xlarge-land-v4.xml
│ │ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── support-v4
│ │ │ │ │ │ └── 23.4.0
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ ├── media
│ │ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── libs
│ │ │ │ │ │ └── internal_impl-23.4.0.jar
│ │ │ │ │ └── support-vector-drawable
│ │ │ │ │ └── 23.4.0
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ └── com.zhy
│ │ │ │ └── flowlayout-lib
│ │ │ │ └── 1.0.3
│ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── res
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── R.txt
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAndroidTestShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ └── merger.xml
│ │ │ │ └── mergeDebugShaders
│ │ │ │ └── merger.xml
│ │ │ ├── incremental-safeguard
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ └── package.marker
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── manifests
│ │ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── com.android.support-animated-vector-drawable-23.4.0_486f2f81c433efd4b4e6a67e7cfaa1e4f7b772ff.jar
│ │ │ │ ├── com.android.support-appcompat-v7-23.4.0_9fbe436f61d96fc034629318777d6f3e9e4c5d10.jar
│ │ │ │ ├── com.android.support-support-v4-23.4.0_acba021b195c4984c290c0fe89a7a24514b59a80.jar
│ │ │ │ ├── com.android.support-support-vector-drawable-23.4.0_b2d0d573b94b8eb6f29495540ccc4a5b6ff37317.jar
│ │ │ │ ├── com.zhy-flowlayout-lib-1.0.3_87e73c04e1c58b643d752508f6231a1e312330a7.jar
│ │ │ │ ├── debug_71e41926983f4a37ec29b14ee175ccb99df0293f.jar
│ │ │ │ ├── internal_impl-23.4.0_d357c68705c0c596ffdeeed7577453fb9e0ee722.jar
│ │ │ │ └── support-annotations-23.4.0_6a2a3f66fba427c135b66f7244ecaff4b7fc99fe.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
│ │ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ │ └── push_bottom_out.xml
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ ├── switch_thumb_material_light.xml
│ │ │ │ │ │ └── wenda_fenlei_tv_color.xml
│ │ │ │ │ ├── color-v11
│ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ ├── color-v23
│ │ │ │ │ │ └── abc_color_highlight_material.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ ├── abc_dialog_material_background_dark.xml
│ │ │ │ │ │ ├── abc_dialog_material_background_light.xml
│ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ ├── abc_ratingbar_full_material.xml
│ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ ├── abc_seekbar_thumb_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
│ │ │ │ │ │ ├── checked_bg_ff0000.xml
│ │ │ │ │ │ ├── checked_bg.xml
│ │ │ │ │ │ ├── normal_bg.xml
│ │ │ │ │ │ ├── tv_bk.xml
│ │ │ │ │ │ └── z_shopping_details.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_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
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_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
│ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ └── abc_edit_text_material.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_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_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
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_rating_star_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_rating_star_on_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_go_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ ├── abc_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
│ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_ic_ab_back_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_clear_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_search_api_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ ├── abc_ic_voice_search_api_mtrl_alpha.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
│ │ │ │ │ ├── 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_dialog_title_material.xml
│ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ ├── abc_screen_simple_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_main.xml
│ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ │ ├── notification_template_lines.xml
│ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ ├── popupwindow_tv1.xml
│ │ │ │ │ │ ├── popupwindow_tv.xml
│ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ ├── sku_popupwindow.xml
│ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ ├── mipmap-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxxhdpi-v4
│ │ │ │ │ │ └── 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-bg
│ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-en-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-h320dp-v13
│ │ │ │ │ │ └── values-h320dp-v13.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-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-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w360dp-v13
│ │ │ │ │ │ └── values-w360dp-v13.xml
│ │ │ │ │ ├── values-w480dp-v13
│ │ │ │ │ │ └── values-w480dp-v13.xml
│ │ │ │ │ ├── values-w500dp-v13
│ │ │ │ │ │ └── values-w500dp-v13.xml
│ │ │ │ │ ├── values-w600dp-v13
│ │ │ │ │ │ └── values-w600dp-v13.xml
│ │ │ │ │ ├── values-w720dp-v13
│ │ │ │ │ │ └── values-w720dp-v13.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-land-v4
│ │ │ │ │ │ └── values-xlarge-land-v4.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── symbols
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ └── dex
│ │ │ └── debug
│ │ │ └── folders
│ │ │ └── 1000
│ │ │ └── 1f
│ │ │ └── main
│ │ │ └── classes.dex
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── app-debug-unaligned.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ └── tmp
│ │ └── expandedArchives
│ │ ├── classes.jar_1untp57f1650q9lsw8yxfq4lf
│ │ │ └── android
│ │ │ └── support
│ │ │ └── graphics
│ │ │ └── drawable
│ │ │ ├── AndroidResources.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── PathParser$1.class
│ │ │ ├── PathParser$ExtractFloatResult.class
│ │ │ ├── PathParser$PathDataNode.class
│ │ │ ├── PathParser.class
│ │ │ ├── TypedArrayUtils.class
│ │ │ ├── VectorDrawableCommon.class
│ │ │ ├── VectorDrawableCompat$1.class
│ │ │ ├── VectorDrawableCompat$VClipPath.class
│ │ │ ├── VectorDrawableCompat$VectorDrawableCompatState.class
│ │ │ ├── VectorDrawableCompat$VectorDrawableDelegateState.class
│ │ │ ├── VectorDrawableCompat$VFullPath.class
│ │ │ ├── VectorDrawableCompat$VGroup.class
│ │ │ ├── VectorDrawableCompat$VPath.class
│ │ │ ├── VectorDrawableCompat$VPathRenderer.class
│ │ │ └── VectorDrawableCompat.class
│ │ ├── classes.jar_4hj7s99gkb73p6wf8pbcalx4i
│ │ │ └── com
│ │ │ └── zhy
│ │ │ └── view
│ │ │ └── flowlayout
│ │ │ ├── BuildConfig.class
│ │ │ ├── FlowLayout.class
│ │ │ ├── TagAdapter$OnDataChangedListener.class
│ │ │ ├── TagAdapter.class
│ │ │ ├── TagFlowLayout$OnSelectListener.class
│ │ │ ├── TagFlowLayout$OnTagClickListener.class
│ │ │ ├── TagFlowLayout.class
│ │ │ └── TagView.class
│ │ ├── classes.jar_5yy742563gqgdpf3vmxjn6ymk
│ │ │ └── android
│ │ │ └── support
│ │ │ └── v7
│ │ │ ├── app
│ │ │ │ ├── ActionBar$DisplayOptions.class
│ │ │ │ ├── ActionBar$LayoutParams.class
│ │ │ │ ├── ActionBar$NavigationMode.class
│ │ │ │ ├── ActionBar$OnMenuVisibilityListener.class
│ │ │ │ ├── ActionBar$OnNavigationListener.class
│ │ │ │ ├── ActionBar$Tab.class
│ │ │ │ ├── ActionBar$TabListener.class
│ │ │ │ ├── ActionBarActivity.class
│ │ │ │ ├── ActionBar.class
│ │ │ │ ├── ActionBarDrawerToggle$1.class
│ │ │ │ ├── ActionBarDrawerToggle$Delegate.class
│ │ │ │ ├── ActionBarDrawerToggle$DelegateProvider.class
│ │ │ │ ├── ActionBarDrawerToggle$DrawerArrowDrawableToggle.class
│ │ │ │ ├── ActionBarDrawerToggle$DrawerToggle.class
│ │ │ │ ├── ActionBarDrawerToggle$DummyDelegate.class
│ │ │ │ ├── ActionBarDrawerToggle$HoneycombDelegate.class
│ │ │ │ ├── ActionBarDrawerToggle$JellybeanMr2Delegate.class
│ │ │ │ ├── ActionBarDrawerToggle$ToolbarCompatDelegate.class
│ │ │ │ ├── ActionBarDrawerToggle.class
│ │ │ │ ├── ActionBarDrawerToggleHoneycomb$SetIndicatorInfo.class
│ │ │ │ ├── ActionBarDrawerToggleHoneycomb.class
│ │ │ │ ├── AlertController$1.class
│ │ │ │ ├── AlertController$2.class
│ │ │ │ ├── AlertController$3.class
│ │ │ │ ├── AlertController$4.class
│ │ │ │ ├── AlertController$5.class
│ │ │ │ ├── AlertController$AlertParams$1.class
│ │ │ │ ├── AlertController$AlertParams$2.class
│ │ │ │ ├── AlertController$AlertParams$3.class
│ │ │ │ ├── AlertController$AlertParams$4.class
│ │ │ │ ├── AlertController$AlertParams$OnPrepareListViewListener.class
│ │ │ │ ├── AlertController$AlertParams.class
│ │ │ │ ├── AlertController$ButtonHandler.class
│ │ │ │ ├── AlertController$CheckedItemAdapter.class
│ │ │ │ ├── AlertController.class
│ │ │ │ ├── AlertDialog$Builder.class
│ │ │ │ ├── AlertDialog.class
│ │ │ │ ├── AppCompatActivity.class
│ │ │ │ ├── AppCompatCallback.class
│ │ │ │ ├── AppCompatDelegate$NightMode.class
│ │ │ │ ├── AppCompatDelegate.class
│ │ │ │ ├── AppCompatDelegateImplBase$1.class
│ │ │ │ ├── AppCompatDelegateImplBase$ActionBarDrawableToggleImpl.class
│ │ │ │ ├── AppCompatDelegateImplBase$AppCompatWindowCallbackBase.class
│ │ │ │ ├── AppCompatDelegateImplBase.class
│ │ │ │ ├── AppCompatDelegateImplV11.class
│ │ │ │ ├── AppCompatDelegateImplV14$AppCompatWindowCallbackV14.class
│ │ │ │ ├── AppCompatDelegateImplV14.class
│ │ │ │ ├── AppCompatDelegateImplV23$AppCompatWindowCallbackV23.class
│ │ │ │ ├── AppCompatDelegateImplV23.class
│ │ │ │ ├── AppCompatDelegateImplV7$1.class
│ │ │ │ ├── AppCompatDelegateImplV7$2.class
│ │ │ │ ├── AppCompatDelegateImplV7$3.class
│ │ │ │ ├── AppCompatDelegateImplV7$4.class
│ │ │ │ ├── AppCompatDelegateImplV7$5$1.class
│ │ │ │ ├── AppCompatDelegateImplV7$5.class
│ │ │ │ ├── AppCompatDelegateImplV7$6.class
│ │ │ │ ├── AppCompatDelegateImplV7$ActionMenuPresenterCallback.class
│ │ │ │ ├── AppCompatDelegateImplV7$ActionModeCallbackWrapperV7$1.class
│ │ │ │ ├── AppCompatDelegateImplV7$ActionModeCallbackWrapperV7.class
│ │ │ │ ├── AppCompatDelegateImplV7$ListMenuDecorView.class
│ │ │ │ ├── AppCompatDelegateImplV7$PanelFeatureState$SavedState$1.class
│ │ │ │ ├── AppCompatDelegateImplV7$PanelFeatureState$SavedState.class
│ │ │ │ ├── AppCompatDelegateImplV7$PanelFeatureState.class
│ │ │ │ ├── AppCompatDelegateImplV7$PanelMenuPresenterCallback.class
│ │ │ │ ├── AppCompatDelegateImplV7.class
│ │ │ │ ├── AppCompatDialog.class
│ │ │ │ ├── AppCompatDialogFragment.class
│ │ │ │ ├── AppCompatViewInflater$DeclaredOnClickListener.class
│ │ │ │ ├── AppCompatViewInflater.class
│ │ │ │ ├── NavItemSelectedListener.class
│ │ │ │ ├── NotificationCompat$1.class
│ │ │ │ ├── NotificationCompat$Builder.class
│ │ │ │ ├── NotificationCompat$IceCreamSandwichExtender.class
│ │ │ │ ├── NotificationCompat$JellybeanExtender.class
│ │ │ │ ├── NotificationCompat$LollipopExtender.class
│ │ │ │ ├── NotificationCompat$MediaStyle.class
│ │ │ │ ├── NotificationCompat.class
│ │ │ │ ├── NotificationCompatImpl21.class
│ │ │ │ ├── NotificationCompatImplBase.class
│ │ │ │ ├── ToolbarActionBar$1.class
│ │ │ │ ├── ToolbarActionBar$2.class
│ │ │ │ ├── ToolbarActionBar$ActionMenuPresenterCallback.class
│ │ │ │ ├── ToolbarActionBar$MenuBuilderCallback.class
│ │ │ │ ├── ToolbarActionBar$PanelMenuPresenterCallback.class
│ │ │ │ ├── ToolbarActionBar$ToolbarCallbackWrapper.class
│ │ │ │ ├── ToolbarActionBar.class
│ │ │ │ ├── TwilightCalculator.class
│ │ │ │ ├── TwilightManager$1.class
│ │ │ │ ├── TwilightManager$TwilightState.class
│ │ │ │ ├── TwilightManager.class
│ │ │ │ ├── WindowDecorActionBar$1.class
│ │ │ │ ├── WindowDecorActionBar$2.class
│ │ │ │ ├── WindowDecorActionBar$3.class
│ │ │ │ ├── WindowDecorActionBar$ActionModeImpl.class
│ │ │ │ ├── WindowDecorActionBar$TabImpl.class
│ │ │ │ └── WindowDecorActionBar.class
│ │ │ ├── appcompat
│ │ │ │ └── BuildConfig.class
│ │ │ ├── graphics
│ │ │ │ └── drawable
│ │ │ │ ├── DrawableWrapper.class
│ │ │ │ ├── DrawerArrowDrawable$ArrowDirection.class
│ │ │ │ └── DrawerArrowDrawable.class
│ │ │ ├── text
│ │ │ │ └── AllCapsTransformationMethod.class
│ │ │ ├── transition
│ │ │ │ └── ActionBarTransition.class
│ │ │ ├── view
│ │ │ │ ├── ActionBarPolicy.class
│ │ │ │ ├── ActionMode$Callback.class
│ │ │ │ ├── ActionMode.class
│ │ │ │ ├── CollapsibleActionView.class
│ │ │ │ ├── ContextThemeWrapper.class
│ │ │ │ ├── menu
│ │ │ │ │ ├── ActionMenuItem.class
│ │ │ │ │ ├── ActionMenuItemView$ActionMenuItemForwardingListener.class
│ │ │ │ │ ├── ActionMenuItemView$PopupCallback.class
│ │ │ │ │ ├── ActionMenuItemView.class
│ │ │ │ │ ├── BaseMenuPresenter.class
│ │ │ │ │ ├── BaseMenuWrapper.class
│ │ │ │ │ ├── BaseWrapper.class
│ │ │ │ │ ├── ExpandedMenuView.class
│ │ │ │ │ ├── ListMenuItemView.class
│ │ │ │ │ ├── ListMenuPresenter$MenuAdapter.class
│ │ │ │ │ ├── ListMenuPresenter.class
│ │ │ │ │ ├── MenuBuilder$Callback.class
│ │ │ │ │ ├── MenuBuilder$ItemInvoker.class
│ │ │ │ │ ├── MenuBuilder.class
│ │ │ │ │ ├── MenuDialogHelper.class
│ │ │ │ │ ├── MenuItemImpl$1.class
│ │ │ │ │ ├── MenuItemImpl.class
│ │ │ │ │ ├── MenuItemWrapperICS$ActionProviderWrapper.class
│ │ │ │ │ ├── MenuItemWrapperICS$CollapsibleActionViewWrapper.class
│ │ │ │ │ ├── MenuItemWrapperICS$OnActionExpandListenerWrapper.class
│ │ │ │ │ ├── MenuItemWrapperICS$OnMenuItemClickListenerWrapper.class
│ │ │ │ │ ├── MenuItemWrapperICS.class
│ │ │ │ │ ├── MenuItemWrapperJB$ActionProviderWrapperJB.class
│ │ │ │ │ ├── MenuItemWrapperJB.class
│ │ │ │ │ ├── MenuPopupHelper$MenuAdapter.class
│ │ │ │ │ ├── MenuPopupHelper.class
│ │ │ │ │ ├── MenuPresenter$Callback.class
│ │ │ │ │ ├── MenuPresenter.class
│ │ │ │ │ ├── MenuView$ItemView.class
│ │ │ │ │ ├── MenuView.class
│ │ │ │ │ ├── MenuWrapperFactory.class
│ │ │ │ │ ├── MenuWrapperICS.class
│ │ │ │ │ ├── SubMenuBuilder.class
│ │ │ │ │ └── SubMenuWrapperICS.class
│ │ │ │ ├── StandaloneActionMode.class
│ │ │ │ ├── SupportActionModeWrapper$CallbackWrapper.class
│ │ │ │ ├── SupportActionModeWrapper.class
│ │ │ │ ├── SupportMenuInflater$InflatedOnMenuItemClickListener.class
│ │ │ │ ├── SupportMenuInflater$MenuState.class
│ │ │ │ ├── SupportMenuInflater.class
│ │ │ │ ├── ViewPropertyAnimatorCompatSet$1.class
│ │ │ │ ├── ViewPropertyAnimatorCompatSet.class
│ │ │ │ └── WindowCallbackWrapper.class
│ │ │ └── widget
│ │ │ ├── AbsActionBarView$1.class
│ │ │ ├── AbsActionBarView$VisibilityAnimListener.class
│ │ │ ├── AbsActionBarView.class
│ │ │ ├── ActionBarBackgroundDrawable.class
│ │ │ ├── ActionBarBackgroundDrawableV21.class
│ │ │ ├── ActionBarContainer.class
│ │ │ ├── ActionBarContextView$1.class
│ │ │ ├── ActionBarContextView.class
│ │ │ ├── ActionBarOverlayLayout$1.class
│ │ │ ├── ActionBarOverlayLayout$2.class
│ │ │ ├── ActionBarOverlayLayout$3.class
│ │ │ ├── ActionBarOverlayLayout$ActionBarVisibilityCallback.class
│ │ │ ├── ActionBarOverlayLayout$LayoutParams.class
│ │ │ ├── ActionBarOverlayLayout.class
│ │ │ ├── ActionMenuPresenter$1.class
│ │ │ ├── ActionMenuPresenter$ActionButtonSubmenu.class
│ │ │ ├── ActionMenuPresenter$ActionMenuPopupCallback.class
│ │ │ ├── ActionMenuPresenter$OpenOverflowRunnable.class
│ │ │ ├── ActionMenuPresenter$OverflowMenuButton$1.class
│ │ │ ├── ActionMenuPresenter$OverflowMenuButton.class
│ │ │ ├── ActionMenuPresenter$OverflowPopup.class
│ │ │ ├── ActionMenuPresenter$PopupPresenterCallback.class
│ │ │ ├── ActionMenuPresenter$SavedState$1.class
│ │ │ ├── ActionMenuPresenter$SavedState.class
│ │ │ ├── ActionMenuPresenter.class
│ │ │ ├── ActionMenuView$1.class
│ │ │ ├── ActionMenuView$ActionMenuChildView.class
│ │ │ ├── ActionMenuView$ActionMenuPresenterCallback.class
│ │ │ ├── ActionMenuView$LayoutParams.class
│ │ │ ├── ActionMenuView$MenuBuilderCallback.class
│ │ │ ├── ActionMenuView$OnMenuItemClickListener.class
│ │ │ ├── ActionMenuView.class
│ │ │ ├── ActivityChooserModel$1.class
│ │ │ ├── ActivityChooserModel$ActivityChooserModelClient.class
│ │ │ ├── ActivityChooserModel$ActivityResolveInfo.class
│ │ │ ├── ActivityChooserModel$ActivitySorter.class
│ │ │ ├── ActivityChooserModel$DefaultSorter.class
│ │ │ ├── ActivityChooserModel$HistoricalRecord.class
│ │ │ ├── ActivityChooserModel$OnChooseActivityListener.class
│ │ │ ├── ActivityChooserModel$PersistHistoryAsyncTask.class
│ │ │ ├── ActivityChooserModel.class
│ │ │ ├── ActivityChooserView$1.class
│ │ │ ├── ActivityChooserView$2.class
│ │ │ ├── ActivityChooserView$3.class
│ │ │ ├── ActivityChooserView$4.class
│ │ │ ├── ActivityChooserView$ActivityChooserViewAdapter.class
│ │ │ ├── ActivityChooserView$Callbacks.class
│ │ │ ├── ActivityChooserView$InnerLayout.class
│ │ │ ├── ActivityChooserView.class
│ │ │ ├── AppCompatAutoCompleteTextView.class
│ │ │ ├── AppCompatBackgroundHelper.class
│ │ │ ├── AppCompatButton.class
│ │ │ ├── AppCompatCheckBox.class
│ │ │ ├── AppCompatCheckedTextView.class
│ │ │ ├── AppCompatCompoundButtonHelper$DirectSetButtonDrawableInterface.class
│ │ │ ├── AppCompatCompoundButtonHelper.class
│ │ │ ├── AppCompatDrawableManager$1.class
│ │ │ ├── AppCompatDrawableManager$AvdcInflateDelegate.class
│ │ │ ├── AppCompatDrawableManager$ColorFilterLruCache.class
│ │ │ ├── AppCompatDrawableManager$InflateDelegate.class
│ │ │ ├── AppCompatDrawableManager$VdcInflateDelegate.class
│ │ │ ├── AppCompatDrawableManager.class
│ │ │ ├── AppCompatEditText.class
│ │ │ ├── AppCompatImageButton.class
│ │ │ ├── AppCompatImageHelper.class
│ │ │ ├── AppCompatImageView.class
│ │ │ ├── AppCompatMultiAutoCompleteTextView.class
│ │ │ ├── AppCompatPopupWindow$1.class
│ │ │ ├── AppCompatPopupWindow.class
│ │ │ ├── AppCompatProgressBarHelper.class
│ │ │ ├── AppCompatRadioButton.class
│ │ │ ├── AppCompatRatingBar.class
│ │ │ ├── AppCompatSeekBar.class
│ │ │ ├── AppCompatSeekBarHelper.class
│ │ │ ├── AppCompatSpinner$1.class
│ │ │ ├── AppCompatSpinner$DropDownAdapter.class
│ │ │ ├── AppCompatSpinner$DropdownPopup$1.class
│ │ │ ├── AppCompatSpinner$DropdownPopup$2.class
│ │ │ ├── AppCompatSpinner$DropdownPopup$3.class
│ │ │ ├── AppCompatSpinner$DropdownPopup.class
│ │ │ ├── AppCompatSpinner.class
│ │ │ ├── AppCompatTextHelper.class
│ │ │ ├── AppCompatTextHelperV17.class
│ │ │ ├── AppCompatTextView.class
│ │ │ ├── ButtonBarLayout.class
│ │ │ ├── ContentFrameLayout$OnAttachListener.class
│ │ │ ├── ContentFrameLayout.class
│ │ │ ├── DecorContentParent.class
│ │ │ ├── DecorToolbar.class
│ │ │ ├── DialogTitle.class
│ │ │ ├── DrawableUtils.class
│ │ │ ├── FitWindowsFrameLayout.class
│ │ │ ├── FitWindowsLinearLayout.class
│ │ │ ├── FitWindowsViewGroup$OnFitSystemWindowsListener.class
│ │ │ ├── FitWindowsViewGroup.class
│ │ │ ├── LinearLayoutCompat$DividerMode.class
│ │ │ ├── LinearLayoutCompat$LayoutParams.class
│ │ │ ├── LinearLayoutCompat$OrientationMode.class
│ │ │ ├── LinearLayoutCompat.class
│ │ │ ├── ListPopupWindow$1.class
│ │ │ ├── ListPopupWindow$2.class
│ │ │ ├── ListPopupWindow$3.class
│ │ │ ├── ListPopupWindow$DropDownListView.class
│ │ │ ├── ListPopupWindow$ForwardingListener$DisallowIntercept.class
│ │ │ ├── ListPopupWindow$ForwardingListener$TriggerLongPress.class
│ │ │ ├── ListPopupWindow$ForwardingListener.class
│ │ │ ├── ListPopupWindow$ListSelectorHider.class
│ │ │ ├── ListPopupWindow$PopupDataSetObserver.class
│ │ │ ├── ListPopupWindow$PopupScrollListener.class
│ │ │ ├── ListPopupWindow$PopupTouchInterceptor.class
│ │ │ ├── ListPopupWindow$ResizePopupRunnable.class
│ │ │ ├── ListPopupWindow.class
│ │ │ ├── ListViewCompat$GateKeeperDrawable.class
│ │ │ ├── ListViewCompat.class
│ │ │ ├── PopupMenu$1.class
│ │ │ ├── PopupMenu$OnDismissListener.class
│ │ │ ├── PopupMenu$OnMenuItemClickListener.class
│ │ │ ├── PopupMenu.class
│ │ │ ├── ResourcesWrapper.class
│ │ │ ├── RtlSpacingHelper.class
│ │ │ ├── ScrollingTabContainerView$1.class
│ │ │ ├── ScrollingTabContainerView$TabAdapter.class
│ │ │ ├── ScrollingTabContainerView$TabClickListener.class
│ │ │ ├── ScrollingTabContainerView$TabView.class
│ │ │ ├── ScrollingTabContainerView$VisibilityAnimListener.class
│ │ │ ├── ScrollingTabContainerView.class
│ │ │ ├── SearchView$10.class
│ │ │ ├── SearchView$11.class
│ │ │ ├── SearchView$12.class
│ │ │ ├── SearchView$1.class
│ │ │ ├── SearchView$2.class
│ │ │ ├── SearchView$3.class
│ │ │ ├── SearchView$4.class
│ │ │ ├── SearchView$5.class
│ │ │ ├── SearchView$6.class
│ │ │ ├── SearchView$7.class
│ │ │ ├── SearchView$8.class
│ │ │ ├── SearchView$9.class
│ │ │ ├── SearchView$AutoCompleteTextViewReflector.class
│ │ │ ├── SearchView$OnCloseListener.class
│ │ │ ├── SearchView$OnQueryTextListener.class
│ │ │ ├── SearchView$OnSuggestionListener.class
│ │ │ ├── SearchView$SavedState$1.class
│ │ │ ├── SearchView$SavedState.class
│ │ │ ├── SearchView$SearchAutoComplete.class
│ │ │ ├── SearchView.class
│ │ │ ├── ShareActionProvider$1.class
│ │ │ ├── ShareActionProvider$OnShareTargetSelectedListener.class
│ │ │ ├── ShareActionProvider$ShareActivityChooserModelPolicy.class
│ │ │ ├── ShareActionProvider$ShareMenuItemOnMenuItemClickListener.class
│ │ │ ├── ShareActionProvider.class
│ │ │ ├── SuggestionsAdapter$ChildViewCache.class
│ │ │ ├── SuggestionsAdapter.class
│ │ │ ├── SwitchCompat$1.class
│ │ │ ├── SwitchCompat$ThumbAnimation.class
│ │ │ ├── SwitchCompat.class
│ │ │ ├── ThemedSpinnerAdapter$Helper.class
│ │ │ ├── ThemedSpinnerAdapter.class
│ │ │ ├── ThemeUtils.class
│ │ │ ├── TintContextWrapper.class
│ │ │ ├── TintInfo.class
│ │ │ ├── TintResources.class
│ │ │ ├── TintTypedArray.class
│ │ │ ├── Toolbar$1.class
│ │ │ ├── Toolbar$2.class
│ │ │ ├── Toolbar$3.class
│ │ │ ├── Toolbar$ExpandedActionViewMenuPresenter.class
│ │ │ ├── Toolbar$LayoutParams.class
│ │ │ ├── Toolbar$OnMenuItemClickListener.class
│ │ │ ├── Toolbar$SavedState$1.class
│ │ │ ├── Toolbar$SavedState.class
│ │ │ ├── Toolbar.class
│ │ │ ├── ToolbarWidgetWrapper$1.class
│ │ │ ├── ToolbarWidgetWrapper$2.class
│ │ │ ├── ToolbarWidgetWrapper.class
│ │ │ ├── VectorEnabledTintResources.class
│ │ │ ├── ViewStubCompat$OnInflateListener.class
│ │ │ ├── ViewStubCompat.class
│ │ │ └── ViewUtils.class
│ │ └── classes.jar_asjjcaar31rjcpisi0viz8pjn
│ │ └── android
│ │ └── support
│ │ └── graphics
│ │ └── drawable
│ │ ├── animated
│ │ │ └── BuildConfig.class
│ │ ├── AnimatedVectorDrawableCompat$1.class
│ │ ├── AnimatedVectorDrawableCompat$AnimatedVectorDrawableCompatState.class
│ │ ├── AnimatedVectorDrawableCompat$AnimatedVectorDrawableDelegateState.class
│ │ └── AnimatedVectorDrawableCompat.class
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── itzwh
│ │ └── shoppingattribute
│ │ └── ApplicationTest.java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── itzwh
│ │ │ └── shoppingattribute
│ │ │ ├── Attribute.java
│ │ │ ├── FlowLayout.java
│ │ │ ├── MainActivity.java
│ │ │ ├── TagAdapter.java
│ │ │ └── TagFlowLayout.java
│ │ └── res
│ │ ├── anim
│ │ │ ├── push_bottom_in.xml
│ │ │ └── push_bottom_out.xml
│ │ ├── color
│ │ │ └── wenda_fenlei_tv_color.xml
│ │ ├── drawable
│ │ │ ├── checked_bg_ff0000.xml
│ │ │ ├── checked_bg.xml
│ │ │ ├── normal_bg.xml
│ │ │ ├── tv_bk.xml
│ │ │ └── z_shopping_details.xml
│ │ ├── layout
│ │ │ ├── activity_main.xml
│ │ │ ├── popupwindow_tv1.xml
│ │ │ ├── popupwindow_tv.xml
│ │ │ └── sku_popupwindow.xml
│ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── test
│ └── java
│ └── com
│ └── example
│ └── itzwh
│ └── shoppingattribute
│ └── ExampleUnitTest.java
├── build
│ ├── generated
│ │ └── mockable-android-23.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── settings.gradle
└── ShoppingAttribute.iml
439 directories, 1523 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论