在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → TabLayout+ViewPager轻松搞定Tab栏切换

TabLayout+ViewPager轻松搞定Tab栏切换

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:31.57M
  • 下载次数:0
  • 浏览次数:84
  • 发布时间:2020-08-17
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
TabLayout+ViewPager轻松搞定Tab栏切换,实现顶部和底部的tab栏切换
【实例截图】
【核心代码】
MDTabLayout
└── MDTabLayout
├── app
│   ├── app.iml
│   ├── build
│   │   ├── generated
│   │   │   └── source
│   │   │   ├── buildConfig
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── mdtablayout
│   │   │   │   │   └── test
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── mdtablayout
│   │   │   │   └── BuildConfig.java
│   │   │   └── r
│   │   │   ├── androidTest
│   │   │   │   └── debug
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   └── test
│   │   │   │   │   ├── espresso
│   │   │   │   │   │   └── R.java
│   │   │   │   │   └── rule
│   │   │   │   │   └── R.java
│   │   │   │   └── com
│   │   │   │   └── mdtablayout
│   │   │   │   └── test
│   │   │   │   └── R.java
│   │   │   └── debug
│   │   │   ├── android
│   │   │   │   └── support
│   │   │   │   ├── design
│   │   │   │   │   └── R.java
│   │   │   │   ├── transition
│   │   │   │   │   └── R.java
│   │   │   │   └── v7
│   │   │   │   ├── appcompat
│   │   │   │   │   └── R.java
│   │   │   │   └── recyclerview
│   │   │   │   └── R.java
│   │   │   └── com
│   │   │   └── mdtablayout
│   │   │   └── R.java
│   │   ├── intermediates
│   │   │   ├── blame
│   │   │   │   └── res
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── multi
│   │   │   │   │   └── values.json
│   │   │   │   └── debug
│   │   │   │   ├── multi
│   │   │   │   │   ├── color.json
│   │   │   │   │   ├── values-af.json
│   │   │   │   │   ├── values-am.json
│   │   │   │   │   ├── values-ar.json
│   │   │   │   │   ├── values-az.json
│   │   │   │   │   ├── values-az-rAZ.json
│   │   │   │   │   ├── values-be.json
│   │   │   │   │   ├── values-be-rBY.json
│   │   │   │   │   ├── values-bg.json
│   │   │   │   │   ├── values-bn.json
│   │   │   │   │   ├── values-bn-rBD.json
│   │   │   │   │   ├── values-bs.json
│   │   │   │   │   ├── values-bs-rBA.json
│   │   │   │   │   ├── values-b+sr+Latn.json
│   │   │   │   │   ├── values-ca.json
│   │   │   │   │   ├── values-cs.json
│   │   │   │   │   ├── values-da.json
│   │   │   │   │   ├── values-de.json
│   │   │   │   │   ├── values-el.json
│   │   │   │   │   ├── values-en-rAU.json
│   │   │   │   │   ├── values-en-rGB.json
│   │   │   │   │   ├── values-en-rIN.json
│   │   │   │   │   ├── values-es.json
│   │   │   │   │   ├── values-es-rUS.json
│   │   │   │   │   ├── values-et.json
│   │   │   │   │   ├── values-et-rEE.json
│   │   │   │   │   ├── values-eu.json
│   │   │   │   │   ├── values-eu-rES.json
│   │   │   │   │   ├── values-fa.json
│   │   │   │   │   ├── values-fi.json
│   │   │   │   │   ├── values-fr.json
│   │   │   │   │   ├── values-fr-rCA.json
│   │   │   │   │   ├── values-gl.json
│   │   │   │   │   ├── values-gl-rES.json
│   │   │   │   │   ├── values-gu.json
│   │   │   │   │   ├── values-gu-rIN.json
│   │   │   │   │   ├── values-h720dp-v13.json
│   │   │   │   │   ├── values-hdpi-v4.json
│   │   │   │   │   ├── values-hi.json
│   │   │   │   │   ├── values-hr.json
│   │   │   │   │   ├── values-hu.json
│   │   │   │   │   ├── values-hy.json
│   │   │   │   │   ├── values-hy-rAM.json
│   │   │   │   │   ├── values-in.json
│   │   │   │   │   ├── values-is.json
│   │   │   │   │   ├── values-is-rIS.json
│   │   │   │   │   ├── values-it.json
│   │   │   │   │   ├── values-iw.json
│   │   │   │   │   ├── values-ja.json
│   │   │   │   │   ├── values.json
│   │   │   │   │   ├── values-ka.json
│   │   │   │   │   ├── values-ka-rGE.json
│   │   │   │   │   ├── values-kk.json
│   │   │   │   │   ├── values-kk-rKZ.json
│   │   │   │   │   ├── values-km.json
│   │   │   │   │   ├── values-km-rKH.json
│   │   │   │   │   ├── values-kn.json
│   │   │   │   │   ├── values-kn-rIN.json
│   │   │   │   │   ├── values-ko.json
│   │   │   │   │   ├── values-ky.json
│   │   │   │   │   ├── values-ky-rKG.json
│   │   │   │   │   ├── values-land.json
│   │   │   │   │   ├── values-large-v4.json
│   │   │   │   │   ├── values-ldltr-v21.json
│   │   │   │   │   ├── values-lo.json
│   │   │   │   │   ├── values-lo-rLA.json
│   │   │   │   │   ├── values-lt.json
│   │   │   │   │   ├── values-lv.json
│   │   │   │   │   ├── values-mk.json
│   │   │   │   │   ├── values-mk-rMK.json
│   │   │   │   │   ├── values-ml.json
│   │   │   │   │   ├── values-ml-rIN.json
│   │   │   │   │   ├── values-mn.json
│   │   │   │   │   ├── values-mn-rMN.json
│   │   │   │   │   ├── values-mr.json
│   │   │   │   │   ├── values-mr-rIN.json
│   │   │   │   │   ├── values-ms.json
│   │   │   │   │   ├── values-ms-rMY.json
│   │   │   │   │   ├── values-my.json
│   │   │   │   │   ├── values-my-rMM.json
│   │   │   │   │   ├── values-nb.json
│   │   │   │   │   ├── values-ne.json
│   │   │   │   │   ├── values-ne-rNP.json
│   │   │   │   │   ├── values-night-v8.json
│   │   │   │   │   ├── values-nl.json
│   │   │   │   │   ├── values-pa.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.json
│   │   │   │   │   ├── values-si-rLK.json
│   │   │   │   │   ├── values-sk.json
│   │   │   │   │   ├── values-sl.json
│   │   │   │   │   ├── values-sq.json
│   │   │   │   │   ├── values-sq-rAL.json
│   │   │   │   │   ├── values-sr.json
│   │   │   │   │   ├── values-sv.json
│   │   │   │   │   ├── values-sw600dp-v13.json
│   │   │   │   │   ├── values-sw.json
│   │   │   │   │   ├── values-ta.json
│   │   │   │   │   ├── values-ta-rIN.json
│   │   │   │   │   ├── values-te.json
│   │   │   │   │   ├── values-te-rIN.json
│   │   │   │   │   ├── values-th.json
│   │   │   │   │   ├── values-tl.json
│   │   │   │   │   ├── values-tr.json
│   │   │   │   │   ├── values-uk.json
│   │   │   │   │   ├── values-ur.json
│   │   │   │   │   ├── values-ur-rPK.json
│   │   │   │   │   ├── values-uz.json
│   │   │   │   │   ├── values-uz-rUZ.json
│   │   │   │   │   ├── values-v11.json
│   │   │   │   │   ├── values-v12.json
│   │   │   │   │   ├── values-v13.json
│   │   │   │   │   ├── values-v14.json
│   │   │   │   │   ├── values-v16.json
│   │   │   │   │   ├── values-v17.json
│   │   │   │   │   ├── values-v18.json
│   │   │   │   │   ├── values-v21.json
│   │   │   │   │   ├── values-v22.json
│   │   │   │   │   ├── values-v23.json
│   │   │   │   │   ├── values-v24.json
│   │   │   │   │   ├── values-v25.json
│   │   │   │   │   ├── values-vi.json
│   │   │   │   │   ├── values-w820dp-v13.json
│   │   │   │   │   ├── values-xlarge-v4.json
│   │   │   │   │   ├── values-zh-rCN.json
│   │   │   │   │   ├── values-zh-rHK.json
│   │   │   │   │   ├── values-zh-rTW.json
│   │   │   │   │   └── values-zu.json
│   │   │   │   └── single
│   │   │   │   ├── 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
│   │   │   ├── 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
│   │   │   │   └── mdtablayout
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── FourActivity$TabAdapter.class
│   │   │   │   ├── FourActivity.class
│   │   │   │   ├── FristActivity$1.class
│   │   │   │   ├── FristActivity$TabAdapter.class
│   │   │   │   ├── FristActivity.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
│   │   │   │   ├── SecondActivity$TabAdapter.class
│   │   │   │   ├── SecondActivity.class
│   │   │   │   ├── TabFragment.class
│   │   │   │   ├── ThridActivity$1.class
│   │   │   │   ├── ThridActivity$TabAdapter.class
│   │   │   │   └── ThridActivity.class
│   │   │   ├── exploded-aar
│   │   │   │   ├── com.android.support
│   │   │   │   │   ├── animated-vector-drawable
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   └── proguard.txt
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── proguard.txt
│   │   │   │   │   ├── appcompat-v7
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   ├── public.txt
│   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   │   ├── abc_fade_in.xml
│   │   │   │   │   │   │   │   │   ├── abc_fade_out.xml
│   │   │   │   │   │   │   │   │   ├── abc_grow_fade_in_from_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_enter.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_exit.xml
│   │   │   │   │   │   │   │   │   ├── abc_shrink_fade_out_from_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_in_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_in_top.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_out_bottom.xml
│   │   │   │   │   │   │   │   │   └── abc_slide_out_top.xml
│   │   │   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_borderless_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_hint_foreground_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_hint_foreground_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_url_text.xml
│   │   │   │   │   │   │   │   │   ├── abc_secondary_text_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_secondary_text_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_btn_checkable.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_default.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_edittext.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_seek_thumb.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_spinner.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_switch_thumb.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_switch_track.xml
│   │   │   │   │   │   │   │   │   ├── switch_thumb_material_dark.xml
│   │   │   │   │   │   │   │   │   └── switch_thumb_material_light.xml
│   │   │   │   │   │   │   │   ├── color-v11
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   │   │   └── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   │   │   ├── color-v23
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_borderless_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_color_highlight_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_btn_checkable.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_default.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_edittext.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_seek_thumb.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_spinner.xml
│   │   │   │   │   │   │   │   │   ├── abc_tint_switch_thumb.xml
│   │   │   │   │   │   │   │   │   └── abc_tint_switch_track.xml
│   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   ├── abc_btn_borderless_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_default_mtrl_shape.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_internal_bg.xml
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_dialog_material_background.xml
│   │   │   │   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_arrow_drop_right_black_24dp.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_go_search_api_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_overflow_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_item_background_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_item_background_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_ratingbar_indicator_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ratingbar_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_ratingbar_small_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_seekbar_thumb_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_seekbar_tick_mark_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_seekbar_track_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_spinner_textfield_background_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_switch_thumb_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_text_cursor_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_vector_test.xml
│   │   │   │   │   │   │   │   │   ├── notification_bg_low.xml
│   │   │   │   │   │   │   │   │   ├── notification_bg.xml
│   │   │   │   │   │   │   │   │   ├── notification_icon_background.xml
│   │   │   │   │   │   │   │   │   └── notification_tile_bg.xml
│   │   │   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-hdpi-v17
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-mdpi-v17
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xhdpi-v17
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxhdpi-v17
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxxhdpi-v17
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   │   │   │   ├── drawable-v21
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_item_background_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_colored_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   │   │   │   └── notification_action_background.xml
│   │   │   │   │   │   │   │   ├── drawable-v23
│   │   │   │   │   │   │   │   │   └── abc_control_background_material.xml
│   │   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_low_pressed.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal.9.png
│   │   │   │   │   │   │   │   │   ├── notification_bg_normal_pressed.9.png
│   │   │   │   │   │   │   │   │   └── notify_panel_notification_icon_bg.png
│   │   │   │   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_primary_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_middle_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   │   │   │   └── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   │   │   ├── drawable-xxxhdpi-v4
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_16dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_36dp.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_star_half_black_48dp.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_scrubber_control_to_pressed_mtrl_005.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_dark.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_left_mtrl_light.png
│   │   │   │   │   │   │   │   │   ├── abc_text_select_handle_right_mtrl_dark.png
│   │   │   │   │   │   │   │   │   └── abc_text_select_handle_right_mtrl_light.png
│   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_title_item.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_up_container.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_view_list_nav_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_menu_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_mode_bar.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_mode_close_item_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_activity_chooser_view_list_item.xml
│   │   │   │   │   │   │   │   │   ├── abc_activity_chooser_view.xml
│   │   │   │   │   │   │   │   │   ├── abc_alert_dialog_button_bar_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_alert_dialog_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_alert_dialog_title_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_dialog_title_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_expanded_menu_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_checkbox.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_icon.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_radio.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_menu_header_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_content_include.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_simple_overlay_action_mode.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_simple.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_toolbar.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_dropdown_item_icons_2line.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_view.xml
│   │   │   │   │   │   │   │   │   ├── abc_select_dialog_material.xml
│   │   │   │   │   │   │   │   │   ├── notification_action_tombstone.xml
│   │   │   │   │   │   │   │   │   ├── notification_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_custom_big.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_icon_group.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_lines_media.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_media_custom.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_media.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_part_chronometer.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_part_time.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_item_material.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_multichoice_material.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_singlechoice_material.xml
│   │   │   │   │   │   │   │   │   └── support_simple_spinner_dropdown_item.xml
│   │   │   │   │   │   │   │   ├── layout-v11
│   │   │   │   │   │   │   │   │   ├── notification_media_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_media_cancel_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_big_media_custom.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_big_media_narrow_custom.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_big_media_narrow.xml
│   │   │   │   │   │   │   │   │   └── notification_template_big_media.xml
│   │   │   │   │   │   │   │   ├── layout-v16
│   │   │   │   │   │   │   │   │   └── notification_template_custom_big.xml
│   │   │   │   │   │   │   │   ├── layout-v21
│   │   │   │   │   │   │   │   │   ├── notification_action_tombstone.xml
│   │   │   │   │   │   │   │   │   ├── notification_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_custom_big.xml
│   │   │   │   │   │   │   │   │   └── notification_template_icon_group.xml
│   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   └── values-af.xml
│   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   └── values-am.xml
│   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   │   │   ├── values-az-rAZ
│   │   │   │   │   │   │   │   │   └── values-az-rAZ.xml
│   │   │   │   │   │   │   │   ├── values-be-rBY
│   │   │   │   │   │   │   │   │   └── values-be-rBY.xml
│   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   │   │   │   ├── values-bn-rBD
│   │   │   │   │   │   │   │   │   └── values-bn-rBD.xml
│   │   │   │   │   │   │   │   ├── values-bs-rBA
│   │   │   │   │   │   │   │   │   └── values-bs-rBA.xml
│   │   │   │   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   │   │   │   └── values-b+sr+Latn.xml
│   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   └── values-ca.xml
│   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   └── values-da.xml
│   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   └── values-el.xml
│   │   │   │   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   │   │   │   └── values-en-rAU.xml
│   │   │   │   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   │   │   │   └── values-en-rGB.xml
│   │   │   │   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   │   │   │   └── values-en-rIN.xml
│   │   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   │   │   │   └── values-es-rUS.xml
│   │   │   │   │   │   │   │   ├── values-et-rEE
│   │   │   │   │   │   │   │   │   └── values-et-rEE.xml
│   │   │   │   │   │   │   │   ├── values-eu-rES
│   │   │   │   │   │   │   │   │   └── values-eu-rES.xml
│   │   │   │   │   │   │   │   ├── values-fa
│   │   │   │   │   │   │   │   │   └── values-fa.xml
│   │   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   │   │   │   └── values-fr-rCA.xml
│   │   │   │   │   │   │   │   ├── values-gl-rES
│   │   │   │   │   │   │   │   │   └── values-gl-rES.xml
│   │   │   │   │   │   │   │   ├── values-gu-rIN
│   │   │   │   │   │   │   │   │   └── values-gu-rIN.xml
│   │   │   │   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   │   │   │   └── values-h720dp-v13.xml
│   │   │   │   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   │   │   │   └── values-hdpi-v4.xml
│   │   │   │   │   │   │   │   ├── values-hi
│   │   │   │   │   │   │   │   │   └── values-hi.xml
│   │   │   │   │   │   │   │   ├── values-hr
│   │   │   │   │   │   │   │   │   └── values-hr.xml
│   │   │   │   │   │   │   │   ├── values-hu
│   │   │   │   │   │   │   │   │   └── values-hu.xml
│   │   │   │   │   │   │   │   ├── values-hy-rAM
│   │   │   │   │   │   │   │   │   └── values-hy-rAM.xml
│   │   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   │   └── values-in.xml
│   │   │   │   │   │   │   │   ├── values-is-rIS
│   │   │   │   │   │   │   │   │   └── values-is-rIS.xml
│   │   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   │   │   ├── values-ka-rGE
│   │   │   │   │   │   │   │   │   └── values-ka-rGE.xml
│   │   │   │   │   │   │   │   ├── values-kk-rKZ
│   │   │   │   │   │   │   │   │   └── values-kk-rKZ.xml
│   │   │   │   │   │   │   │   ├── values-km-rKH
│   │   │   │   │   │   │   │   │   └── values-km-rKH.xml
│   │   │   │   │   │   │   │   ├── values-kn-rIN
│   │   │   │   │   │   │   │   │   └── values-kn-rIN.xml
│   │   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   │   │   ├── values-ky-rKG
│   │   │   │   │   │   │   │   │   └── values-ky-rKG.xml
│   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   └── values-land.xml
│   │   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   │   └── values-large-v4.xml
│   │   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   │   └── values-ldltr-v21.xml
│   │   │   │   │   │   │   │   ├── values-lo-rLA
│   │   │   │   │   │   │   │   │   └── values-lo-rLA.xml
│   │   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   │   └── values-lt.xml
│   │   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   │   └── values-lv.xml
│   │   │   │   │   │   │   │   ├── values-mk-rMK
│   │   │   │   │   │   │   │   │   └── values-mk-rMK.xml
│   │   │   │   │   │   │   │   ├── values-ml-rIN
│   │   │   │   │   │   │   │   │   └── values-ml-rIN.xml
│   │   │   │   │   │   │   │   ├── values-mn-rMN
│   │   │   │   │   │   │   │   │   └── values-mn-rMN.xml
│   │   │   │   │   │   │   │   ├── values-mr-rIN
│   │   │   │   │   │   │   │   │   └── values-mr-rIN.xml
│   │   │   │   │   │   │   │   ├── values-ms-rMY
│   │   │   │   │   │   │   │   │   └── values-ms-rMY.xml
│   │   │   │   │   │   │   │   ├── values-my-rMM
│   │   │   │   │   │   │   │   │   └── values-my-rMM.xml
│   │   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   │   └── values-nb.xml
│   │   │   │   │   │   │   │   ├── values-ne-rNP
│   │   │   │   │   │   │   │   │   └── values-ne-rNP.xml
│   │   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   │   └── values-night-v8.xml
│   │   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   │   │   ├── values-pa-rIN
│   │   │   │   │   │   │   │   │   └── values-pa-rIN.xml
│   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   └── values-port.xml
│   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   │   │   │   └── values-pt-rPT.xml
│   │   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   │   │   │   ├── values-si-rLK
│   │   │   │   │   │   │   │   │   └── values-si-rLK.xml
│   │   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   │   └── values-sk.xml
│   │   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   │   └── values-sl.xml
│   │   │   │   │   │   │   │   ├── values-sq-rAL
│   │   │   │   │   │   │   │   │   └── values-sq-rAL.xml
│   │   │   │   │   │   │   │   ├── values-sr
│   │   │   │   │   │   │   │   │   └── values-sr.xml
│   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   └── values-sv.xml
│   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   └── values-sw.xml
│   │   │   │   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   │   │   │   └── values-sw600dp-v13.xml
│   │   │   │   │   │   │   │   ├── values-ta-rIN
│   │   │   │   │   │   │   │   │   └── values-ta-rIN.xml
│   │   │   │   │   │   │   │   ├── values-te-rIN
│   │   │   │   │   │   │   │   │   └── values-te-rIN.xml
│   │   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   │   └── values-th.xml
│   │   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   │   └── values-tl.xml
│   │   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   │   └── values-tr.xml
│   │   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   │   └── values-uk.xml
│   │   │   │   │   │   │   │   ├── values-ur-rPK
│   │   │   │   │   │   │   │   │   └── values-ur-rPK.xml
│   │   │   │   │   │   │   │   ├── values-uz-rUZ
│   │   │   │   │   │   │   │   │   └── values-uz-rUZ.xml
│   │   │   │   │   │   │   │   ├── values-v11
│   │   │   │   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   │   │   │   ├── values-v12
│   │   │   │   │   │   │   │   │   └── values-v12.xml
│   │   │   │   │   │   │   │   ├── values-v13
│   │   │   │   │   │   │   │   │   └── values-v13.xml
│   │   │   │   │   │   │   │   ├── values-v14
│   │   │   │   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   │   │   │   ├── values-v16
│   │   │   │   │   │   │   │   │   └── values-v16.xml
│   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   └── values-v17.xml
│   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   └── values-v18.xml
│   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   │   │   │   ├── values-v22
│   │   │   │   │   │   │   │   │   └── values-v22.xml
│   │   │   │   │   │   │   │   ├── values-v23
│   │   │   │   │   │   │   │   │   └── values-v23.xml
│   │   │   │   │   │   │   │   ├── values-v24
│   │   │   │   │   │   │   │   │   └── values-v24.xml
│   │   │   │   │   │   │   │   ├── values-v25
│   │   │   │   │   │   │   │   │   └── values-v25.xml
│   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   └── values-vi.xml
│   │   │   │   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   │   │   │   └── values-xlarge-v4.xml
│   │   │   │   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   │   │   │   └── values-zh-rCN.xml
│   │   │   │   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   │   │   │   └── values-zh-rHK.xml
│   │   │   │   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   │   │   │   └── values-zh-rTW.xml
│   │   │   │   │   │   │   │   └── values-zu
│   │   │   │   │   │   │   │   └── values-zu.xml
│   │   │   │   │   │   │   └── R.txt
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── public.txt
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   ├── abc_fade_in.xml
│   │   │   │   │   │   │   │   ├── abc_fade_out.xml
│   │   │   │   │   │   │   │   ├── abc_grow_fade_in_from_bottom.xml
│   │   │   │   │   │   │   │   ├── abc_popup_enter.xml
│   │   │   │   │   │   │   │   ├── abc_popup_exit.xml
│   │   │   │   │   │   │   │   ├── abc_shrink_fade_out_from_bottom.xml
│   │   │   │   │   │   │   │   ├── abc_slide_in_bottom.xml
│   │   │   │   │   │   │   │   ├── abc_slide_in_top.xml
│   │   │   │   │   │   │   │   ├── abc_slide_out_bottom.xml
│   │   │   │   │   │   │   │   └── abc_slide_out_top.xml
│   │   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   │   ├── abc_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
│   │   │   │   │   │   │   │   └── values-az.xml
│   │   │   │   │   │   │   ├── values-be
│   │   │   │   │   │   │   │   └── values-be.xml
│   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   │   │   ├── values-bn
│   │   │   │   │   │   │   │   └── values-bn.xml
│   │   │   │   │   │   │   ├── values-bs
│   │   │   │   │   │   │   │   └── values-bs.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
│   │   │   │   │   │   │   │   └── values-et.xml
│   │   │   │   │   │   │   ├── values-eu
│   │   │   │   │   │   │   │   └── values-eu.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
│   │   │   │   │   │   │   │   └── values-gl.xml
│   │   │   │   │   │   │   ├── values-gu
│   │   │   │   │   │   │   │   └── values-gu.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
│   │   │   │   │   │   │   │   └── values-hy.xml
│   │   │   │   │   │   │   ├── values-in
│   │   │   │   │   │   │   │   └── values-in.xml
│   │   │   │   │   │   │   ├── values-is
│   │   │   │   │   │   │   │   └── values-is.xml
│   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   │   ├── values-ka
│   │   │   │   │   │   │   │   └── values-ka.xml
│   │   │   │   │   │   │   ├── values-kk
│   │   │   │   │   │   │   │   └── values-kk.xml
│   │   │   │   │   │   │   ├── values-km
│   │   │   │   │   │   │   │   └── values-km.xml
│   │   │   │   │   │   │   ├── values-kn
│   │   │   │   │   │   │   │   └── values-kn.xml
│   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   │   ├── values-ky
│   │   │   │   │   │   │   │   └── values-ky.xml
│   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   └── values-land.xml
│   │   │   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   │   │   └── values-large-v4.xml
│   │   │   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   │   │   └── values-ldltr-v21.xml
│   │   │   │   │   │   │   ├── values-lo
│   │   │   │   │   │   │   │   └── values-lo.xml
│   │   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   │   └── values-lt.xml
│   │   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   │   └── values-lv.xml
│   │   │   │   │   │   │   ├── values-mk
│   │   │   │   │   │   │   │   └── values-mk.xml
│   │   │   │   │   │   │   ├── values-ml
│   │   │   │   │   │   │   │   └── values-ml.xml
│   │   │   │   │   │   │   ├── values-mn
│   │   │   │   │   │   │   │   └── values-mn.xml
│   │   │   │   │   │   │   ├── values-mr
│   │   │   │   │   │   │   │   └── values-mr.xml
│   │   │   │   │   │   │   ├── values-ms
│   │   │   │   │   │   │   │   └── values-ms.xml
│   │   │   │   │   │   │   ├── values-my
│   │   │   │   │   │   │   │   └── values-my.xml
│   │   │   │   │   │   │   ├── values-nb
│   │   │   │   │   │   │   │   └── values-nb.xml
│   │   │   │   │   │   │   ├── values-ne
│   │   │   │   │   │   │   │   └── values-ne.xml
│   │   │   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   │   │   └── values-night-v8.xml
│   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   │   ├── values-pa
│   │   │   │   │   │   │   │   └── values-pa.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
│   │   │   │   │   │   │   │   └── values-si.xml
│   │   │   │   │   │   │   ├── values-sk
│   │   │   │   │   │   │   │   └── values-sk.xml
│   │   │   │   │   │   │   ├── values-sl
│   │   │   │   │   │   │   │   └── values-sl.xml
│   │   │   │   │   │   │   ├── values-sq
│   │   │   │   │   │   │   │   └── values-sq.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
│   │   │   │   │   │   │   │   └── values-ta.xml
│   │   │   │   │   │   │   ├── values-te
│   │   │   │   │   │   │   │   └── values-te.xml
│   │   │   │   │   │   │   ├── values-th
│   │   │   │   │   │   │   │   └── values-th.xml
│   │   │   │   │   │   │   ├── values-tl
│   │   │   │   │   │   │   │   └── values-tl.xml
│   │   │   │   │   │   │   ├── values-tr
│   │   │   │   │   │   │   │   └── values-tr.xml
│   │   │   │   │   │   │   ├── values-uk
│   │   │   │   │   │   │   │   └── values-uk.xml
│   │   │   │   │   │   │   ├── values-ur
│   │   │   │   │   │   │   │   └── values-ur.xml
│   │   │   │   │   │   │   ├── values-uz
│   │   │   │   │   │   │   │   └── values-uz.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.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── proguard.txt
│   │   │   │   │   │   ├── public.txt
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   ├── design_bottom_sheet_slide_in.xml
│   │   │   │   │   │   │   │   ├── design_bottom_sheet_slide_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.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   ├── proguard.txt
│   │   │   │   │   │   │   ├── public.txt
│   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   └── R.txt
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── proguard.txt
│   │   │   │   │   │   ├── public.txt
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   ├── support-compat
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── aidl
│   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   │   └── os
│   │   │   │   │   │   │   │   └── ResultReceiver.aidl
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── aidl
│   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   └── os
│   │   │   │   │   │   │   └── ResultReceiver.aidl
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── support-core-ui
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   └── proguard.txt
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── proguard.txt
│   │   │   │   │   ├── support-core-utils
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── support-fragment
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── support-media-compat
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── aidl
│   │   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   │   └── media
│   │   │   │   │   │   │   │   ├── MediaDescriptionCompat.aidl
│   │   │   │   │   │   │   │   ├── MediaMetadataCompat.aidl
│   │   │   │   │   │   │   │   ├── RatingCompat.aidl
│   │   │   │   │   │   │   │   └── session
│   │   │   │   │   │   │   │   ├── MediaSessionCompat.aidl
│   │   │   │   │   │   │   │   ├── ParcelableVolumeInfo.aidl
│   │   │   │   │   │   │   │   └── PlaybackStateCompat.aidl
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── aidl
│   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   └── media
│   │   │   │   │   │   │   ├── MediaDescriptionCompat.aidl
│   │   │   │   │   │   │   ├── MediaMetadataCompat.aidl
│   │   │   │   │   │   │   ├── RatingCompat.aidl
│   │   │   │   │   │   │   └── session
│   │   │   │   │   │   │   ├── MediaSessionCompat.aidl
│   │   │   │   │   │   │   ├── ParcelableVolumeInfo.aidl
│   │   │   │   │   │   │   └── PlaybackStateCompat.aidl
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── support-v4
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── support-vector-drawable
│   │   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   └── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   └── transition
│   │   │   │   │   ├── 25.3.1
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   └── 26.0.0-alpha1
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── annotations.zip
│   │   │   │   │   ├── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── res
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── R.txt
│   │   │   │   ├── com.android.support.test
│   │   │   │   │   ├── exposed-instrumentation-api-publish
│   │   │   │   │   │   └── 0.5
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── rules
│   │   │   │   │   │   └── 0.5
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   └── runner
│   │   │   │   │   └── 0.5
│   │   │   │   │   ├── aapt
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── annotations.zip
│   │   │   │   │   └── jars
│   │   │   │   │   └── classes.jar
│   │   │   │   └── com.android.support.test.espresso
│   │   │   │   ├── espresso-core
│   │   │   │   │   └── 2.2.2
│   │   │   │   │   ├── aapt
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   └── R.txt
│   │   │   │   └── espresso-idling-resource
│   │   │   │   └── 2.2.2
│   │   │   │   ├── aapt
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── AndroidManifest.xml
│   │   │   │   └── jars
│   │   │   │   └── classes.jar
│   │   │   ├── incremental
│   │   │   │   ├── compileDebugAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── compileDebugAndroidTestAidl
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── mergeDebugAndroidTestResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   ├── merged.dir
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugAssets
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugJniLibFolders
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugResources
│   │   │   │   │   ├── compile-file-map.properties
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeDebugShaders
│   │   │   │   │   └── merger.xml
│   │   │   │   └── packageDebug
│   │   │   │   ├── dex-renamer-state.txt
│   │   │   │   ├── file-input-save-data.txt
│   │   │   │   └── zip-cache
│   │   │   │   └── gROZOOekA4Jb8aReVcK6c4IFC60=
│   │   │   ├── incremental-safeguard
│   │   │   │   └── debug
│   │   │   │   └── tag.txt
│   │   │   ├── manifest
│   │   │   │   └── androidTest
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── manifests
│   │   │   │   └── full
│   │   │   │   └── debug
│   │   │   │   └── AndroidManifest.xml
│   │   │   ├── pre-dexed
│   │   │   │   └── debug
│   │   │   │   ├── com.android.support-animated-vector-drawable-25.3.1_bf23abab33055f24a74228eb4ab1ea3b2749c6a5.jar
│   │   │   │   ├── com.android.support-appcompat-v7-25.3.1_2214dbeb50ef52361760804c04ea5b63f0a68270.jar
│   │   │   │   ├── com.android.support-design-25.3.1_4e4ff16a0f211f20eecc5450b543fdb70ea64a32.jar
│   │   │   │   ├── com.android.support-recyclerview-v7-25.3.1_5d28c4d521c084cddb85be3e58fe1a8c68d16e45.jar
│   │   │   │   ├── com.android.support-support-compat-25.3.1_bddd18e6b13e78dc57bfc9d0f735752e97f5d117.jar
│   │   │   │   ├── com.android.support-support-core-ui-25.3.1_9a158c8cf84c69c7ca71e47b3fefeddb9fd1ad53.jar
│   │   │   │   ├── com.android.support-support-core-utils-25.3.1_b3dc03c16ee0fe7c467caf3dfdf0c60d3d39acf4.jar
│   │   │   │   ├── com.android.support-support-fragment-25.3.1_e2b0858e3d61d35245601dbd61005c7e8a1e9dd9.jar
│   │   │   │   ├── com.android.support-support-media-compat-25.3.1_f34b10bd2409074f069a380329f6bf015d5abde7.jar
│   │   │   │   ├── com.android.support-support-v4-25.3.1_61eddcb235db9c3c9d886a4fc3dcdae3fbcdb644.jar
│   │   │   │   ├── com.android.support-support-vector-drawable-25.3.1_b2b2283c2aa99d852517b4e3f2ec6baef0864e67.jar
│   │   │   │   ├── com.android.support-transition-25.3.1_fe1ea9e109e67a8e69d39c06616c55e3b07678a8.jar
│   │   │   │   ├── debug_b7c546524028854c78d43e7f59e15c6461788929.jar
│   │   │   │   └── support-annotations-25.3.1_d5417b2a79475e21c56a89f44f9e5a8a8842495b.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
│   │   │   │   │   │   └── tab_text_color.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_first.xml
│   │   │   │   │   │   ├── activity_main.xml
│   │   │   │   │   │   ├── activity_second.xml
│   │   │   │   │   │   ├── activity_thrid.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
│   │   │   │   │   │   ├── 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
│   │   │   │   │   │   └── tab_view.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
│   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   ├── message_icon.png
│   │   │   │   │   │   └── news_icon.png
│   │   │   │   │   ├── mipmap-xxxhdpi
│   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   ├── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   ├── values-af
│   │   │   │   │   │   └── values-af.xml
│   │   │   │   │   ├── values-am
│   │   │   │   │   │   └── values-am.xml
│   │   │   │   │   ├── values-ar
│   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   ├── values-az-rAZ
│   │   │   │   │   │   └── values-az-rAZ.xml
│   │   │   │   │   ├── values-be-rBY
│   │   │   │   │   │   └── values-be-rBY.xml
│   │   │   │   │   ├── values-bg
│   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   ├── values-bn-rBD
│   │   │   │   │   │   └── values-bn-rBD.xml
│   │   │   │   │   ├── values-bs-rBA
│   │   │   │   │   │   └── values-bs-rBA.xml
│   │   │   │   │   ├── values-b+sr+Latn
│   │   │   │   │   │   └── values-b+sr+Latn.xml
│   │   │   │   │   ├── values-ca
│   │   │   │   │   │   └── values-ca.xml
│   │   │   │   │   ├── values-cs
│   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   ├── values-da
│   │   │   │   │   │   └── values-da.xml
│   │   │   │   │   ├── values-de
│   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   ├── values-el
│   │   │   │   │   │   └── values-el.xml
│   │   │   │   │   ├── values-en-rAU
│   │   │   │   │   │   └── values-en-rAU.xml
│   │   │   │   │   ├── values-en-rGB
│   │   │   │   │   │   └── values-en-rGB.xml
│   │   │   │   │   ├── values-en-rIN
│   │   │   │   │   │   └── values-en-rIN.xml
│   │   │   │   │   ├── values-es
│   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   ├── values-es-rUS
│   │   │   │   │   │   └── values-es-rUS.xml
│   │   │   │   │   ├── values-et-rEE
│   │   │   │   │   │   └── values-et-rEE.xml
│   │   │   │   │   ├── values-eu-rES
│   │   │   │   │   │   └── values-eu-rES.xml
│   │   │   │   │   ├── values-fa
│   │   │   │   │   │   └── values-fa.xml
│   │   │   │   │   ├── values-fi
│   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   ├── values-fr
│   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   ├── values-fr-rCA
│   │   │   │   │   │   └── values-fr-rCA.xml
│   │   │   │   │   ├── values-gl-rES
│   │   │   │   │   │   └── values-gl-rES.xml
│   │   │   │   │   ├── values-gu-rIN
│   │   │   │   │   │   └── values-gu-rIN.xml
│   │   │   │   │   ├── values-h720dp-v13
│   │   │   │   │   │   └── values-h720dp-v13.xml
│   │   │   │   │   ├── values-hdpi-v4
│   │   │   │   │   │   └── values-hdpi-v4.xml
│   │   │   │   │   ├── values-hi
│   │   │   │   │   │   └── values-hi.xml
│   │   │   │   │   ├── values-hr
│   │   │   │   │   │   └── values-hr.xml
│   │   │   │   │   ├── values-hu
│   │   │   │   │   │   └── values-hu.xml
│   │   │   │   │   ├── values-hy-rAM
│   │   │   │   │   │   └── values-hy-rAM.xml
│   │   │   │   │   ├── values-in
│   │   │   │   │   │   └── values-in.xml
│   │   │   │   │   ├── values-is-rIS
│   │   │   │   │   │   └── values-is-rIS.xml
│   │   │   │   │   ├── values-it
│   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   ├── values-iw
│   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   ├── values-ja
│   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   ├── values-ka-rGE
│   │   │   │   │   │   └── values-ka-rGE.xml
│   │   │   │   │   ├── values-kk-rKZ
│   │   │   │   │   │   └── values-kk-rKZ.xml
│   │   │   │   │   ├── values-km-rKH
│   │   │   │   │   │   └── values-km-rKH.xml
│   │   │   │   │   ├── values-kn-rIN
│   │   │   │   │   │   └── values-kn-rIN.xml
│   │   │   │   │   ├── values-ko
│   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   ├── values-ky-rKG
│   │   │   │   │   │   └── values-ky-rKG.xml
│   │   │   │   │   ├── values-land
│   │   │   │   │   │   └── values-land.xml
│   │   │   │   │   ├── values-large-v4
│   │   │   │   │   │   └── values-large-v4.xml
│   │   │   │   │   ├── values-ldltr-v21
│   │   │   │   │   │   └── values-ldltr-v21.xml
│   │   │   │   │   ├── values-lo-rLA
│   │   │   │   │   │   └── values-lo-rLA.xml
│   │   │   │   │   ├── values-lt
│   │   │   │   │   │   └── values-lt.xml
│   │   │   │   │   ├── values-lv
│   │   │   │   │   │   └── values-lv.xml
│   │   │   │   │   ├── values-mk-rMK
│   │   │   │   │   │   └── values-mk-rMK.xml
│   │   │   │   │   ├── values-ml-rIN
│   │   │   │   │   │   └── values-ml-rIN.xml
│   │   │   │   │   ├── values-mn-rMN
│   │   │   │   │   │   └── values-mn-rMN.xml
│   │   │   │   │   ├── values-mr-rIN
│   │   │   │   │   │   └── values-mr-rIN.xml
│   │   │   │   │   ├── values-ms-rMY
│   │   │   │   │   │   └── values-ms-rMY.xml
│   │   │   │   │   ├── values-my-rMM
│   │   │   │   │   │   └── values-my-rMM.xml
│   │   │   │   │   ├── values-nb
│   │   │   │   │   │   └── values-nb.xml
│   │   │   │   │   ├── values-ne-rNP
│   │   │   │   │   │   └── values-ne-rNP.xml
│   │   │   │   │   ├── values-night-v8
│   │   │   │   │   │   └── values-night-v8.xml
│   │   │   │   │   ├── values-nl
│   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   ├── values-pa-rIN
│   │   │   │   │   │   └── values-pa-rIN.xml
│   │   │   │   │   ├── values-pl
│   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   ├── values-port
│   │   │   │   │   │   └── values-port.xml
│   │   │   │   │   ├── values-pt
│   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   ├── values-pt-rPT
│   │   │   │   │   │   └── values-pt-rPT.xml
│   │   │   │   │   ├── values-ro
│   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   ├── values-ru
│   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   ├── values-si-rLK
│   │   │   │   │   │   └── values-si-rLK.xml
│   │   │   │   │   ├── values-sk
│   │   │   │   │   │   └── values-sk.xml
│   │   │   │   │   ├── values-sl
│   │   │   │   │   │   └── values-sl.xml
│   │   │   │   │   ├── values-sq-rAL
│   │   │   │   │   │   └── values-sq-rAL.xml
│   │   │   │   │   ├── values-sr
│   │   │   │   │   │   └── values-sr.xml
│   │   │   │   │   ├── values-sv
│   │   │   │   │   │   └── values-sv.xml
│   │   │   │   │   ├── values-sw
│   │   │   │   │   │   └── values-sw.xml
│   │   │   │   │   ├── values-sw600dp-v13
│   │   │   │   │   │   └── values-sw600dp-v13.xml
│   │   │   │   │   ├── values-ta-rIN
│   │   │   │   │   │   └── values-ta-rIN.xml
│   │   │   │   │   ├── values-te-rIN
│   │   │   │   │   │   └── values-te-rIN.xml
│   │   │   │   │   ├── values-th
│   │   │   │   │   │   └── values-th.xml
│   │   │   │   │   ├── values-tl
│   │   │   │   │   │   └── values-tl.xml
│   │   │   │   │   ├── values-tr
│   │   │   │   │   │   └── values-tr.xml
│   │   │   │   │   ├── values-uk
│   │   │   │   │   │   └── values-uk.xml
│   │   │   │   │   ├── values-ur-rPK
│   │   │   │   │   │   └── values-ur-rPK.xml
│   │   │   │   │   ├── values-uz-rUZ
│   │   │   │   │   │   └── values-uz-rUZ.xml
│   │   │   │   │   ├── values-v11
│   │   │   │   │   │   └── values-v11.xml
│   │   │   │   │   ├── values-v12
│   │   │   │   │   │   └── values-v12.xml
│   │   │   │   │   ├── values-v13
│   │   │   │   │   │   └── values-v13.xml
│   │   │   │   │   ├── values-v14
│   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   ├── values-v16
│   │   │   │   │   │   └── values-v16.xml
│   │   │   │   │   ├── values-v17
│   │   │   │   │   │   └── values-v17.xml
│   │   │   │   │   ├── values-v18
│   │   │   │   │   │   └── values-v18.xml
│   │   │   │   │   ├── values-v21
│   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   ├── values-v22
│   │   │   │   │   │   └── values-v22.xml
│   │   │   │   │   ├── values-v23
│   │   │   │   │   │   └── values-v23.xml
│   │   │   │   │   ├── values-v24
│   │   │   │   │   │   └── values-v24.xml
│   │   │   │   │   ├── values-v25
│   │   │   │   │   │   └── values-v25.xml
│   │   │   │   │   ├── values-vi
│   │   │   │   │   │   └── values-vi.xml
│   │   │   │   │   ├── values-w820dp-v13
│   │   │   │   │   │   └── values-w820dp-v13.xml
│   │   │   │   │   ├── values-xlarge-v4
│   │   │   │   │   │   └── values-xlarge-v4.xml
│   │   │   │   │   ├── values-zh-rCN
│   │   │   │   │   │   └── values-zh-rCN.xml
│   │   │   │   │   ├── values-zh-rHK
│   │   │   │   │   │   └── values-zh-rHK.xml
│   │   │   │   │   ├── values-zh-rTW
│   │   │   │   │   │   └── values-zh-rTW.xml
│   │   │   │   │   └── values-zu
│   │   │   │   │   └── values-zu.xml
│   │   │   │   ├── resources-debug-androidTest.ap_
│   │   │   │   └── resources-debug.ap_
│   │   │   ├── symbols
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── R.txt
│   │   │   │   └── debug
│   │   │   │   └── R.txt
│   │   │   └── transforms
│   │   │   └── dex
│   │   │   └── debug
│   │   │   └── folders
│   │   │   └── 1000
│   │   │   └── 1f
│   │   │   └── main
│   │   │   └── classes.dex
│   │   ├── outputs
│   │   │   ├── apk
│   │   │   │   └── app-debug.apk
│   │   │   └── logs
│   │   │   └── manifest-merger-debug-report.txt
│   │   └── tmp
│   │   └── expandedArchives
│   │   ├── classes.jar_11sq52wofrwxb1a1ecivbjkqr
│   │   │   └── android
│   │   │   └── support
│   │   │   └── transition
│   │   │   ├── AutoTransition.class
│   │   │   ├── AutoTransitionPort.class
│   │   │   ├── BuildConfig.class
│   │   │   ├── ChangeBounds.class
│   │   │   ├── ChangeBoundsIcs.class
│   │   │   ├── ChangeBoundsInterface.class
│   │   │   ├── ChangeBoundsKitKat.class
│   │   │   ├── ChangeBoundsPort$1.class
│   │   │   ├── ChangeBoundsPort$2.class
│   │   │   ├── ChangeBoundsPort$3.class
│   │   │   ├── ChangeBoundsPort$4.class
│   │   │   ├── ChangeBoundsPort.class
│   │   │   ├── Fade.class
│   │   │   ├── FadeIcs.class
│   │   │   ├── FadeKitKat.class
│   │   │   ├── FadePort$1.class
│   │   │   ├── FadePort$2.class
│   │   │   ├── FadePort$3.class
│   │   │   ├── FadePort.class
│   │   │   ├── RectEvaluator.class
│   │   │   ├── SceneApi21.class
│   │   │   ├── Scene.class
│   │   │   ├── SceneIcs.class
│   │   │   ├── SceneImpl.class
│   │   │   ├── SceneKitKat.class
│   │   │   ├── ScenePort.class
│   │   │   ├── SceneStaticsApi21.class
│   │   │   ├── SceneStaticsIcs.class
│   │   │   ├── SceneStaticsImpl.class
│   │   │   ├── SceneStaticsKitKat.class
│   │   │   ├── SceneWrapper.class
│   │   │   ├── Transition$TransitionListener.class
│   │   │   ├── TransitionApi23.class
│   │   │   ├── Transition.class
│   │   │   ├── TransitionIcs$CompatListener.class
│   │   │   ├── TransitionIcs$TransitionWrapper.class
│   │   │   ├── TransitionIcs.class
│   │   │   ├── TransitionImpl.class
│   │   │   ├── TransitionInterface.class
│   │   │   ├── TransitionInterfaceListener.class
│   │   │   ├── TransitionKitKat$CompatListener.class
│   │   │   ├── TransitionKitKat$TransitionWrapper.class
│   │   │   ├── TransitionKitKat.class
│   │   │   ├── TransitionManager.class
│   │   │   ├── TransitionManagerIcs.class
│   │   │   ├── TransitionManagerImpl.class
│   │   │   ├── TransitionManagerKitKat.class
│   │   │   ├── TransitionManagerPort$MultiListener$1.class
│   │   │   ├── TransitionManagerPort$MultiListener.class
│   │   │   ├── TransitionManagerPort.class
│   │   │   ├── TransitionManagerStaticsIcs.class
│   │   │   ├── TransitionManagerStaticsImpl.class
│   │   │   ├── TransitionManagerStaticsKitKat.class
│   │   │   ├── TransitionPort$1.class
│   │   │   ├── TransitionPort$2.class
│   │   │   ├── TransitionPort$AnimationInfo.class
│   │   │   ├── TransitionPort$ArrayListManager.class
│   │   │   ├── TransitionPort$TransitionListenerAdapter.class
│   │   │   ├── TransitionPort$TransitionListener.class
│   │   │   ├── TransitionPort.class
│   │   │   ├── TransitionSet.class
│   │   │   ├── TransitionSetIcs.class
│   │   │   ├── TransitionSetImpl.class
│   │   │   ├── TransitionSetKitKat.class
│   │   │   ├── TransitionSetPort$1.class
│   │   │   ├── TransitionSetPort$TransitionSetListener.class
│   │   │   ├── TransitionSetPort.class
│   │   │   ├── TransitionValues.class
│   │   │   ├── TransitionValuesMaps.class
│   │   │   ├── ViewGroupOverlay.class
│   │   │   ├── ViewOverlay$OverlayViewGroup$TouchInterceptor.class
│   │   │   ├── ViewOverlay$OverlayViewGroup.class
│   │   │   ├── ViewOverlay.class
│   │   │   ├── Visibility.class
│   │   │   ├── VisibilityIcs$VisibilityWrapper.class
│   │   │   ├── VisibilityIcs.class
│   │   │   ├── VisibilityImpl.class
│   │   │   ├── VisibilityInterface.class
│   │   │   ├── VisibilityKitKat$VisibilityWrapper.class
│   │   │   ├── VisibilityKitKat.class
│   │   │   ├── VisibilityPort$VisibilityInfo.class
│   │   │   ├── VisibilityPort.class
│   │   │   └── WindowIdPort.class
│   │   └── classes.jar_581sm76bl9i4wruioyadzf19s
│   │   └── android
│   │   └── support
│   │   └── design
│   │   ├── BuildConfig.class
│   │   ├── internal
│   │   │   ├── BaselineLayout.class
│   │   │   ├── BottomNavigationAnimationHelperBase.class
│   │   │   ├── BottomNavigationAnimationHelperIcs.class
│   │   │   ├── BottomNavigationItemView.class
│   │   │   ├── BottomNavigationMenu.class
│   │   │   ├── BottomNavigationMenuView$1.class
│   │   │   ├── BottomNavigationMenuView.class
│   │   │   ├── BottomNavigationPresenter$SavedState$1.class
│   │   │   ├── BottomNavigationPresenter$SavedState.class
│   │   │   ├── BottomNavigationPresenter.class
│   │   │   ├── ForegroundLinearLayout.class
│   │   │   ├── NavigationMenu.class
│   │   │   ├── NavigationMenuItemView$1.class
│   │   │   ├── NavigationMenuItemView.class
│   │   │   ├── NavigationMenuPresenter$1.class
│   │   │   ├── NavigationMenuPresenter$HeaderViewHolder.class
│   │   │   ├── NavigationMenuPresenter$NavigationMenuAdapter.class
│   │   │   ├── NavigationMenuPresenter$NavigationMenuHeaderItem.class
│   │   │   ├── NavigationMenuPresenter$NavigationMenuItem.class
│   │   │   ├── NavigationMenuPresenter$NavigationMenuSeparatorItem.class
│   │   │   ├── NavigationMenuPresenter$NavigationMenuTextItem.class
│   │   │   ├── NavigationMenuPresenter$NormalViewHolder.class
│   │   │   ├── NavigationMenuPresenter$SeparatorViewHolder.class
│   │   │   ├── NavigationMenuPresenter$SubheaderViewHolder.class
│   │   │   ├── NavigationMenuPresenter$ViewHolder.class
│   │   │   ├── NavigationMenuPresenter.class
│   │   │   ├── NavigationMenuView.class
│   │   │   ├── NavigationSubMenu.class
│   │   │   ├── package-info.class
│   │   │   ├── ParcelableSparseArray$1.class
│   │   │   ├── ParcelableSparseArray.class
│   │   │   ├── ScrimInsetsFrameLayout$1.class
│   │   │   ├── ScrimInsetsFrameLayout.class
│   │   │   ├── SnackbarContentLayout.class
│   │   │   ├── TextScale$1.class
│   │   │   └── TextScale.class
│   │   └── widget
│   │   ├── AnimationUtils$AnimationListenerAdapter.class
│   │   ├── AnimationUtils.class
│   │   ├── AppBarLayout$1.class
│   │   ├── AppBarLayout$Behavior$1.class
│   │   ├── AppBarLayout$Behavior$DragCallback.class
│   │   ├── AppBarLayout$Behavior$SavedState$1.class
│   │   ├── AppBarLayout$Behavior$SavedState.class
│   │   ├── AppBarLayout$Behavior.class
│   │   ├── AppBarLayout$LayoutParams$ScrollFlags.class
│   │   ├── AppBarLayout$LayoutParams.class
│   │   ├── AppBarLayout$OnOffsetChangedListener.class
│   │   ├── AppBarLayout$ScrollingViewBehavior.class
│   │   ├── AppBarLayout.class
│   │   ├── BaseTransientBottomBar$10.class
│   │   ├── BaseTransientBottomBar$1.class
│   │   ├── BaseTransientBottomBar$2.class
│   │   ├── BaseTransientBottomBar$3.class
│   │   ├── BaseTransientBottomBar$4.class
│   │   ├── BaseTransientBottomBar$5$1.class
│   │   ├── BaseTransientBottomBar$5.class
│   │   ├── BaseTransientBottomBar$6.class
│   │   ├── BaseTransientBottomBar$7.class
│   │   ├── BaseTransientBottomBar$8.class
│   │   ├── BaseTransientBottomBar$9.class
│   │   ├── BaseTransientBottomBar$BaseCallback$DismissEvent.class
│   │   ├── BaseTransientBottomBar$BaseCallback.class
│   │   ├── BaseTransientBottomBar$Behavior.class
│   │   ├── BaseTransientBottomBar$ContentViewCallback.class
│   │   ├── BaseTransientBottomBar$Duration.class
│   │   ├── BaseTransientBottomBar$OnAttachStateChangeListener.class
│   │   ├── BaseTransientBottomBar$OnLayoutChangeListener.class
│   │   ├── BaseTransientBottomBar$SnackbarBaseLayout.class
│   │   ├── BaseTransientBottomBar.class
│   │   ├── BottomNavigationView$1.class
│   │   ├── BottomNavigationView$OnNavigationItemReselectedListener.class
│   │   ├── BottomNavigationView$OnNavigationItemSelectedListener.class
│   │   ├── BottomNavigationView$SavedState$1.class
│   │   ├── BottomNavigationView$SavedState.class
│   │   ├── BottomNavigationView.class
│   │   ├── BottomSheetBehavior$1.class
│   │   ├── BottomSheetBehavior$2.class
│   │   ├── BottomSheetBehavior$BottomSheetCallback.class
│   │   ├── BottomSheetBehavior$SavedState$1.class
│   │   ├── BottomSheetBehavior$SavedState.class
│   │   ├── BottomSheetBehavior$SettleRunnable.class
│   │   ├── BottomSheetBehavior$State.class
│   │   ├── BottomSheetBehavior.class
│   │   ├── BottomSheetDialog$1.class
│   │   ├── BottomSheetDialog$2.class
│   │   ├── BottomSheetDialog$3.class
│   │   ├── BottomSheetDialog.class
│   │   ├── BottomSheetDialogFragment.class
│   │   ├── CheckableImageButton$1.class
│   │   ├── CheckableImageButton.class
│   │   ├── CircularBorderDrawable.class
│   │   ├── CircularBorderDrawableLollipop.class
│   │   ├── CollapsingTextHelper.class
│   │   ├── CollapsingToolbarLayout$1.class
│   │   ├── CollapsingToolbarLayout$2.class
│   │   ├── CollapsingToolbarLayout$LayoutParams.class
│   │   ├── CollapsingToolbarLayout$OffsetUpdateListener.class
│   │   ├── CollapsingToolbarLayout.class
│   │   ├── CoordinatorLayout$1.class
│   │   ├── CoordinatorLayout$Behavior.class
│   │   ├── CoordinatorLayout$DefaultBehavior.class
│   │   ├── CoordinatorLayout$DispatchChangeEvent.class
│   │   ├── CoordinatorLayout$HierarchyChangeListener.class
│   │   ├── CoordinatorLayout$LayoutParams.class
│   │   ├── CoordinatorLayout$OnPreDrawListener.class
│   │   ├── CoordinatorLayout$SavedState$1.class
│   │   ├── CoordinatorLayout$SavedState.class
│   │   ├── CoordinatorLayout$ViewElevationComparator.class
│   │   ├── CoordinatorLayout.class
│   │   ├── DirectedAcyclicGraph.class
│   │   ├── DrawableUtils.class
│   │   ├── FloatingActionButton$1.class
│   │   ├── FloatingActionButton$Behavior.class
│   │   ├── FloatingActionButton$OnVisibilityChangedListener.class
│   │   ├── FloatingActionButton$ShadowDelegateImpl.class
│   │   ├── FloatingActionButton$Size.class
│   │   ├── FloatingActionButton.class
│   │   ├── FloatingActionButtonGingerbread$1.class
│   │   ├── FloatingActionButtonGingerbread$2.class
│   │   ├── FloatingActionButtonGingerbread$DisabledElevationAnimation.class
│   │   ├── FloatingActionButtonGingerbread$ElevateToTranslationZAnimation.class
│   │   ├── FloatingActionButtonGingerbread$ResetElevationAnimation.class
│   │   ├── FloatingActionButtonGingerbread$ShadowAnimatorImpl.class
│   │   ├── FloatingActionButtonGingerbread.class
│   │   ├── FloatingActionButtonIcs$1.class
│   │   ├── FloatingActionButtonIcs$2.class
│   │   ├── FloatingActionButtonIcs.class
│   │   ├── FloatingActionButtonImpl$1.class
│   │   ├── FloatingActionButtonImpl$InternalVisibilityChangedListener.class
│   │   ├── FloatingActionButtonImpl.class
│   │   ├── FloatingActionButtonLollipop$AlwaysStatefulGradientDrawable.class
│   │   ├── FloatingActionButtonLollipop.class
│   │   ├── HeaderBehavior$FlingRunnable.class
│   │   ├── HeaderBehavior.class
│   │   ├── HeaderScrollingViewBehavior.class
│   │   ├── MathUtils.class
│   │   ├── NavigationView$1.class
│   │   ├── NavigationView$OnNavigationItemSelectedListener.class
│   │   ├── NavigationView$SavedState$1.class
│   │   ├── NavigationView$SavedState.class
│   │   ├── NavigationView.class
│   │   ├── ShadowDrawableWrapper.class
│   │   ├── ShadowViewDelegate.class
│   │   ├── Snackbar$1.class
│   │   ├── Snackbar$Callback.class
│   │   ├── Snackbar$SnackbarLayout.class
│   │   ├── Snackbar.class
│   │   ├── SnackbarManager$1.class
│   │   ├── SnackbarManager$Callback.class
│   │   ├── SnackbarManager$SnackbarRecord.class
│   │   ├── SnackbarManager.class
│   │   ├── StateListAnimator$1.class
│   │   ├── StateListAnimator$Tuple.class
│   │   ├── StateListAnimator.class
│   │   ├── SwipeDismissBehavior$1.class
│   │   ├── SwipeDismissBehavior$OnDismissListener.class
│   │   ├── SwipeDismissBehavior$SettleRunnable.class
│   │   ├── SwipeDismissBehavior.class
│   │   ├── TabItem.class
│   │   ├── TabLayout$1.class
│   │   ├── TabLayout$AdapterChangeListener.class
│   │   ├── TabLayout$Mode.class
│   │   ├── TabLayout$OnTabSelectedListener.class
│   │   ├── TabLayout$PagerAdapterObserver.class
│   │   ├── TabLayout$SlidingTabStrip$1.class
│   │   ├── TabLayout$SlidingTabStrip$2.class
│   │   ├── TabLayout$SlidingTabStrip.class
│   │   ├── TabLayout$Tab.class
│   │   ├── TabLayout$TabGravity.class
│   │   ├── TabLayout$TabLayoutOnPageChangeListener.class
│   │   ├── TabLayout$TabView.class
│   │   ├── TabLayout$ViewPagerOnTabSelectedListener.class
│   │   ├── TabLayout.class
│   │   ├── TextInputEditText.class
│   │   ├── TextInputLayout$1.class
│   │   ├── TextInputLayout$2.class
│   │   ├── TextInputLayout$3.class
│   │   ├── TextInputLayout$4.class
│   │   ├── TextInputLayout$5.class
│   │   ├── TextInputLayout$SavedState$1.class
│   │   ├── TextInputLayout$SavedState.class
│   │   ├── TextInputLayout$TextInputAccessibilityDelegate.class
│   │   ├── TextInputLayout.class
│   │   ├── ThemeUtils.class
│   │   ├── ValueAnimatorCompat$1.class
│   │   ├── ValueAnimatorCompat$2.class
│   │   ├── ValueAnimatorCompat$AnimatorListenerAdapter.class
│   │   ├── ValueAnimatorCompat$AnimatorListener.class
│   │   ├── ValueAnimatorCompat$AnimatorUpdateListener.class
│   │   ├── ValueAnimatorCompat$Creator.class
│   │   ├── ValueAnimatorCompat$Impl$AnimatorListenerProxy.class
│   │   ├── ValueAnimatorCompat$Impl$AnimatorUpdateListenerProxy.class
│   │   ├── ValueAnimatorCompat$Impl.class
│   │   ├── ValueAnimatorCompat.class
│   │   ├── ValueAnimatorCompatImplGingerbread$1.class
│   │   ├── ValueAnimatorCompatImplGingerbread.class
│   │   ├── ValueAnimatorCompatImplHoneycombMr1$1.class
│   │   ├── ValueAnimatorCompatImplHoneycombMr1$2.class
│   │   ├── ValueAnimatorCompatImplHoneycombMr1.class
│   │   ├── ViewGroupUtils$ViewGroupUtilsImplBase.class
│   │   ├── ViewGroupUtils$ViewGroupUtilsImpl.class
│   │   ├── ViewGroupUtils$ViewGroupUtilsImplHoneycomb.class
│   │   ├── ViewGroupUtils.class
│   │   ├── ViewGroupUtilsHoneycomb.class
│   │   ├── ViewOffsetBehavior.class
│   │   ├── ViewOffsetHelper.class
│   │   ├── ViewUtils$1.class
│   │   ├── ViewUtils.class
│   │   ├── ViewUtilsLollipop.class
│   │   └── VisibilityAwareImageButton.class
│   ├── build.gradle
│   ├── proguard-rules.pro
│   └── src
│   ├── androidTest
│   │   └── java
│   │   └── com
│   │   └── mdtablayout
│   │   └── ExampleInstrumentedTest.java
│   ├── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── com
│   │   │   └── mdtablayout
│   │   │   ├── FourActivity.java
│   │   │   ├── FristActivity.java
│   │   │   ├── MainActivity.java
│   │   │   ├── SecondActivity.java
│   │   │   ├── TabFragment.java
│   │   │   └── ThridActivity.java
│   │   └── res
│   │   ├── drawable
│   │   │   └── tab_text_color.xml
│   │   ├── layout
│   │   │   ├── activity_first.xml
│   │   │   ├── activity_main.xml
│   │   │   ├── activity_second.xml
│   │   │   ├── activity_thrid.xml
│   │   │   └── tab_view.xml
│   │   ├── mipmap-hdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-mdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-xhdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── message_icon.png
│   │   │   └── news_icon.png
│   │   ├── mipmap-xxxhdpi
│   │   │   └── ic_launcher.png
│   │   ├── values
│   │   │   ├── colors.xml
│   │   │   ├── dimens.xml
│   │   │   ├── strings.xml
│   │   │   └── styles.xml
│   │   └── values-w820dp
│   │   └── dimens.xml
│   └── test
│   └── java
│   └── com
│   └── mdtablayout
│   └── ExampleUnitTest.java
├── build
│   ├── generated
│   │   └── mockable-android-25.jar
│   └── intermediates
│   └── dex-cache
│   └── cache.xml
├── build.gradle
├── gradle
│   └── wrapper
│   ├── gradle-wrapper.jar
│   └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── MDTabLayout.iml
└── settings.gradle

678 directories, 2351 files

标签:

实例下载地址

TabLayout+ViewPager轻松搞定Tab栏切换

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警