实例介绍
Android商城全部评价 使用RecyclerView+Glid+Flowlayout+BaseRecyclerViewAdapterHelper +SuperSwipeRefreshLayout 图片数量可多可少,下拉刷新,上滑加载更多
【实例截图】
【核心代码】
4744302542919140129.zip
└── Expandable
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ ├── assets
│ │ │ │ └── shaders
│ │ │ │ └── debug
│ │ │ ├── res
│ │ │ │ ├── resValues
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ └── debug
│ │ │ │ └── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ └── source
│ │ │ ├── aidl
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ └── debug
│ │ │ ├── apt
│ │ │ │ └── debug
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── muzi
│ │ │ │ │ └── expandable
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── muzi
│ │ │ │ └── expandable
│ │ │ │ └── BuildConfig.java
│ │ │ ├── r
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── test
│ │ │ │ │ │ ├── espresso
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── rule
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── com
│ │ │ │ │ └── muzi
│ │ │ │ │ └── expandable
│ │ │ │ │ └── test
│ │ │ │ │ └── R.java
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── transition
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── v7
│ │ │ │ │ ├── appcompat
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── recyclerview
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ ├── chad
│ │ │ │ │ └── library
│ │ │ │ │ └── R.java
│ │ │ │ ├── muzi
│ │ │ │ │ └── expandable
│ │ │ │ │ └── R.java
│ │ │ │ └── zhy
│ │ │ │ └── view
│ │ │ │ └── flowlayout
│ │ │ │ └── R.java
│ │ │ └── rs
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ └── debug
│ │ ├── intermediates
│ │ │ ├── assets
│ │ │ │ └── debug
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── multi
│ │ │ │ │ └── values.json
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── color.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.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.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ └── values-zu.json
│ │ │ │ └── single
│ │ │ │ ├── animator-v21.json
│ │ │ │ ├── anim.json
│ │ │ │ ├── anim-v21.json
│ │ │ │ ├── color.json
│ │ │ │ ├── color-v11.json
│ │ │ │ ├── color-v23.json
│ │ │ │ ├── drawable-anydpi-v21.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-sw600dp-v13.json
│ │ │ │ ├── layout-v11.json
│ │ │ │ ├── layout-v16.json
│ │ │ │ ├── layout-v21.json
│ │ │ │ ├── mipmap-hdpi.json
│ │ │ │ ├── mipmap-mdpi.json
│ │ │ │ ├── mipmap-xhdpi.json
│ │ │ │ ├── mipmap-xxhdpi.json
│ │ │ │ └── mipmap-xxxhdpi.json
│ │ │ ├── builds
│ │ │ │ └── debug
│ │ │ │ ├── 28444911829503
│ │ │ │ ├── 30397982258128
│ │ │ │ ├── 30497143067169
│ │ │ │ ├── 31987007682408
│ │ │ │ ├── 32094761840707
│ │ │ │ └── 32239208352626
│ │ │ │ └── classes.dex
│ │ │ ├── classes
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ ├── R$animator.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$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── transition
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── 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
│ │ │ │ │ └── recyclerview
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ ├── chad
│ │ │ │ │ └── library
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── muzi
│ │ │ │ │ └── expandable
│ │ │ │ │ ├── Adapter$1.class
│ │ │ │ │ ├── Adapter$2.class
│ │ │ │ │ ├── Adapter.class
│ │ │ │ │ ├── Bean.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity$1$1.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$animator.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
│ │ │ │ │ ├── SuperSwipeRefreshLayout$10.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$1.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$2.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$3.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$4.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$5.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$6.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$7.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$8.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$9.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$CircleProgressView.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$HeadViewContainer.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListenerAdapter.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListener.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListenerAdapter.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListener.class
│ │ │ │ │ └── SuperSwipeRefreshLayout.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
│ │ │ ├── dependency-cache
│ │ │ │ └── debug
│ │ │ ├── exploded-aar
│ │ │ │ ├── com.android.support
│ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── design
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ │ └── navigation_empty_icon.xml
│ │ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ └── design_password_eye.xml
│ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ │ └── design_text_input_password_icon.xml
│ │ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ └── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── recyclerview-v7
│ │ │ │ │ │ └── 25.1.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── support-compat
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-core-ui
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-core-utils
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-fragment
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-media-compat
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ └── media
│ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-v4
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── support-vector-drawable
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── jni
│ │ │ │ │ │ ├── libs
│ │ │ │ │ │ └── res
│ │ │ │ │ └── transition
│ │ │ │ │ └── 25.1.0
│ │ │ │ │ ├── aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── assets
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── jni
│ │ │ │ │ ├── libs
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── com.android.support.test
│ │ │ │ │ ├── exposed-instrumentation-api-publish
│ │ │ │ │ │ └── 0.5
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── res
│ │ │ │ │ ├── rules
│ │ │ │ │ │ └── 0.5
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── runner
│ │ │ │ │ └── 0.5
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── assets
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ └── res
│ │ │ │ ├── com.android.support.test.espresso
│ │ │ │ │ ├── espresso-core
│ │ │ │ │ │ └── 2.2.2
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── espresso-idling-resource
│ │ │ │ │ └── 2.2.2
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── assets
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ └── res
│ │ │ │ ├── com.github.CymChad
│ │ │ │ │ └── BaseRecyclerViewAdapterHelper
│ │ │ │ │ └── 2.8.4
│ │ │ │ │ ├── aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── assets
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── jni
│ │ │ │ │ ├── libs
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── sample_footer_loading.png
│ │ │ │ │ │ │ └── sample_footer_loading_progress.xml
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ └── quick_view_load_more.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── values-en
│ │ │ │ │ │ └── values-en.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── com.jcodecraeer
│ │ │ │ │ └── xrecyclerview
│ │ │ │ │ └── 1.3.2
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── assets
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── jni
│ │ │ │ │ ├── libs
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ └── progressloading.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── ic_loading_rotate.png
│ │ │ │ │ │ │ ├── ic_pulltorefresh_arrow.png
│ │ │ │ │ │ │ ├── loading_01.png
│ │ │ │ │ │ │ ├── loading_02.png
│ │ │ │ │ │ │ ├── loading_03.png
│ │ │ │ │ │ │ ├── loading_04.png
│ │ │ │ │ │ │ ├── loading_05.png
│ │ │ │ │ │ │ ├── loading_06.png
│ │ │ │ │ │ │ ├── loading_07.png
│ │ │ │ │ │ │ ├── loading_08.png
│ │ │ │ │ │ │ ├── loading_09.png
│ │ │ │ │ │ │ ├── loading_10.png
│ │ │ │ │ │ │ ├── loading_11.png
│ │ │ │ │ │ │ ├── loading_12.png
│ │ │ │ │ │ │ └── progressbar.xml
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── listview_footer.xml
│ │ │ │ │ │ │ ├── listview_header.xml
│ │ │ │ │ │ │ └── pull_to_refresh_head.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── values-zh
│ │ │ │ │ │ └── values-zh.xml
│ │ │ │ │ └── R.txt
│ │ │ │ └── com.zhy
│ │ │ │ └── flowlayout-lib
│ │ │ │ └── 1.0.3
│ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── assets
│ │ │ │ ├── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── res
│ │ │ │ │ └── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── R.txt
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── aapt-temp
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── aapt-temp
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── packageDebug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── uRWXgsgdpCZMLeyqQ_Hy5mpUMFo=
│ │ │ │ ├── packageDebugAndroidTest
│ │ │ │ │ └── zip-cache
│ │ │ │ ├── packageInstantRunResourcesDebug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── uRWXgsgdpCZMLeyqQ_Hy5mpUMFo=
│ │ │ │ ├── packageRelease
│ │ │ │ │ └── zip-cache
│ │ │ │ ├── processDebugAndroidTestResources
│ │ │ │ │ └── aapt-temp
│ │ │ │ └── processDebugResources
│ │ │ │ └── aapt-temp
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run-bootstrap.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-safeguard
│ │ │ │ └── debug
│ │ │ │ └── tag.txt
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ ├── R$animator.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$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── transition
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── 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
│ │ │ │ │ └── recyclerview
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ ├── chad
│ │ │ │ │ └── library
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── jcodecraeer
│ │ │ │ │ └── xrecyclerview
│ │ │ │ ├── muzi
│ │ │ │ │ └── expandable
│ │ │ │ │ ├── Adapter$1.class
│ │ │ │ │ ├── Adapter$2.class
│ │ │ │ │ ├── Adapter.class
│ │ │ │ │ ├── Bean.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── MainActivity$1$1.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$animator.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
│ │ │ │ │ ├── SuperSwipeRefreshLayout$10.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$1.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$2.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$3.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$4.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$5.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$6.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$7.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$8.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$9.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$CircleProgressView.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$HeadViewContainer.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListenerAdapter.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListener.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListenerAdapter.class
│ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListener.class
│ │ │ │ │ └── SuperSwipeRefreshLayout.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
│ │ │ ├── instant-run-resources
│ │ │ │ └── resources-debug.ir.ap_
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── manifest.crc
│ │ │ │ └── manifest.xml
│ │ │ ├── jniLibs
│ │ │ │ └── debug
│ │ │ ├── manifest
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── tmp
│ │ │ ├── manifests
│ │ │ │ ├── full
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── instant-run
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── com.android.support-animated-vector-drawable-25.2.0_0ba89915a68eceac7a33999ae28edcccfeb81c15.jar
│ │ │ │ ├── com.android.support-appcompat-v7-25.2.0_0e1e8e86688f97771df9884b9f2b1627af364f6e.jar
│ │ │ │ ├── com.android.support-design-25.1.0_e5d30744bfd382e576331dc979bcd4f4fd82de3a.jar
│ │ │ │ ├── com.android.support-recyclerview-v7-25.1.0_6aa5275e0319c1d88c77cfb444fba57a26099b05.jar
│ │ │ │ ├── com.android.support-support-compat-25.2.0_a983c293357d944500cba2bf1579cec59355c928.jar
│ │ │ │ ├── com.android.support-support-core-ui-25.2.0_ce64d98dd1ca27f387f13a70b39140fe7f0d1adf.jar
│ │ │ │ ├── com.android.support-support-core-utils-25.2.0_366c05e11e18eeed20af221a3f0cd2ab52bf9396.jar
│ │ │ │ ├── com.android.support-support-fragment-25.2.0_ea3a90eee72f04b7e46057c31edf9373e175beb6.jar
│ │ │ │ ├── com.android.support-support-media-compat-25.2.0_f6f60d44d91d8591e058a37a65503490cc7ed308.jar
│ │ │ │ ├── com.android.support-support-v4-25.2.0_129d88b9c6d4c61e4ee0c5df51a83f8c66d6bf8c.jar
│ │ │ │ ├── com.android.support-support-vector-drawable-25.2.0_0697b7f945239c7bd1bd5d8e9a58acf49cca9293.jar
│ │ │ │ ├── com.android.support-transition-25.1.0_3f3be24608709b29d9cfc326b47f51831527b20b.jar
│ │ │ │ ├── com.github.CymChad-BaseRecyclerViewAdapterHelper-2.8.4_eb97d58482b4a94525a4d27e79d5d9fd2894dc9a.jar
│ │ │ │ ├── com.zhy-flowlayout-lib-1.0.3_c2faccafb45ccd6a10b05214ccbb6cf0e2c02260.jar
│ │ │ │ ├── glide-3.7.0_1f3ddf859a86296da03fddcf50d19f29d652df81.jar
│ │ │ │ ├── instant-run_244763a9768043ea05fcaafbb7eb81e0717adece.jar
│ │ │ │ ├── instant-run-bootstrap_ae2d25f9e177fa2a48695890c8fdb17f1e7a3f91.jar
│ │ │ │ ├── main_4959dbc88f7549d6e64464fc3a7d935fef3cabf4.jar
│ │ │ │ └── support-annotations-25.2.0_b94e8a02d11030c87a0d40f3a330bad05d58a811.jar
│ │ │ ├── reload-dex
│ │ │ │ └── debug
│ │ │ │ ├── classes.dex
│ │ │ │ └── classes.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
│ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ └── design_bottom_sheet_slide_out.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
│ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ ├── design_tint_password_toggle.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
│ │ │ │ │ │ └── design_tint_password_toggle.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
│ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ ├── navigation_empty_icon.xml
│ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ ├── notification_tile_bg.xml
│ │ │ │ │ │ ├── sample_footer_loading.png
│ │ │ │ │ │ └── sample_footer_loading_progress.xml
│ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ └── design_ic_visibility.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
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.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
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.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
│ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ ├── design_password_eye.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
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ ├── design_ic_visibility.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
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ └── design_ic_visibility.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
│ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ └── design_ic_visibility.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_main.xml
│ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ ├── design_text_input_password_icon.xml
│ │ │ │ │ │ ├── img.xml
│ │ │ │ │ │ ├── item.xml
│ │ │ │ │ │ ├── loadview.xml
│ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ ├── notification_action.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
│ │ │ │ │ │ ├── quick_view_load_more.xml
│ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ └── design_layout_snackbar.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
│ │ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ │ ├── bottom.png
│ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ ├── left.png
│ │ │ │ │ │ ├── touxiang.png
│ │ │ │ │ │ ├── vip.png
│ │ │ │ │ │ └── xiezi.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
│ │ │ │ │ │ └── values-en.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_
│ │ │ ├── restart-dex
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── rs
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── lib
│ │ │ │ │ └── obj
│ │ │ │ └── debug
│ │ │ │ ├── lib
│ │ │ │ └── obj
│ │ │ ├── shaders
│ │ │ │ └── debug
│ │ │ ├── symbols
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ └── 1000
│ │ │ │ └── 1f
│ │ │ │ └── main
│ │ │ │ └── classes.dex
│ │ │ ├── extractJars
│ │ │ │ └── debug
│ │ │ ├── instantRun
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ ├── 1
│ │ │ │ │ └── 5
│ │ │ │ │ └── main
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── R$animator.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$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── 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
│ │ │ │ │ │ └── recyclerview
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ ├── chad
│ │ │ │ │ │ └── library
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── jcodecraeer
│ │ │ │ │ │ └── xrecyclerview
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── muzi
│ │ │ │ │ │ └── expandable
│ │ │ │ │ │ ├── Adapter$1.class
│ │ │ │ │ │ ├── Adapter$2.class
│ │ │ │ │ │ ├── Adapter.class
│ │ │ │ │ │ ├── Bean.class
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── MainActivity$1$1.class
│ │ │ │ │ │ ├── MainActivity$1$2.class
│ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ ├── MainActivity$2$1.class
│ │ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── R$animator.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
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$10.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$1.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$2.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$3.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$4.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$5.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$6.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$7.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$8.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$9.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$CircleProgressView.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$HeadViewContainer.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListenerAdapter.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPullRefreshListener.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListenerAdapter.class
│ │ │ │ │ │ ├── SuperSwipeRefreshLayout$OnPushLoadMoreListener.class
│ │ │ │ │ │ └── SuperSwipeRefreshLayout.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
│ │ │ │ └── 4000
│ │ │ │ └── 5
│ │ │ │ └── enhanced
│ │ │ │ └── com
│ │ │ │ ├── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── fd
│ │ │ │ │ └── runtime
│ │ │ │ │ └── AppPatchesLoaderImpl.class
│ │ │ │ └── muzi
│ │ │ │ └── expandable
│ │ │ │ ├── MainActivity$1$1$override.class
│ │ │ │ ├── MainActivity$1$override.class
│ │ │ │ ├── MainActivity$2$1$override.class
│ │ │ │ ├── MainActivity$2$override.class
│ │ │ │ └── MainActivity$override.class
│ │ │ ├── mergeJavaRes
│ │ │ │ └── debug
│ │ │ └── mergeJniLibs
│ │ │ └── debug
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ └── app-debug.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ └── tmp
│ │ ├── compileDebugJavaWithJavac
│ │ │ └── emptySourcePathRef
│ │ └── expandedArchives
│ │ └── classes.jar_ckd6jm1qfxilkisg45zhehdzy
│ │ └── com
│ │ └── jcodecraeer
│ │ └── xrecyclerview
│ │ ├── AppBarStateChangeListener$State.class
│ │ ├── AppBarStateChangeListener.class
│ │ ├── ArrowRefreshHeader$1.class
│ │ ├── ArrowRefreshHeader$2.class
│ │ ├── ArrowRefreshHeader$3.class
│ │ ├── ArrowRefreshHeader.class
│ │ ├── BaseRefreshHeader.class
│ │ ├── BuildConfig.class
│ │ ├── ItemTouchHelperAdapter.class
│ │ ├── JellyView.class
│ │ ├── LoadingMoreFooter.class
│ │ ├── progressindicator
│ │ │ ├── AVLoadingIndicatorView$Indicator.class
│ │ │ ├── AVLoadingIndicatorView.class
│ │ │ └── indicator
│ │ │ ├── BallBeatIndicator$1.class
│ │ │ ├── BallBeatIndicator$2.class
│ │ │ ├── BallBeatIndicator.class
│ │ │ ├── BallClipRotateIndicator$1.class
│ │ │ ├── BallClipRotateIndicator$2.class
│ │ │ ├── BallClipRotateIndicator.class
│ │ │ ├── BallClipRotateMultipleIndicator$1.class
│ │ │ ├── BallClipRotateMultipleIndicator$2.class
│ │ │ ├── BallClipRotateMultipleIndicator.class
│ │ │ ├── BallClipRotatePulseIndicator$1.class
│ │ │ ├── BallClipRotatePulseIndicator$2.class
│ │ │ ├── BallClipRotatePulseIndicator$3.class
│ │ │ ├── BallClipRotatePulseIndicator.class
│ │ │ ├── BallGridBeatIndicator$1.class
│ │ │ ├── BallGridBeatIndicator.class
│ │ │ ├── BallGridPulseIndicator$1.class
│ │ │ ├── BallGridPulseIndicator$2.class
│ │ │ ├── BallGridPulseIndicator.class
│ │ │ ├── BallPulseIndicator$1.class
│ │ │ ├── BallPulseIndicator.class
│ │ │ ├── BallPulseRiseIndicator.class
│ │ │ ├── BallPulseSyncIndicator$1.class
│ │ │ ├── BallPulseSyncIndicator.class
│ │ │ ├── BallRotateIndicator$1.class
│ │ │ ├── BallRotateIndicator.class
│ │ │ ├── BallScaleIndicator$1.class
│ │ │ ├── BallScaleIndicator$2.class
│ │ │ ├── BallScaleIndicator.class
│ │ │ ├── BallScaleMultipleIndicator$1.class
│ │ │ ├── BallScaleMultipleIndicator$2.class
│ │ │ ├── BallScaleMultipleIndicator.class
│ │ │ ├── BallScaleRippleIndicator$1.class
│ │ │ ├── BallScaleRippleIndicator$2.class
│ │ │ ├── BallScaleRippleIndicator.class
│ │ │ ├── BallScaleRippleMultipleIndicator$1.class
│ │ │ ├── BallScaleRippleMultipleIndicator$2.class
│ │ │ ├── BallScaleRippleMultipleIndicator.class
│ │ │ ├── BallSpinFadeLoaderIndicator$1.class
│ │ │ ├── BallSpinFadeLoaderIndicator$2.class
│ │ │ ├── BallSpinFadeLoaderIndicator$Point.class
│ │ │ ├── BallSpinFadeLoaderIndicator.class
│ │ │ ├── BallTrianglePathIndicator$1.class
│ │ │ ├── BallTrianglePathIndicator$2.class
│ │ │ ├── BallTrianglePathIndicator.class
│ │ │ ├── BallZigZagDeflectIndicator$1.class
│ │ │ ├── BallZigZagDeflectIndicator$2.class
│ │ │ ├── BallZigZagDeflectIndicator.class
│ │ │ ├── BallZigZagIndicator$1.class
│ │ │ ├── BallZigZagIndicator$2.class
│ │ │ ├── BallZigZagIndicator.class
│ │ │ ├── BaseIndicatorController$1.class
│ │ │ ├── BaseIndicatorController$AnimStatus.class
│ │ │ ├── BaseIndicatorController.class
│ │ │ ├── CubeTransitionIndicator$1.class
│ │ │ ├── CubeTransitionIndicator$2.class
│ │ │ ├── CubeTransitionIndicator$3.class
│ │ │ ├── CubeTransitionIndicator$4.class
│ │ │ ├── CubeTransitionIndicator.class
│ │ │ ├── LineScaleIndicator$1.class
│ │ │ ├── LineScaleIndicator.class
│ │ │ ├── LineScalePartyIndicator$1.class
│ │ │ ├── LineScalePartyIndicator.class
│ │ │ ├── LineScalePulseOutIndicator$1.class
│ │ │ ├── LineScalePulseOutIndicator.class
│ │ │ ├── LineScalePulseOutRapidIndicator$1.class
│ │ │ ├── LineScalePulseOutRapidIndicator.class
│ │ │ ├── LineSpinFadeLoaderIndicator.class
│ │ │ ├── PacmanIndicator$1.class
│ │ │ ├── PacmanIndicator$2.class
│ │ │ ├── PacmanIndicator$3.class
│ │ │ ├── PacmanIndicator$4.class
│ │ │ ├── PacmanIndicator.class
│ │ │ ├── SemiCircleSpinIndicator.class
│ │ │ ├── SquareSpinIndicator.class
│ │ │ └── TriangleSkewSpinIndicator.class
│ │ ├── ProgressStyle.class
│ │ ├── SimpleItemTouchHelperCallback.class
│ │ ├── SimpleViewSwitcher.class
│ │ ├── XRecyclerView$1.class
│ │ ├── XRecyclerView$2.class
│ │ ├── XRecyclerView$DataObserver.class
│ │ ├── XRecyclerView$DividerItemDecoration.class
│ │ ├── XRecyclerView$LoadingListener.class
│ │ ├── XRecyclerView$WrapAdapter$1.class
│ │ ├── XRecyclerView$WrapAdapter$SimpleViewHolder.class
│ │ ├── XRecyclerView$WrapAdapter.class
│ │ └── XRecyclerView.class
│ ├── build.gradle
│ ├── libs
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── muzi
│ │ └── expandable
│ │ └── ExampleInstrumentedTest.java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── muzi
│ │ │ └── expandable
│ │ │ ├── Adapter.java
│ │ │ ├── Bean.java
│ │ │ ├── MainActivity.java
│ │ │ └── SuperSwipeRefreshLayout.java
│ │ └── res
│ │ ├── drawable
│ │ ├── layout
│ │ │ ├── activity_main.xml
│ │ │ ├── img.xml
│ │ │ ├── item.xml
│ │ │ └── loadview.xml
│ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ │ ├── bottom.png
│ │ │ ├── ic_launcher.png
│ │ │ ├── left.png
│ │ │ ├── touxiang.png
│ │ │ ├── vip.png
│ │ │ └── xiezi.png
│ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── values
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── test
│ └── java
│ └── com
│ └── muzi
│ └── expandable
│ └── ExampleUnitTest.java
├── build
│ ├── generated
│ │ └── mockable-android-25.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── Expandable.iml
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
└── settings.gradle
748 directories, 1848 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论