实例介绍
实现了安卓7.0以上支持的shortcut,主题界面模仿网易云音乐,采用Fragment来实现加载界面
【实例截图】
【核心代码】
基于AS仿网易云的图书管理系统
└── MyApplication
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ ├── mockable-android-26.v3.jar
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── john
│ │ │ │ └── myapplication
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── test
│ │ │ │ │ ├── espresso
│ │ │ │ │ │ ├── idling
│ │ │ │ │ │ │ └── concurrent
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── rules
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── runner
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── john
│ │ │ │ └── myapplication
│ │ │ │ └── test
│ │ │ │ └── R.java
│ │ │ └── debug
│ │ │ ├── android
│ │ │ │ ├── arch
│ │ │ │ │ └── lifecycle
│ │ │ │ │ └── R.java
│ │ │ │ └── support
│ │ │ │ ├── compat
│ │ │ │ │ └── R.java
│ │ │ │ ├── constraint
│ │ │ │ │ └── R.java
│ │ │ │ ├── coreui
│ │ │ │ │ └── R.java
│ │ │ │ ├── coreutils
│ │ │ │ │ └── R.java
│ │ │ │ ├── design
│ │ │ │ │ └── R.java
│ │ │ │ ├── fragment
│ │ │ │ │ └── R.java
│ │ │ │ ├── graphics
│ │ │ │ │ └── drawable
│ │ │ │ │ ├── animated
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── R.java
│ │ │ │ ├── mediacompat
│ │ │ │ │ └── R.java
│ │ │ │ ├── transition
│ │ │ │ │ └── R.java
│ │ │ │ ├── v4
│ │ │ │ │ └── R.java
│ │ │ │ └── v7
│ │ │ │ ├── appcompat
│ │ │ │ │ └── R.java
│ │ │ │ └── recyclerview
│ │ │ │ └── R.java
│ │ │ └── com
│ │ │ ├── example
│ │ │ │ └── john
│ │ │ │ └── myapplication
│ │ │ │ └── R.java
│ │ │ │ └── android
│ │ │ │ └── gms
│ │ │ │ ├── audience
│ │ │ │ │ └── R.java
│ │ │ │ ├── base
│ │ │ │ │ └── R.java
│ │ │ │ ├── common
│ │ │ │ │ └── R.java
│ │ │ │ ├── plus
│ │ │ │ │ └── R.java
│ │ │ │ └── tasks
│ │ │ │ └── R.java
│ │ │ └── longsh
│ │ │ └── optionframelibrary
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ ├── values-af.json
│ │ │ │ │ │ ├── values-am.json
│ │ │ │ │ │ ├── values-ar.json
│ │ │ │ │ │ ├── values-az.json
│ │ │ │ │ │ ├── values-be.json
│ │ │ │ │ │ ├── values-bg.json
│ │ │ │ │ │ ├── values-bn.json
│ │ │ │ │ │ ├── values-bs.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-eu.json
│ │ │ │ │ │ ├── values-fa.json
│ │ │ │ │ │ ├── values-fi.json
│ │ │ │ │ │ ├── values-fr.json
│ │ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ │ ├── values-gl.json
│ │ │ │ │ │ ├── values-gu.json
│ │ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ │ ├── values-hi.json
│ │ │ │ │ │ ├── values-hr.json
│ │ │ │ │ │ ├── values-hu.json
│ │ │ │ │ │ ├── values-hy.json
│ │ │ │ │ │ ├── values-in.json
│ │ │ │ │ │ ├── values-is.json
│ │ │ │ │ │ ├── values-it.json
│ │ │ │ │ │ ├── values-iw.json
│ │ │ │ │ │ ├── values-ja.json
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-ka.json
│ │ │ │ │ │ ├── values-kk.json
│ │ │ │ │ │ ├── values-km.json
│ │ │ │ │ │ ├── values-kn.json
│ │ │ │ │ │ ├── values-ko.json
│ │ │ │ │ │ ├── values-ky.json
│ │ │ │ │ │ ├── values-land.json
│ │ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ │ ├── values-lo.json
│ │ │ │ │ │ ├── values-lt.json
│ │ │ │ │ │ ├── values-lv.json
│ │ │ │ │ │ ├── values-mk.json
│ │ │ │ │ │ ├── values-ml.json
│ │ │ │ │ │ ├── values-mn.json
│ │ │ │ │ │ ├── values-mr.json
│ │ │ │ │ │ ├── values-ms.json
│ │ │ │ │ │ ├── values-my.json
│ │ │ │ │ │ ├── values-nb.json
│ │ │ │ │ │ ├── values-ne.json
│ │ │ │ │ │ ├── values-night-v8.json
│ │ │ │ │ │ ├── values-nl.json
│ │ │ │ │ │ ├── values-pa.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-sk.json
│ │ │ │ │ │ ├── values-sl.json
│ │ │ │ │ │ ├── values-sq.json
│ │ │ │ │ │ ├── values-sr.json
│ │ │ │ │ │ ├── values-sv.json
│ │ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ │ ├── values-sw.json
│ │ │ │ │ │ ├── values-ta.json
│ │ │ │ │ │ ├── values-te.json
│ │ │ │ │ │ ├── values-th.json
│ │ │ │ │ │ ├── values-tl.json
│ │ │ │ │ │ ├── values-tr.json
│ │ │ │ │ │ ├── values-uk.json
│ │ │ │ │ │ ├── values-ur.json
│ │ │ │ │ │ ├── values-uz.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-v26.json
│ │ │ │ │ │ ├── values-vi.json
│ │ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ │ └── values-zu.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ └── debug
│ │ │ │ ├── multi-v2
│ │ │ │ │ ├── debug.json
│ │ │ │ │ ├── values-af.json
│ │ │ │ │ ├── values-am.json
│ │ │ │ │ ├── values-ar.json
│ │ │ │ │ ├── values-az.json
│ │ │ │ │ ├── values-be.json
│ │ │ │ │ ├── values-bg.json
│ │ │ │ │ ├── values-bn.json
│ │ │ │ │ ├── values-bs.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-eu.json
│ │ │ │ │ ├── values-fa.json
│ │ │ │ │ ├── values-fi.json
│ │ │ │ │ ├── values-fr.json
│ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ ├── values-gl.json
│ │ │ │ │ ├── values-gu.json
│ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ ├── values-hi.json
│ │ │ │ │ ├── values-hr.json
│ │ │ │ │ ├── values-hu.json
│ │ │ │ │ ├── values-hy.json
│ │ │ │ │ ├── values-in.json
│ │ │ │ │ ├── values-is.json
│ │ │ │ │ ├── values-it.json
│ │ │ │ │ ├── values-iw.json
│ │ │ │ │ ├── values-ja.json
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-ka.json
│ │ │ │ │ ├── values-kk.json
│ │ │ │ │ ├── values-km.json
│ │ │ │ │ ├── values-kn.json
│ │ │ │ │ ├── values-ko.json
│ │ │ │ │ ├── values-ky.json
│ │ │ │ │ ├── values-land.json
│ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ ├── values-lo.json
│ │ │ │ │ ├── values-lt.json
│ │ │ │ │ ├── values-lv.json
│ │ │ │ │ ├── values-mk.json
│ │ │ │ │ ├── values-ml.json
│ │ │ │ │ ├── values-mn.json
│ │ │ │ │ ├── values-mr.json
│ │ │ │ │ ├── values-ms.json
│ │ │ │ │ ├── values-my.json
│ │ │ │ │ ├── values-nb.json
│ │ │ │ │ ├── values-ne.json
│ │ │ │ │ ├── values-night-v8.json
│ │ │ │ │ ├── values-nl.json
│ │ │ │ │ ├── values-pa.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-sk.json
│ │ │ │ │ ├── values-sl.json
│ │ │ │ │ ├── values-sq.json
│ │ │ │ │ ├── values-sr.json
│ │ │ │ │ ├── values-sv.json
│ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ ├── values-sw.json
│ │ │ │ │ ├── values-ta.json
│ │ │ │ │ ├── values-te.json
│ │ │ │ │ ├── values-th.json
│ │ │ │ │ ├── values-tl.json
│ │ │ │ │ ├── values-tr.json
│ │ │ │ │ ├── values-uk.json
│ │ │ │ │ ├── values-ur.json
│ │ │ │ │ ├── values-uz.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-v26.json
│ │ │ │ │ ├── values-vi.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ └── values-zu.json
│ │ │ │ └── single
│ │ │ │ └── debug.json
│ │ │ ├── build-info
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── classes
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ ├── arch
│ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── support
│ │ │ │ │ ├── compat
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── coreui
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── coreutils
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── fragment
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── graphics
│ │ │ │ │ │ └── drawable
│ │ │ │ │ │ ├── animated
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── mediacompat
│ │ │ │ │ │ ├── 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$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
│ │ │ │ │ ├── v4
│ │ │ │ │ │ ├── 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
│ │ │ │ │ └── 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$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ ├── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ └── MyFragmentPagerAdapter.class
│ │ │ │ │ ├── adminActivity
│ │ │ │ │ │ ├── AdminActivity$1$1.class
│ │ │ │ │ │ ├── AdminActivity$1.class
│ │ │ │ │ │ ├── AdminActivity$2$1.class
│ │ │ │ │ │ ├── AdminActivity$2.class
│ │ │ │ │ │ ├── AdminActivity.class
│ │ │ │ │ │ ├── librarian$1.class
│ │ │ │ │ │ ├── librarian$2.class
│ │ │ │ │ │ ├── librarian$3.class
│ │ │ │ │ │ ├── librarian.class
│ │ │ │ │ │ ├── ShowUserActivity$1.class
│ │ │ │ │ │ ├── ShowUserActivity$2.class
│ │ │ │ │ │ ├── ShowUserActivity.class
│ │ │ │ │ │ ├── UserBorrowActivity$1.class
│ │ │ │ │ │ └── UserBorrowActivity.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── LoginActivity$1.class
│ │ │ │ │ ├── LoginActivity.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── ownclass
│ │ │ │ │ │ ├── importdataclass.class
│ │ │ │ │ │ └── mydatabasehelper.class
│ │ │ │ │ ├── R$animator.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$array.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R$xml.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── ui
│ │ │ │ │ ├── action
│ │ │ │ │ │ └── toolbar_image_clean.class
│ │ │ │ │ ├── Fragment
│ │ │ │ │ │ ├── barFragment1_1$1.class
│ │ │ │ │ │ ├── barFragment1_1.class
│ │ │ │ │ │ ├── barFragment1_2$1.class
│ │ │ │ │ │ ├── barFragment1_2$2.class
│ │ │ │ │ │ ├── barFragment1_2$3.class
│ │ │ │ │ │ ├── barFragment1_2$4.class
│ │ │ │ │ │ ├── barFragment1_2.class
│ │ │ │ │ │ ├── barFragment1_3$1.class
│ │ │ │ │ │ ├── barFragment1_3$2.class
│ │ │ │ │ │ ├── barFragment1_3$3.class
│ │ │ │ │ │ ├── barFragment1_3$4.class
│ │ │ │ │ │ ├── barFragment1_3.class
│ │ │ │ │ │ ├── barFragment1.class
│ │ │ │ │ │ ├── barFragment2$1.class
│ │ │ │ │ │ ├── barFragment2.class
│ │ │ │ │ │ ├── barFragment3_1$1.class
│ │ │ │ │ │ ├── barFragment3_1.class
│ │ │ │ │ │ ├── barFragment3_2$1$1.class
│ │ │ │ │ │ ├── barFragment3_2$1.class
│ │ │ │ │ │ ├── barFragment3_2.class
│ │ │ │ │ │ └── barFragment3.class
│ │ │ │ │ └── menu
│ │ │ │ │ ├── guanyuxiangmu$1.class
│ │ │ │ │ ├── guanyuxiangmu.class
│ │ │ │ │ ├── saomaxiazai$1.class
│ │ │ │ │ ├── saomaxiazai.class
│ │ │ │ │ └── xiangmuzhuye.class
│ │ │ │ │ └── android
│ │ │ │ │ └── gms
│ │ │ │ │ ├── audience
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── base
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── common
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── plus
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── tasks
│ │ │ │ │ └── R.class
│ │ │ │ └── longsh
│ │ │ │ └── optionframelibrary
│ │ │ │ ├── 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
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileReleaseAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ ├── merge-state
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── +11fQvZhp3UrBuVx9RrpROBUAlk=
│ │ │ │ │ ├── 5xoO97kMHbHwuYp4glZNhgyKAG8=
│ │ │ │ │ ├── 7e1oL2I8x7WOXI7foDad8_Zw5Ts=
│ │ │ │ │ ├── Bj6AV8wdOMhrQ4uEK4RCP5moo6I=
│ │ │ │ │ ├── gh27iYqA4OQ4o_Ja9E8SODiAI0U=
│ │ │ │ │ ├── GsTN65SObqa7exoYjD7yxeuQzio=
│ │ │ │ │ ├── h_hxRhUn+065KDzpg99_2eWcTdw=
│ │ │ │ │ ├── HXcJUSTsufshA362Ln0kgm1D6Q0=
│ │ │ │ │ ├── hzA_CBcyCptPHKGBJeG1XsX+jTk=
│ │ │ │ │ ├── i+B9lEKwhpiNztvc0qknE5QVq4Y=
│ │ │ │ │ ├── iEcpkjsOmjWdpyZT+O8CPMjVbsQ=
│ │ │ │ │ ├── johHBYvXnaSZbyrgmP7x2qiMPBE=
│ │ │ │ │ ├── kVxcOLQsmjpU7BZxoPOYNBPxzLo=
│ │ │ │ │ ├── lZsm80R+UHrzrdMAw51mP5Xm1GI=
│ │ │ │ │ ├── mEivuK+XTlvfvvrxH8ORGmglmSs=
│ │ │ │ │ ├── nOyaw68etweecByBwjkbfjb42mA=
│ │ │ │ │ ├── nUUBjPBGvvIWSvkAq3Vq6Qde78E=
│ │ │ │ │ ├── sICYE3QPPJ9B_hBRGcvvaSh2eRA=
│ │ │ │ │ ├── t5HE8M_V52hN4kUCnx9FDK+YUUQ=
│ │ │ │ │ ├── U_iWA7jPefWCMf2G5zJg6A5kCiQ=
│ │ │ │ │ ├── UMRmUvAyE5PABC1opnqR8rxdjv8=
│ │ │ │ │ ├── ViX1+46vwk7LQ4G+lXXZ0nFyw5g=
│ │ │ │ │ ├── xIiJv0+nY7jDjKDTJVGmslJJ_9s=
│ │ │ │ │ ├── xP0IZRy13RlVvAXPdVBMoLq_Dto=
│ │ │ │ │ ├── yBKA1TA99ITDqulCnWlQWgAIJm4=
│ │ │ │ │ ├── Zdpw8+Mg5S4lUDTt8Tee27oNGUQ=
│ │ │ │ │ ├── Zr7bBzA6V_uHrn5KvwaIOza0FtQ=
│ │ │ │ │ └── ZVqNXrWYebiG13SLBlKVN6+s_GM=
│ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ ├── merge-state
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── +11fQvZhp3UrBuVx9RrpROBUAlk=
│ │ │ │ │ ├── 5xoO97kMHbHwuYp4glZNhgyKAG8=
│ │ │ │ │ ├── 7e1oL2I8x7WOXI7foDad8_Zw5Ts=
│ │ │ │ │ ├── Bj6AV8wdOMhrQ4uEK4RCP5moo6I=
│ │ │ │ │ ├── gh27iYqA4OQ4o_Ja9E8SODiAI0U=
│ │ │ │ │ ├── GsTN65SObqa7exoYjD7yxeuQzio=
│ │ │ │ │ ├── h_hxRhUn+065KDzpg99_2eWcTdw=
│ │ │ │ │ ├── HXcJUSTsufshA362Ln0kgm1D6Q0=
│ │ │ │ │ ├── hzA_CBcyCptPHKGBJeG1XsX+jTk=
│ │ │ │ │ ├── i+B9lEKwhpiNztvc0qknE5QVq4Y=
│ │ │ │ │ ├── iEcpkjsOmjWdpyZT+O8CPMjVbsQ=
│ │ │ │ │ ├── johHBYvXnaSZbyrgmP7x2qiMPBE=
│ │ │ │ │ ├── kVxcOLQsmjpU7BZxoPOYNBPxzLo=
│ │ │ │ │ ├── lZsm80R+UHrzrdMAw51mP5Xm1GI=
│ │ │ │ │ ├── mEivuK+XTlvfvvrxH8ORGmglmSs=
│ │ │ │ │ ├── nOyaw68etweecByBwjkbfjb42mA=
│ │ │ │ │ ├── nUUBjPBGvvIWSvkAq3Vq6Qde78E=
│ │ │ │ │ ├── sICYE3QPPJ9B_hBRGcvvaSh2eRA=
│ │ │ │ │ ├── t5HE8M_V52hN4kUCnx9FDK+YUUQ=
│ │ │ │ │ ├── U_iWA7jPefWCMf2G5zJg6A5kCiQ=
│ │ │ │ │ ├── UMRmUvAyE5PABC1opnqR8rxdjv8=
│ │ │ │ │ ├── ViX1+46vwk7LQ4G+lXXZ0nFyw5g=
│ │ │ │ │ ├── xIiJv0+nY7jDjKDTJVGmslJJ_9s=
│ │ │ │ │ ├── xP0IZRy13RlVvAXPdVBMoLq_Dto=
│ │ │ │ │ ├── yBKA1TA99ITDqulCnWlQWgAIJm4=
│ │ │ │ │ ├── Zdpw8+Mg5S4lUDTt8Tee27oNGUQ=
│ │ │ │ │ ├── Zr7bBzA6V_uHrn5KvwaIOza0FtQ=
│ │ │ │ │ └── ZVqNXrWYebiG13SLBlKVN6+s_GM=
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ ├── 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-v26
│ │ │ │ │ │ │ └── values-v26.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
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseResources
│ │ │ │ │ └── merged.dir
│ │ │ │ │ ├── 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-v26
│ │ │ │ │ │ └── values-v26.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
│ │ │ │ ├── packageDebug
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ ├── 9+YI7hS4HkCQ1rawhqWUj4nFjDg=
│ │ │ │ │ │ └── +RGKw0Iy1q+RQsXi5I4ApNwz8NI=
│ │ │ │ │ └── tmp
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── qhzV3IKdi6rTbK6n9PpsWNTM3Js=
│ │ │ │ │ └── robhZhKv6laSEAou4I9IDWKLthI=
│ │ │ │ └── packageInstantRunResourcesDebug
│ │ │ │ └── debug
│ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ └── zip-cache
│ │ │ │ └── zk4uX5BNqh3sI46lVg7bkqvfvKA=
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run-bootstrap.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ ├── adapter
│ │ │ │ │ └── MyFragmentPagerAdapter.class
│ │ │ │ ├── android
│ │ │ │ │ ├── arch
│ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── support
│ │ │ │ │ ├── compat
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── coreui
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── coreutils
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── fragment
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── graphics
│ │ │ │ │ │ └── drawable
│ │ │ │ │ │ ├── animated
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── mediacompat
│ │ │ │ │ │ ├── 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$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
│ │ │ │ │ ├── v4
│ │ │ │ │ │ ├── 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
│ │ │ │ │ └── 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$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── john
│ │ │ │ └── myapplication
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── Listener
│ │ │ │ │ └── PerfectClickListener.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── R$animator.class
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$bool.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$mipmap.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ └── ui
│ │ │ │ ├── action
│ │ │ │ │ └── toolbar_image_clean.class
│ │ │ │ └── menu
│ │ │ │ ├── guanyunyunyu$1.class
│ │ │ │ ├── guanyunyunyu.class
│ │ │ │ ├── saomaxiazai$1.class
│ │ │ │ ├── saomaxiazai.class
│ │ │ │ └── xiangmuzhuye.class
│ │ │ ├── instant-run-resources
│ │ │ │ ├── output.json
│ │ │ │ └── resources-debug.ir.ap_
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── dependencies
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── manifestChecker
│ │ │ │ │ ├── manifest.crc
│ │ │ │ │ └── manifest.xml
│ │ │ │ ├── package_dependencies
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_0
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_1
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_2
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_3
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_4
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_5
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_6
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_7
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_8
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_9
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── slice_0
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_1
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_2
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_3
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_4
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_5
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_6
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_7
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_8
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── slice_9
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── javaPrecompile
│ │ │ │ └── debug
│ │ │ │ └── annotationProcessors.json
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── output.json
│ │ │ ├── manifests
│ │ │ │ ├── density
│ │ │ │ │ └── debug
│ │ │ │ │ └── output.json
│ │ │ │ ├── full
│ │ │ │ │ └── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ └── instant-run
│ │ │ │ └── debug
│ │ │ │ └── output.json
│ │ │ ├── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ │ ├── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debug.ap_
│ │ │ │ ├── merged
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── anim_abc_fade_in.xml.flat
│ │ │ │ │ │ ├── anim_abc_fade_out.xml.flat
│ │ │ │ │ │ ├── anim_abc_grow_fade_in_from_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_popup_enter.xml.flat
│ │ │ │ │ │ ├── anim_abc_popup_exit.xml.flat
│ │ │ │ │ │ ├── anim_abc_shrink_fade_out_from_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_in_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_in_top.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_out_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_out_top.xml.flat
│ │ │ │ │ │ ├── animator-v21_design_appbar_state_list_animator.xml.flat
│ │ │ │ │ │ ├── anim_design_snackbar_in.xml.flat
│ │ │ │ │ │ ├── anim_design_snackbar_out.xml.flat
│ │ │ │ │ │ ├── anim_tooltip_enter.xml.flat
│ │ │ │ │ │ ├── anim_tooltip_exit.xml.flat
│ │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_in.xml.flat
│ │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_out.xml.flat
│ │ │ │ │ │ ├── color_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ │ ├── color_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ │ ├── color_abc_hint_foreground_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_hint_foreground_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_search_url_text.xml.flat
│ │ │ │ │ │ ├── color_abc_secondary_text_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_secondary_text_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_default.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_edittext.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_spinner.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_switch_track.xml.flat
│ │ │ │ │ │ ├── color_design_error.xml.flat
│ │ │ │ │ │ ├── color_design_tint_password_toggle.xml.flat
│ │ │ │ │ │ ├── color_switch_thumb_material_dark.xml.flat
│ │ │ │ │ │ ├── color_switch_thumb_material_light.xml.flat
│ │ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_dark.xml.flat
│ │ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_light.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_color_highlight_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_default.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_edittext.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_spinner.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_switch_track.xml.flat
│ │ │ │ │ │ ├── color-v23_design_tint_password_toggle.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_borderless_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_check_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_default_mtrl_shape.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_radio_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_cab_background_internal_bg.xml.flat
│ │ │ │ │ │ ├── drawable_abc_cab_background_top_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_dialog_material_background.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_ab_back_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_clear_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_go_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_menu_overflow_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_voice_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_item_background_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_item_background_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_indicator_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_small_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_thumb_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_tick_mark_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_track_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_spinner_textfield_background_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_switch_thumb_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_tab_indicator_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_text_cursor_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_textfield_search_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_vector_test.xml.flat
│ │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility_off.xml.flat
│ │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility.xml.flat
│ │ │ │ │ │ ├── drawable_design_fab_background.xml.flat
│ │ │ │ │ │ ├── drawable_design_snackbar_background.xml.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable_navigation_empty_icon.xml.flat
│ │ │ │ │ │ ├── drawable_notification_bg_low.xml.flat
│ │ │ │ │ │ ├── drawable_notification_bg.xml.flat
│ │ │ │ │ │ ├── drawable_notification_icon_background.xml.flat
│ │ │ │ │ │ ├── drawable_notification_tile_bg.xml.flat
│ │ │ │ │ │ ├── drawable_tooltip_frame_dark.xml.flat
│ │ │ │ │ │ ├── drawable_tooltip_frame_light.xml.flat
│ │ │ │ │ │ ├── drawable-v21_abc_action_bar_item_background_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_abc_btn_colored_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_abc_edit_text_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_avd_hide_password.xml.flat
│ │ │ │ │ │ ├── drawable-v21_avd_show_password.xml.flat
│ │ │ │ │ │ ├── drawable-v21_design_bottom_navigation_item_background.xml.flat
│ │ │ │ │ │ ├── drawable-v21_design_password_eye.xml.flat
│ │ │ │ │ │ ├── drawable-v21_notification_action_background.xml.flat
│ │ │ │ │ │ ├── drawable-v23_abc_control_background_material.xml.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_title_item.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_up_container.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_view_list_nav_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_menu_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_mode_bar.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_mode_close_item_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_activity_chooser_view_list_item.xml.flat
│ │ │ │ │ │ ├── layout_abc_activity_chooser_view.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_button_bar_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_title_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_dialog_title_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_expanded_menu_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_checkbox.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_icon.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_radio.xml.flat
│ │ │ │ │ │ ├── layout_abc_popup_menu_header_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_popup_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_content_include.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_simple_overlay_action_mode.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_simple.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_toolbar.xml.flat
│ │ │ │ │ │ ├── layout_abc_search_dropdown_item_icons_2line.xml.flat
│ │ │ │ │ │ ├── layout_abc_search_view.xml.flat
│ │ │ │ │ │ ├── layout_abc_select_dialog_material.xml.flat
│ │ │ │ │ │ ├── layout_design_bottom_navigation_item.xml.flat
│ │ │ │ │ │ ├── layout_design_bottom_sheet_dialog.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_snackbar_include.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_snackbar.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_tab_icon.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_tab_text.xml.flat
│ │ │ │ │ │ ├── layout_design_menu_item_action_area.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_header.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_separator.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_subheader.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_menu_item.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_menu.xml.flat
│ │ │ │ │ │ ├── layout_design_text_input_password_icon.xml.flat
│ │ │ │ │ │ ├── layout_notification_media_action.xml.flat
│ │ │ │ │ │ ├── layout_notification_media_cancel_action.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_narrow_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_narrow.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_lines_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_media_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_part_chronometer.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_part_time.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_item_material.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_multichoice_material.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_singlechoice_material.xml.flat
│ │ │ │ │ │ ├── layout_support_simple_spinner_dropdown_item.xml.flat
│ │ │ │ │ │ ├── layout-sw600dp-v13_design_layout_snackbar.xml.flat
│ │ │ │ │ │ ├── layout_tooltip.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_action_tombstone.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_action.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_template_custom_big.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_template_icon_group.xml.flat
│ │ │ │ │ │ ├── layout-v26_abc_screen_toolbar.xml.flat
│ │ │ │ │ │ ├── values-af_values-af.arsc.flat
│ │ │ │ │ │ ├── values-am_values-am.arsc.flat
│ │ │ │ │ │ ├── values-ar_values-ar.arsc.flat
│ │ │ │ │ │ ├── values-az_values-az.arsc.flat
│ │ │ │ │ │ ├── values-be_values-be.arsc.flat
│ │ │ │ │ │ ├── values-bg_values-bg.arsc.flat
│ │ │ │ │ │ ├── values-bn_values-bn.arsc.flat
│ │ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat
│ │ │ │ │ │ ├── values-bs_values-bs.arsc.flat
│ │ │ │ │ │ ├── values-ca_values-ca.arsc.flat
│ │ │ │ │ │ ├── values-cs_values-cs.arsc.flat
│ │ │ │ │ │ ├── values-da_values-da.arsc.flat
│ │ │ │ │ │ ├── values-de_values-de.arsc.flat
│ │ │ │ │ │ ├── values-el_values-el.arsc.flat
│ │ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat
│ │ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat
│ │ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat
│ │ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat
│ │ │ │ │ │ ├── values-es_values-es.arsc.flat
│ │ │ │ │ │ ├── values-et_values-et.arsc.flat
│ │ │ │ │ │ ├── values-eu_values-eu.arsc.flat
│ │ │ │ │ │ ├── values-fa_values-fa.arsc.flat
│ │ │ │ │ │ ├── values-fi_values-fi.arsc.flat
│ │ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat
│ │ │ │ │ │ ├── values-fr_values-fr.arsc.flat
│ │ │ │ │ │ ├── values-gl_values-gl.arsc.flat
│ │ │ │ │ │ ├── values-gu_values-gu.arsc.flat
│ │ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat
│ │ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat
│ │ │ │ │ │ ├── values-hi_values-hi.arsc.flat
│ │ │ │ │ │ ├── values-hr_values-hr.arsc.flat
│ │ │ │ │ │ ├── values-hu_values-hu.arsc.flat
│ │ │ │ │ │ ├── values-hy_values-hy.arsc.flat
│ │ │ │ │ │ ├── values-in_values-in.arsc.flat
│ │ │ │ │ │ ├── values-is_values-is.arsc.flat
│ │ │ │ │ │ ├── values-it_values-it.arsc.flat
│ │ │ │ │ │ ├── values-iw_values-iw.arsc.flat
│ │ │ │ │ │ ├── values-ja_values-ja.arsc.flat
│ │ │ │ │ │ ├── values-ka_values-ka.arsc.flat
│ │ │ │ │ │ ├── values-kk_values-kk.arsc.flat
│ │ │ │ │ │ ├── values-km_values-km.arsc.flat
│ │ │ │ │ │ ├── values-kn_values-kn.arsc.flat
│ │ │ │ │ │ ├── values-ko_values-ko.arsc.flat
│ │ │ │ │ │ ├── values-ky_values-ky.arsc.flat
│ │ │ │ │ │ ├── values-land_values-land.arsc.flat
│ │ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat
│ │ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat
│ │ │ │ │ │ ├── values-lo_values-lo.arsc.flat
│ │ │ │ │ │ ├── values-lt_values-lt.arsc.flat
│ │ │ │ │ │ ├── values-lv_values-lv.arsc.flat
│ │ │ │ │ │ ├── values-mk_values-mk.arsc.flat
│ │ │ │ │ │ ├── values-ml_values-ml.arsc.flat
│ │ │ │ │ │ ├── values-mn_values-mn.arsc.flat
│ │ │ │ │ │ ├── values-mr_values-mr.arsc.flat
│ │ │ │ │ │ ├── values-ms_values-ms.arsc.flat
│ │ │ │ │ │ ├── values-my_values-my.arsc.flat
│ │ │ │ │ │ ├── values-nb_values-nb.arsc.flat
│ │ │ │ │ │ ├── values-ne_values-ne.arsc.flat
│ │ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat
│ │ │ │ │ │ ├── values-nl_values-nl.arsc.flat
│ │ │ │ │ │ ├── values-pa_values-pa.arsc.flat
│ │ │ │ │ │ ├── values-pl_values-pl.arsc.flat
│ │ │ │ │ │ ├── values-port_values-port.arsc.flat
│ │ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat
│ │ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat
│ │ │ │ │ │ ├── values-pt_values-pt.arsc.flat
│ │ │ │ │ │ ├── values-ro_values-ro.arsc.flat
│ │ │ │ │ │ ├── values-ru_values-ru.arsc.flat
│ │ │ │ │ │ ├── values-si_values-si.arsc.flat
│ │ │ │ │ │ ├── values-sk_values-sk.arsc.flat
│ │ │ │ │ │ ├── values-sl_values-sl.arsc.flat
│ │ │ │ │ │ ├── values-sq_values-sq.arsc.flat
│ │ │ │ │ │ ├── values-sr_values-sr.arsc.flat
│ │ │ │ │ │ ├── values-sv_values-sv.arsc.flat
│ │ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat
│ │ │ │ │ │ ├── values-sw_values-sw.arsc.flat
│ │ │ │ │ │ ├── values-ta_values-ta.arsc.flat
│ │ │ │ │ │ ├── values-te_values-te.arsc.flat
│ │ │ │ │ │ ├── values-th_values-th.arsc.flat
│ │ │ │ │ │ ├── values-tl_values-tl.arsc.flat
│ │ │ │ │ │ ├── values-tr_values-tr.arsc.flat
│ │ │ │ │ │ ├── values-uk_values-uk.arsc.flat
│ │ │ │ │ │ ├── values-ur_values-ur.arsc.flat
│ │ │ │ │ │ ├── values-uz_values-uz.arsc.flat
│ │ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ │ ├── values-v12_values-v12.arsc.flat
│ │ │ │ │ │ ├── values-v13_values-v13.arsc.flat
│ │ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ │ ├── values-v16_values-v16.arsc.flat
│ │ │ │ │ │ ├── values-v17_values-v17.arsc.flat
│ │ │ │ │ │ ├── values-v18_values-v18.arsc.flat
│ │ │ │ │ │ ├── values-v21_values-v21.arsc.flat
│ │ │ │ │ │ ├── values-v22_values-v22.arsc.flat
│ │ │ │ │ │ ├── values-v23_values-v23.arsc.flat
│ │ │ │ │ │ ├── values-v24_values-v24.arsc.flat
│ │ │ │ │ │ ├── values-v25_values-v25.arsc.flat
│ │ │ │ │ │ ├── values-v26_values-v26.arsc.flat
│ │ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ │ ├── values-vi_values-vi.arsc.flat
│ │ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat
│ │ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat
│ │ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat
│ │ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat
│ │ │ │ │ │ └── values-zu_values-zu.arsc.flat
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── anim_abc_fade_in.xml.flat
│ │ │ │ │ │ ├── anim_abc_fade_out.xml.flat
│ │ │ │ │ │ ├── anim_abc_grow_fade_in_from_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_popup_enter.xml.flat
│ │ │ │ │ │ ├── anim_abc_popup_exit.xml.flat
│ │ │ │ │ │ ├── anim_abc_shrink_fade_out_from_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_in_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_in_top.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_out_bottom.xml.flat
│ │ │ │ │ │ ├── anim_abc_slide_out_top.xml.flat
│ │ │ │ │ │ ├── animator-v21_design_appbar_state_list_animator.xml.flat
│ │ │ │ │ │ ├── anim_design_snackbar_in.xml.flat
│ │ │ │ │ │ ├── anim_design_snackbar_out.xml.flat
│ │ │ │ │ │ ├── anim_enter_anim.xml.flat
│ │ │ │ │ │ ├── anim_out_anim.xml.flat
│ │ │ │ │ │ ├── anim_tooltip_enter.xml.flat
│ │ │ │ │ │ ├── anim_tooltip_exit.xml.flat
│ │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_in.xml.flat
│ │ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_out.xml.flat
│ │ │ │ │ │ ├── color_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ │ ├── color_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ │ ├── color_abc_hint_foreground_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_hint_foreground_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_disable_only_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_primary_text_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_search_url_text.xml.flat
│ │ │ │ │ │ ├── color_abc_secondary_text_material_dark.xml.flat
│ │ │ │ │ │ ├── color_abc_secondary_text_material_light.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_default.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_edittext.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_spinner.xml.flat
│ │ │ │ │ │ ├── color_abc_tint_switch_track.xml.flat
│ │ │ │ │ │ ├── color_common_google_signin_btn_text_dark.xml.flat
│ │ │ │ │ │ ├── color_common_google_signin_btn_text_light.xml.flat
│ │ │ │ │ │ ├── color_common_google_signin_btn_tint.xml.flat
│ │ │ │ │ │ ├── color_design_error.xml.flat
│ │ │ │ │ │ ├── color_design_tint_password_toggle.xml.flat
│ │ │ │ │ │ ├── color_switch_thumb_material_dark.xml.flat
│ │ │ │ │ │ ├── color_switch_thumb_material_light.xml.flat
│ │ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_dark.xml.flat
│ │ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_light.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_color_highlight_material.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_default.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_edittext.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_spinner.xml.flat
│ │ │ │ │ │ ├── color-v23_abc_tint_switch_track.xml.flat
│ │ │ │ │ │ ├── color-v23_design_tint_password_toggle.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_borderless_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_check_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_default_mtrl_shape.xml.flat
│ │ │ │ │ │ ├── drawable_abc_btn_radio_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_cab_background_internal_bg.xml.flat
│ │ │ │ │ │ ├── drawable_abc_cab_background_top_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_dialog_material_background.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_ab_back_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_clear_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_go_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_menu_overflow_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ic_voice_search_api_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_item_background_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_item_background_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_holo_dark.xml.flat
│ │ │ │ │ │ ├── drawable_abc_list_selector_holo_light.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_indicator_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_ratingbar_small_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_thumb_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_tick_mark_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_seekbar_track_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_spinner_textfield_background_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_switch_thumb_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_tab_indicator_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_text_cursor_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_textfield_search_material.xml.flat
│ │ │ │ │ │ ├── drawable_abc_vector_test.xml.flat
│ │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility_off.xml.flat
│ │ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility.xml.flat
│ │ │ │ │ │ ├── drawable_bd_logo1.png.flat
│ │ │ │ │ │ ├── drawable_bg_button_normal.xml.flat
│ │ │ │ │ │ ├── drawable_bg_button_pressed.xml.flat
│ │ │ │ │ │ ├── drawable_bookpic.png.flat
│ │ │ │ │ │ ├── drawable_boy.jpg.flat
│ │ │ │ │ │ ├── drawable_button.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark_focused.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark_normal.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_disabled.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light_focused.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light_normal.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark_focused.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark_normal.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_disabled.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_light_focused.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_light_normal.xml.flat
│ │ │ │ │ │ ├── drawable_common_google_signin_btn_text_light.xml.flat
│ │ │ │ │ │ ├── drawable_design_fab_background.xml.flat
│ │ │ │ │ │ ├── drawable_design_snackbar_background.xml.flat
│ │ │ │ │ │ ├── drawable_girl.jpg.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_common_full_open_on_phone.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable_homepage_header.png.flat
│ │ │ │ │ │ ├── drawable_ic_info_black_24dp.xml.flat
│ │ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat
│ │ │ │ │ │ ├── drawable_ic_nav_bg_drawerlayout.png.flat
│ │ │ │ │ │ ├── drawable_ic_notifications_black_24dp.xml.flat
│ │ │ │ │ │ ├── drawable_ic_sync_black_24dp.xml.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable_librarypic.jpg.flat
│ │ │ │ │ │ ├── drawable_linearlayoutbtn.xml.flat
│ │ │ │ │ │ ├── drawable_material_card.xml.flat
│ │ │ │ │ │ ├── drawable_material_dialog_window.xml.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable_navigation_empty_icon.xml.flat
│ │ │ │ │ │ ├── drawable_notification_bg_low.xml.flat
│ │ │ │ │ │ ├── drawable_notification_bg.xml.flat
│ │ │ │ │ │ ├── drawable_notification_icon_background.xml.flat
│ │ │ │ │ │ ├── drawable_notification_tile_bg.xml.flat
│ │ │ │ │ │ ├── drawable___picker_bg_dialog.xml.flat
│ │ │ │ │ │ ├── drawable___picker_item_dialog_selector_bottom.xml.flat
│ │ │ │ │ │ ├── drawable___picker_item_dialog_selector_top.xml.flat
│ │ │ │ │ │ ├── drawable___picker_item_dialog_selector.xml.flat
│ │ │ │ │ │ ├── drawable_ripple_item_white_bg.xml.flat
│ │ │ │ │ │ ├── drawable_shape_small.xml.flat
│ │ │ │ │ │ ├── drawable_shape.xml.flat
│ │ │ │ │ │ ├── drawable_tooltip_frame_dark.xml.flat
│ │ │ │ │ │ ├── drawable_tooltip_frame_light.xml.flat
│ │ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ │ ├── drawable-v21_abc_action_bar_item_background_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_abc_btn_colored_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_abc_edit_text_material.xml.flat
│ │ │ │ │ │ ├── drawable-v21_avd_hide_password.xml.flat
│ │ │ │ │ │ ├── drawable-v21_avd_show_password.xml.flat
│ │ │ │ │ │ ├── drawable-v21_design_bottom_navigation_item_background.xml.flat
│ │ │ │ │ │ ├── drawable-v21_design_password_eye.xml.flat
│ │ │ │ │ │ ├── drawable-v21_notification_action_background.xml.flat
│ │ │ │ │ │ ├── drawable-v23_abc_control_background_material.xml.flat
│ │ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat
│ │ │ │ │ │ ├── drawable-v24_ripple_item_white_bg.xml.flat
│ │ │ │ │ │ ├── drawable-v24_ripple_one_item_bg.xml.flat
│ │ │ │ │ │ ├── drawable-v24_ripple_tab_bg.xml.flat
│ │ │ │ │ │ ├── drawable_wechat.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_common_full_open_on_phone.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_title_item.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_up_container.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_bar_view_list_nav_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_menu_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_mode_bar.xml.flat
│ │ │ │ │ │ ├── layout_abc_action_mode_close_item_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_activity_chooser_view_list_item.xml.flat
│ │ │ │ │ │ ├── layout_abc_activity_chooser_view.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_button_bar_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_alert_dialog_title_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_dialog_title_material.xml.flat
│ │ │ │ │ │ ├── layout_abc_expanded_menu_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_checkbox.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_icon.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_list_menu_item_radio.xml.flat
│ │ │ │ │ │ ├── layout_abc_popup_menu_header_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_popup_menu_item_layout.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_content_include.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_simple_overlay_action_mode.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_simple.xml.flat
│ │ │ │ │ │ ├── layout_abc_screen_toolbar.xml.flat
│ │ │ │ │ │ ├── layout_abc_search_dropdown_item_icons_2line.xml.flat
│ │ │ │ │ │ ├── layout_abc_search_view.xml.flat
│ │ │ │ │ │ ├── layout_abc_select_dialog_material.xml.flat
│ │ │ │ │ │ ├── layout_activity_admin.xml.flat
│ │ │ │ │ │ ├── layout_activity_librarian.xml.flat
│ │ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ │ ├── layout_activity_showuser.xml.flat
│ │ │ │ │ │ ├── layout_activity_userborrow.xml.flat
│ │ │ │ │ │ ├── layout_app_bar_main.xml.flat
│ │ │ │ │ │ ├── layout_content_xiangmuzhuye.xml.flat
│ │ │ │ │ │ ├── layout_design_bottom_navigation_item.xml.flat
│ │ │ │ │ │ ├── layout_design_bottom_sheet_dialog.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_snackbar_include.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_snackbar.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_tab_icon.xml.flat
│ │ │ │ │ │ ├── layout_design_layout_tab_text.xml.flat
│ │ │ │ │ │ ├── layout_design_menu_item_action_area.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_header.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_separator.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item_subheader.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_item.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_menu_item.xml.flat
│ │ │ │ │ │ ├── layout_design_navigation_menu.xml.flat
│ │ │ │ │ │ ├── layout_design_text_input_password_icon.xml.flat
│ │ │ │ │ │ ├── layout_duihuakuang_add.xml.flat
│ │ │ │ │ │ ├── layout_duihuakuang_delete.xml.flat
│ │ │ │ │ │ ├── layout_fragment1_1.xml.flat
│ │ │ │ │ │ ├── layout_fragment1_2.xml.flat
│ │ │ │ │ │ ├── layout_fragment1_3.xml.flat
│ │ │ │ │ │ ├── layout_fragment_2.xml.flat
│ │ │ │ │ │ ├── layout_fragment3_1.xml.flat
│ │ │ │ │ │ ├── layout_fragment3_2.xml.flat
│ │ │ │ │ │ ├── layout_fragmentbased.xml.flat
│ │ │ │ │ │ ├── layout_fragment_with_title.xml.flat
│ │ │ │ │ │ ├── layout_item_bottom_popu.xml.flat
│ │ │ │ │ │ ├── layout_layout_login.xml.flat
│ │ │ │ │ │ ├── layout_layout_material_dialog.xml.flat
│ │ │ │ │ │ ├── layout_menu_guanyubenruanjian.xml.flat
│ │ │ │ │ │ ├── layout_menu_otherbar.xml.flat
│ │ │ │ │ │ ├── layout_menu_saomaxiazai.xml.flat
│ │ │ │ │ │ ├── layout_menu_xiangmuzhuye.xml.flat
│ │ │ │ │ │ ├── layout_nav_header_main.xml.flat
│ │ │ │ │ │ ├── layout_notification_media_action.xml.flat
│ │ │ │ │ │ ├── layout_notification_media_cancel_action.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_narrow_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media_narrow.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_big_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_lines_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_media_custom.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_media.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_part_chronometer.xml.flat
│ │ │ │ │ │ ├── layout_notification_template_part_time.xml.flat
│ │ │ │ │ │ ├── layout___picker_dialog_photo_pager.xml.flat
│ │ │ │ │ │ ├── layout___picker_item_dialog.xml.flat
│ │ │ │ │ │ ├── layout_pupview.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_item_material.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_multichoice_material.xml.flat
│ │ │ │ │ │ ├── layout_select_dialog_singlechoice_material.xml.flat
│ │ │ │ │ │ ├── layout_support_simple_spinner_dropdown_item.xml.flat
│ │ │ │ │ │ ├── layout-sw600dp-v13_design_layout_snackbar.xml.flat
│ │ │ │ │ │ ├── layout_tooltip.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_action_tombstone.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_action.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_template_custom_big.xml.flat
│ │ │ │ │ │ ├── layout-v21_notification_template_icon_group.xml.flat
│ │ │ │ │ │ ├── layout-v26_abc_screen_toolbar.xml.flat
│ │ │ │ │ │ ├── menu_activity_main_drawer.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat
│ │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_book_blue.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_bookpic_blue.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_bookpic_white.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_cumtxuhailogo.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_icon_back.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_logion_button.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_nav_exit.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_nav_guanyu.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_nav_saomaxiazai.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_nav_xiangmuzhuye.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_shu.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_1.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_1_selected.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_2.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_2_selected.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_3.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_3_selected.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_menu.png.flat
│ │ │ │ │ │ ├── mipmap-xxhdpi_toolbar_search.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ │ ├── values-af_values-af.arsc.flat
│ │ │ │ │ │ ├── values-am_values-am.arsc.flat
│ │ │ │ │ │ ├── values-ar_values-ar.arsc.flat
│ │ │ │ │ │ ├── values-az_values-az.arsc.flat
│ │ │ │ │ │ ├── values-be_values-be.arsc.flat
│ │ │ │ │ │ ├── values-bg_values-bg.arsc.flat
│ │ │ │ │ │ ├── values-bn_values-bn.arsc.flat
│ │ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat
│ │ │ │ │ │ ├── values-bs_values-bs.arsc.flat
│ │ │ │ │ │ ├── values-ca_values-ca.arsc.flat
│ │ │ │ │ │ ├── values-cs_values-cs.arsc.flat
│ │ │ │ │ │ ├── values-da_values-da.arsc.flat
│ │ │ │ │ │ ├── values-de_values-de.arsc.flat
│ │ │ │ │ │ ├── values-el_values-el.arsc.flat
│ │ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat
│ │ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat
│ │ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat
│ │ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat
│ │ │ │ │ │ ├── values-es_values-es.arsc.flat
│ │ │ │ │ │ ├── values-et_values-et.arsc.flat
│ │ │ │ │ │ ├── values-eu_values-eu.arsc.flat
│ │ │ │ │ │ ├── values-fa_values-fa.arsc.flat
│ │ │ │ │ │ ├── values-fi_values-fi.arsc.flat
│ │ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat
│ │ │ │ │ │ ├── values-fr_values-fr.arsc.flat
│ │ │ │ │ │ ├── values-gl_values-gl.arsc.flat
│ │ │ │ │ │ ├── values-gu_values-gu.arsc.flat
│ │ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat
│ │ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat
│ │ │ │ │ │ ├── values-hi_values-hi.arsc.flat
│ │ │ │ │ │ ├── values-hr_values-hr.arsc.flat
│ │ │ │ │ │ ├── values-hu_values-hu.arsc.flat
│ │ │ │ │ │ ├── values-hy_values-hy.arsc.flat
│ │ │ │ │ │ ├── values-in_values-in.arsc.flat
│ │ │ │ │ │ ├── values-is_values-is.arsc.flat
│ │ │ │ │ │ ├── values-it_values-it.arsc.flat
│ │ │ │ │ │ ├── values-iw_values-iw.arsc.flat
│ │ │ │ │ │ ├── values-ja_values-ja.arsc.flat
│ │ │ │ │ │ ├── values-ka_values-ka.arsc.flat
│ │ │ │ │ │ ├── values-kk_values-kk.arsc.flat
│ │ │ │ │ │ ├── values-km_values-km.arsc.flat
│ │ │ │ │ │ ├── values-kn_values-kn.arsc.flat
│ │ │ │ │ │ ├── values-ko_values-ko.arsc.flat
│ │ │ │ │ │ ├── values-ky_values-ky.arsc.flat
│ │ │ │ │ │ ├── values-land_values-land.arsc.flat
│ │ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat
│ │ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat
│ │ │ │ │ │ ├── values-lo_values-lo.arsc.flat
│ │ │ │ │ │ ├── values-lt_values-lt.arsc.flat
│ │ │ │ │ │ ├── values-lv_values-lv.arsc.flat
│ │ │ │ │ │ ├── values-mk_values-mk.arsc.flat
│ │ │ │ │ │ ├── values-ml_values-ml.arsc.flat
│ │ │ │ │ │ ├── values-mn_values-mn.arsc.flat
│ │ │ │ │ │ ├── values-mr_values-mr.arsc.flat
│ │ │ │ │ │ ├── values-ms_values-ms.arsc.flat
│ │ │ │ │ │ ├── values-my_values-my.arsc.flat
│ │ │ │ │ │ ├── values-nb_values-nb.arsc.flat
│ │ │ │ │ │ ├── values-ne_values-ne.arsc.flat
│ │ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat
│ │ │ │ │ │ ├── values-nl_values-nl.arsc.flat
│ │ │ │ │ │ ├── values-pa_values-pa.arsc.flat
│ │ │ │ │ │ ├── values-pl_values-pl.arsc.flat
│ │ │ │ │ │ ├── values-port_values-port.arsc.flat
│ │ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat
│ │ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat
│ │ │ │ │ │ ├── values-pt_values-pt.arsc.flat
│ │ │ │ │ │ ├── values-ro_values-ro.arsc.flat
│ │ │ │ │ │ ├── values-ru_values-ru.arsc.flat
│ │ │ │ │ │ ├── values-si_values-si.arsc.flat
│ │ │ │ │ │ ├── values-sk_values-sk.arsc.flat
│ │ │ │ │ │ ├── values-sl_values-sl.arsc.flat
│ │ │ │ │ │ ├── values-sq_values-sq.arsc.flat
│ │ │ │ │ │ ├── values-sr_values-sr.arsc.flat
│ │ │ │ │ │ ├── values-sv_values-sv.arsc.flat
│ │ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat
│ │ │ │ │ │ ├── values-sw_values-sw.arsc.flat
│ │ │ │ │ │ ├── values-ta_values-ta.arsc.flat
│ │ │ │ │ │ ├── values-te_values-te.arsc.flat
│ │ │ │ │ │ ├── values-th_values-th.arsc.flat
│ │ │ │ │ │ ├── values-tl_values-tl.arsc.flat
│ │ │ │ │ │ ├── values-tr_values-tr.arsc.flat
│ │ │ │ │ │ ├── values-uk_values-uk.arsc.flat
│ │ │ │ │ │ ├── values-ur_values-ur.arsc.flat
│ │ │ │ │ │ ├── values-uz_values-uz.arsc.flat
│ │ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ │ ├── values-v12_values-v12.arsc.flat
│ │ │ │ │ │ ├── values-v13_values-v13.arsc.flat
│ │ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ │ ├── values-v16_values-v16.arsc.flat
│ │ │ │ │ │ ├── values-v17_values-v17.arsc.flat
│ │ │ │ │ │ ├── values-v18_values-v18.arsc.flat
│ │ │ │ │ │ ├── values-v21_values-v21.arsc.flat
│ │ │ │ │ │ ├── values-v22_values-v22.arsc.flat
│ │ │ │ │ │ ├── values-v23_values-v23.arsc.flat
│ │ │ │ │ │ ├── values-v24_values-v24.arsc.flat
│ │ │ │ │ │ ├── values-v25_values-v25.arsc.flat
│ │ │ │ │ │ ├── values-v26_values-v26.arsc.flat
│ │ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ │ ├── values-vi_values-vi.arsc.flat
│ │ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat
│ │ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat
│ │ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat
│ │ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat
│ │ │ │ │ │ ├── values-zu_values-zu.arsc.flat
│ │ │ │ │ │ ├── xml_pref_data_sync.xml.flat
│ │ │ │ │ │ ├── xml_pref_general.xml.flat
│ │ │ │ │ │ ├── xml_pref_headers.xml.flat
│ │ │ │ │ │ ├── xml_pref_notification.xml.flat
│ │ │ │ │ │ └── xml-v26_shortcuts.xml.flat
│ │ │ │ │ └── release
│ │ │ │ │ ├── anim_abc_fade_in.xml.flat
│ │ │ │ │ ├── anim_abc_fade_out.xml.flat
│ │ │ │ │ ├── anim_abc_grow_fade_in_from_bottom.xml.flat
│ │ │ │ │ ├── anim_abc_popup_enter.xml.flat
│ │ │ │ │ ├── anim_abc_popup_exit.xml.flat
│ │ │ │ │ ├── anim_abc_shrink_fade_out_from_bottom.xml.flat
│ │ │ │ │ ├── anim_abc_slide_in_bottom.xml.flat
│ │ │ │ │ ├── anim_abc_slide_in_top.xml.flat
│ │ │ │ │ ├── anim_abc_slide_out_bottom.xml.flat
│ │ │ │ │ ├── anim_abc_slide_out_top.xml.flat
│ │ │ │ │ ├── animator-v21_design_appbar_state_list_animator.xml.flat
│ │ │ │ │ ├── anim_design_snackbar_in.xml.flat
│ │ │ │ │ ├── anim_design_snackbar_out.xml.flat
│ │ │ │ │ ├── anim_enter_anim.xml.flat
│ │ │ │ │ ├── anim_out_anim.xml.flat
│ │ │ │ │ ├── anim_tooltip_enter.xml.flat
│ │ │ │ │ ├── anim_tooltip_exit.xml.flat
│ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_in.xml.flat
│ │ │ │ │ ├── anim-v21_design_bottom_sheet_slide_out.xml.flat
│ │ │ │ │ ├── color_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ ├── color_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ ├── color_abc_hint_foreground_material_dark.xml.flat
│ │ │ │ │ ├── color_abc_hint_foreground_material_light.xml.flat
│ │ │ │ │ ├── color_abc_primary_text_disable_only_material_dark.xml.flat
│ │ │ │ │ ├── color_abc_primary_text_disable_only_material_light.xml.flat
│ │ │ │ │ ├── color_abc_primary_text_material_dark.xml.flat
│ │ │ │ │ ├── color_abc_primary_text_material_light.xml.flat
│ │ │ │ │ ├── color_abc_search_url_text.xml.flat
│ │ │ │ │ ├── color_abc_secondary_text_material_dark.xml.flat
│ │ │ │ │ ├── color_abc_secondary_text_material_light.xml.flat
│ │ │ │ │ ├── color_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ ├── color_abc_tint_default.xml.flat
│ │ │ │ │ ├── color_abc_tint_edittext.xml.flat
│ │ │ │ │ ├── color_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ ├── color_abc_tint_spinner.xml.flat
│ │ │ │ │ ├── color_abc_tint_switch_track.xml.flat
│ │ │ │ │ ├── color_common_google_signin_btn_text_dark.xml.flat
│ │ │ │ │ ├── color_common_google_signin_btn_text_light.xml.flat
│ │ │ │ │ ├── color_common_google_signin_btn_tint.xml.flat
│ │ │ │ │ ├── color_design_error.xml.flat
│ │ │ │ │ ├── color_design_tint_password_toggle.xml.flat
│ │ │ │ │ ├── color_switch_thumb_material_dark.xml.flat
│ │ │ │ │ ├── color_switch_thumb_material_light.xml.flat
│ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_dark.xml.flat
│ │ │ │ │ ├── color-v11_abc_background_cache_hint_selector_material_light.xml.flat
│ │ │ │ │ ├── color-v23_abc_btn_colored_borderless_text_material.xml.flat
│ │ │ │ │ ├── color-v23_abc_btn_colored_text_material.xml.flat
│ │ │ │ │ ├── color-v23_abc_color_highlight_material.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_btn_checkable.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_default.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_edittext.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_seek_thumb.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_spinner.xml.flat
│ │ │ │ │ ├── color-v23_abc_tint_switch_track.xml.flat
│ │ │ │ │ ├── color-v23_design_tint_password_toggle.xml.flat
│ │ │ │ │ ├── drawable_abc_btn_borderless_material.xml.flat
│ │ │ │ │ ├── drawable_abc_btn_check_material.xml.flat
│ │ │ │ │ ├── drawable_abc_btn_default_mtrl_shape.xml.flat
│ │ │ │ │ ├── drawable_abc_btn_radio_material.xml.flat
│ │ │ │ │ ├── drawable_abc_cab_background_internal_bg.xml.flat
│ │ │ │ │ ├── drawable_abc_cab_background_top_material.xml.flat
│ │ │ │ │ ├── drawable_abc_dialog_material_background.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_ab_back_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_clear_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_go_search_api_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_menu_overflow_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_search_api_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ic_voice_search_api_material.xml.flat
│ │ │ │ │ ├── drawable_abc_item_background_holo_dark.xml.flat
│ │ │ │ │ ├── drawable_abc_item_background_holo_light.xml.flat
│ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_dark.xml.flat
│ │ │ │ │ ├── drawable_abc_list_selector_background_transition_holo_light.xml.flat
│ │ │ │ │ ├── drawable_abc_list_selector_holo_dark.xml.flat
│ │ │ │ │ ├── drawable_abc_list_selector_holo_light.xml.flat
│ │ │ │ │ ├── drawable_abc_ratingbar_indicator_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ratingbar_material.xml.flat
│ │ │ │ │ ├── drawable_abc_ratingbar_small_material.xml.flat
│ │ │ │ │ ├── drawable_abc_seekbar_thumb_material.xml.flat
│ │ │ │ │ ├── drawable_abc_seekbar_tick_mark_material.xml.flat
│ │ │ │ │ ├── drawable_abc_seekbar_track_material.xml.flat
│ │ │ │ │ ├── drawable_abc_spinner_textfield_background_material.xml.flat
│ │ │ │ │ ├── drawable_abc_switch_thumb_material.xml.flat
│ │ │ │ │ ├── drawable_abc_tab_indicator_material.xml.flat
│ │ │ │ │ ├── drawable_abc_text_cursor_material.xml.flat
│ │ │ │ │ ├── drawable_abc_textfield_search_material.xml.flat
│ │ │ │ │ ├── drawable_abc_vector_test.xml.flat
│ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility_off.xml.flat
│ │ │ │ │ ├── drawable-anydpi-v21_design_ic_visibility.xml.flat
│ │ │ │ │ ├── drawable_applogo.jpg.flat
│ │ │ │ │ ├── drawable_bd_logo1.png.flat
│ │ │ │ │ ├── drawable_bg_button_normal.xml.flat
│ │ │ │ │ ├── drawable_bg_button_pressed.xml.flat
│ │ │ │ │ ├── drawable_boy.jpg.flat
│ │ │ │ │ ├── drawable_button.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark_focused.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark_normal.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_dark.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_disabled.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light_focused.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light_normal.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_icon_light.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark_focused.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark_normal.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_dark.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_disabled.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_light_focused.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_light_normal.xml.flat
│ │ │ │ │ ├── drawable_common_google_signin_btn_text_light.xml.flat
│ │ │ │ │ ├── drawable_design_fab_background.xml.flat
│ │ │ │ │ ├── drawable_design_snackbar_background.xml.flat
│ │ │ │ │ ├── drawable_girl.jpg.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_common_full_open_on_phone.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ ├── drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ ├── drawable_homepage_header.png.flat
│ │ │ │ │ ├── drawable_ic_info_black_24dp.xml.flat
│ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat
│ │ │ │ │ ├── drawable_ic_nav_bg_drawerlayout.png.flat
│ │ │ │ │ ├── drawable_ic_notifications_black_24dp.xml.flat
│ │ │ │ │ ├── drawable_ic_sync_black_24dp.xml.flat
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable_librarypic.jpg.flat
│ │ │ │ │ ├── drawable_linearlayoutbtn.xml.flat
│ │ │ │ │ ├── drawable_material_card.xml.flat
│ │ │ │ │ ├── drawable_material_dialog_window.xml.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ ├── drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ ├── drawable_navigation_empty_icon.xml.flat
│ │ │ │ │ ├── drawable_notification_bg_low.xml.flat
│ │ │ │ │ ├── drawable_notification_bg.xml.flat
│ │ │ │ │ ├── drawable_notification_icon_background.xml.flat
│ │ │ │ │ ├── drawable_notification_tile_bg.xml.flat
│ │ │ │ │ ├── drawable___picker_bg_dialog.xml.flat
│ │ │ │ │ ├── drawable___picker_item_dialog_selector_bottom.xml.flat
│ │ │ │ │ ├── drawable___picker_item_dialog_selector_top.xml.flat
│ │ │ │ │ ├── drawable___picker_item_dialog_selector.xml.flat
│ │ │ │ │ ├── drawable_ripple_item_white_bg.xml.flat
│ │ │ │ │ ├── drawable_shape_small.xml.flat
│ │ │ │ │ ├── drawable_shape.xml.flat
│ │ │ │ │ ├── drawable_tooltip_frame_dark.xml.flat
│ │ │ │ │ ├── drawable_tooltip_frame_light.xml.flat
│ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ ├── drawable-tvdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ ├── drawable-v21_abc_action_bar_item_background_material.xml.flat
│ │ │ │ │ ├── drawable-v21_abc_btn_colored_material.xml.flat
│ │ │ │ │ ├── drawable-v21_abc_edit_text_material.xml.flat
│ │ │ │ │ ├── drawable-v21_avd_hide_password.xml.flat
│ │ │ │ │ ├── drawable-v21_avd_show_password.xml.flat
│ │ │ │ │ ├── drawable-v21_design_bottom_navigation_item_background.xml.flat
│ │ │ │ │ ├── drawable-v21_design_password_eye.xml.flat
│ │ │ │ │ ├── drawable-v21_notification_action_background.xml.flat
│ │ │ │ │ ├── drawable-v23_abc_control_background_material.xml.flat
│ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat
│ │ │ │ │ ├── drawable-v24_ripple_item_white_bg.xml.flat
│ │ │ │ │ ├── drawable-v24_ripple_one_item_bg.xml.flat
│ │ │ │ │ ├── drawable-v24_ripple_tab_bg.xml.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_common_full_open_on_phone.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat
│ │ │ │ │ ├── drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_icon_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_icon_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_text_dark_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_common_google_signin_btn_text_light_normal_background.9.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_googleg_disabled_color_18.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_googleg_standard_color_18.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_medium_off_client.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_small_off_client.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_standard_off_client.png.flat
│ │ │ │ │ ├── drawable-xxhdpi-v4_ic_plusone_tall_off_client.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility_off.png.flat
│ │ │ │ │ ├── drawable-xxxhdpi-v4_design_ic_visibility.png.flat
│ │ │ │ │ ├── layout_abc_action_bar_title_item.xml.flat
│ │ │ │ │ ├── layout_abc_action_bar_up_container.xml.flat
│ │ │ │ │ ├── layout_abc_action_bar_view_list_nav_layout.xml.flat
│ │ │ │ │ ├── layout_abc_action_menu_item_layout.xml.flat
│ │ │ │ │ ├── layout_abc_action_menu_layout.xml.flat
│ │ │ │ │ ├── layout_abc_action_mode_bar.xml.flat
│ │ │ │ │ ├── layout_abc_action_mode_close_item_material.xml.flat
│ │ │ │ │ ├── layout_abc_activity_chooser_view_list_item.xml.flat
│ │ │ │ │ ├── layout_abc_activity_chooser_view.xml.flat
│ │ │ │ │ ├── layout_abc_alert_dialog_button_bar_material.xml.flat
│ │ │ │ │ ├── layout_abc_alert_dialog_material.xml.flat
│ │ │ │ │ ├── layout_abc_alert_dialog_title_material.xml.flat
│ │ │ │ │ ├── layout_abc_dialog_title_material.xml.flat
│ │ │ │ │ ├── layout_abc_expanded_menu_layout.xml.flat
│ │ │ │ │ ├── layout_abc_list_menu_item_checkbox.xml.flat
│ │ │ │ │ ├── layout_abc_list_menu_item_icon.xml.flat
│ │ │ │ │ ├── layout_abc_list_menu_item_layout.xml.flat
│ │ │ │ │ ├── layout_abc_list_menu_item_radio.xml.flat
│ │ │ │ │ ├── layout_abc_popup_menu_header_item_layout.xml.flat
│ │ │ │ │ ├── layout_abc_popup_menu_item_layout.xml.flat
│ │ │ │ │ ├── layout_abc_screen_content_include.xml.flat
│ │ │ │ │ ├── layout_abc_screen_simple_overlay_action_mode.xml.flat
│ │ │ │ │ ├── layout_abc_screen_simple.xml.flat
│ │ │ │ │ ├── layout_abc_screen_toolbar.xml.flat
│ │ │ │ │ ├── layout_abc_search_dropdown_item_icons_2line.xml.flat
│ │ │ │ │ ├── layout_abc_search_view.xml.flat
│ │ │ │ │ ├── layout_abc_select_dialog_material.xml.flat
│ │ │ │ │ ├── layout_activity_admin.xml.flat
│ │ │ │ │ ├── layout_activity_librarian.xml.flat
│ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ ├── layout_activity_showuser.xml.flat
│ │ │ │ │ ├── layout_activity_userborrow.xml.flat
│ │ │ │ │ ├── layout_app_bar_main.xml.flat
│ │ │ │ │ ├── layout_content_xiangmuzhuye.xml.flat
│ │ │ │ │ ├── layout_design_bottom_navigation_item.xml.flat
│ │ │ │ │ ├── layout_design_bottom_sheet_dialog.xml.flat
│ │ │ │ │ ├── layout_design_layout_snackbar_include.xml.flat
│ │ │ │ │ ├── layout_design_layout_snackbar.xml.flat
│ │ │ │ │ ├── layout_design_layout_tab_icon.xml.flat
│ │ │ │ │ ├── layout_design_layout_tab_text.xml.flat
│ │ │ │ │ ├── layout_design_menu_item_action_area.xml.flat
│ │ │ │ │ ├── layout_design_navigation_item_header.xml.flat
│ │ │ │ │ ├── layout_design_navigation_item_separator.xml.flat
│ │ │ │ │ ├── layout_design_navigation_item_subheader.xml.flat
│ │ │ │ │ ├── layout_design_navigation_item.xml.flat
│ │ │ │ │ ├── layout_design_navigation_menu_item.xml.flat
│ │ │ │ │ ├── layout_design_navigation_menu.xml.flat
│ │ │ │ │ ├── layout_design_text_input_password_icon.xml.flat
│ │ │ │ │ ├── layout_duihuakuang_add.xml.flat
│ │ │ │ │ ├── layout_duihuakuang_delete.xml.flat
│ │ │ │ │ ├── layout_fragment1_1.xml.flat
│ │ │ │ │ ├── layout_fragment1_2.xml.flat
│ │ │ │ │ ├── layout_fragment1_3.xml.flat
│ │ │ │ │ ├── layout_fragment_2.xml.flat
│ │ │ │ │ ├── layout_fragment3_1.xml.flat
│ │ │ │ │ ├── layout_fragment3_2.xml.flat
│ │ │ │ │ ├── layout_fragmentbased.xml.flat
│ │ │ │ │ ├── layout_fragment_with_title.xml.flat
│ │ │ │ │ ├── layout_item_bottom_popu.xml.flat
│ │ │ │ │ ├── layout_layout_login.xml.flat
│ │ │ │ │ ├── layout_layout_material_dialog.xml.flat
│ │ │ │ │ ├── layout_menu_guanyubenruanjian.xml.flat
│ │ │ │ │ ├── layout_menu_otherbar.xml.flat
│ │ │ │ │ ├── layout_menu_saomaxiazai.xml.flat
│ │ │ │ │ ├── layout_menu_xiangmuzhuye.xml.flat
│ │ │ │ │ ├── layout_nav_header_main.xml.flat
│ │ │ │ │ ├── layout_notification_media_action.xml.flat
│ │ │ │ │ ├── layout_notification_media_cancel_action.xml.flat
│ │ │ │ │ ├── layout_notification_template_big_media_custom.xml.flat
│ │ │ │ │ ├── layout_notification_template_big_media_narrow_custom.xml.flat
│ │ │ │ │ ├── layout_notification_template_big_media_narrow.xml.flat
│ │ │ │ │ ├── layout_notification_template_big_media.xml.flat
│ │ │ │ │ ├── layout_notification_template_lines_media.xml.flat
│ │ │ │ │ ├── layout_notification_template_media_custom.xml.flat
│ │ │ │ │ ├── layout_notification_template_media.xml.flat
│ │ │ │ │ ├── layout_notification_template_part_chronometer.xml.flat
│ │ │ │ │ ├── layout_notification_template_part_time.xml.flat
│ │ │ │ │ ├── layout___picker_dialog_photo_pager.xml.flat
│ │ │ │ │ ├── layout___picker_item_dialog.xml.flat
│ │ │ │ │ ├── layout_pupview.xml.flat
│ │ │ │ │ ├── layout_select_dialog_item_material.xml.flat
│ │ │ │ │ ├── layout_select_dialog_multichoice_material.xml.flat
│ │ │ │ │ ├── layout_select_dialog_singlechoice_material.xml.flat
│ │ │ │ │ ├── layout_support_simple_spinner_dropdown_item.xml.flat
│ │ │ │ │ ├── layout-sw600dp-v13_design_layout_snackbar.xml.flat
│ │ │ │ │ ├── layout_tooltip.xml.flat
│ │ │ │ │ ├── layout-v21_notification_action_tombstone.xml.flat
│ │ │ │ │ ├── layout-v21_notification_action.xml.flat
│ │ │ │ │ ├── layout-v21_notification_template_custom_big.xml.flat
│ │ │ │ │ ├── layout-v21_notification_template_icon_group.xml.flat
│ │ │ │ │ ├── layout-v26_abc_screen_toolbar.xml.flat
│ │ │ │ │ ├── menu_activity_main_drawer.xml.flat
│ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat
│ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat
│ │ │ │ │ ├── mipmap-hdpi_ic_launcher.png.flat
│ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.png.flat
│ │ │ │ │ ├── mipmap-mdpi_ic_launcher.png.flat
│ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.png.flat
│ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.png.flat
│ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_book_blue.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_bookpic_blue.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_bookpic_white.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_cumtxuhailogo.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_icon_back.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_logion_button.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_nav_exit.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_nav_guanyu.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_nav_saomaxiazai.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_nav_xiangmuzhuye.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_shu.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_1.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_1_selected.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_2.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_2_selected.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_3.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_3_selected.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_menu.png.flat
│ │ │ │ │ ├── mipmap-xxhdpi_toolbar_search.png.flat
│ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.png.flat
│ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.png.flat
│ │ │ │ │ ├── values-af_values-af.arsc.flat
│ │ │ │ │ ├── values-am_values-am.arsc.flat
│ │ │ │ │ ├── values-ar_values-ar.arsc.flat
│ │ │ │ │ ├── values-az_values-az.arsc.flat
│ │ │ │ │ ├── values-be_values-be.arsc.flat
│ │ │ │ │ ├── values-bg_values-bg.arsc.flat
│ │ │ │ │ ├── values-bn_values-bn.arsc.flat
│ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat
│ │ │ │ │ ├── values-bs_values-bs.arsc.flat
│ │ │ │ │ ├── values-ca_values-ca.arsc.flat
│ │ │ │ │ ├── values-cs_values-cs.arsc.flat
│ │ │ │ │ ├── values-da_values-da.arsc.flat
│ │ │ │ │ ├── values-de_values-de.arsc.flat
│ │ │ │ │ ├── values-el_values-el.arsc.flat
│ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat
│ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat
│ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat
│ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat
│ │ │ │ │ ├── values-es_values-es.arsc.flat
│ │ │ │ │ ├── values-et_values-et.arsc.flat
│ │ │ │ │ ├── values-eu_values-eu.arsc.flat
│ │ │ │ │ ├── values-fa_values-fa.arsc.flat
│ │ │ │ │ ├── values-fi_values-fi.arsc.flat
│ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat
│ │ │ │ │ ├── values-fr_values-fr.arsc.flat
│ │ │ │ │ ├── values-gl_values-gl.arsc.flat
│ │ │ │ │ ├── values-gu_values-gu.arsc.flat
│ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat
│ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat
│ │ │ │ │ ├── values-hi_values-hi.arsc.flat
│ │ │ │ │ ├── values-hr_values-hr.arsc.flat
│ │ │ │ │ ├── values-hu_values-hu.arsc.flat
│ │ │ │ │ ├── values-hy_values-hy.arsc.flat
│ │ │ │ │ ├── values-in_values-in.arsc.flat
│ │ │ │ │ ├── values-is_values-is.arsc.flat
│ │ │ │ │ ├── values-it_values-it.arsc.flat
│ │ │ │ │ ├── values-iw_values-iw.arsc.flat
│ │ │ │ │ ├── values-ja_values-ja.arsc.flat
│ │ │ │ │ ├── values-ka_values-ka.arsc.flat
│ │ │ │ │ ├── values-kk_values-kk.arsc.flat
│ │ │ │ │ ├── values-km_values-km.arsc.flat
│ │ │ │ │ ├── values-kn_values-kn.arsc.flat
│ │ │ │ │ ├── values-ko_values-ko.arsc.flat
│ │ │ │ │ ├── values-ky_values-ky.arsc.flat
│ │ │ │ │ ├── values-land_values-land.arsc.flat
│ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat
│ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat
│ │ │ │ │ ├── values-lo_values-lo.arsc.flat
│ │ │ │ │ ├── values-lt_values-lt.arsc.flat
│ │ │ │ │ ├── values-lv_values-lv.arsc.flat
│ │ │ │ │ ├── values-mk_values-mk.arsc.flat
│ │ │ │ │ ├── values-ml_values-ml.arsc.flat
│ │ │ │ │ ├── values-mn_values-mn.arsc.flat
│ │ │ │ │ ├── values-mr_values-mr.arsc.flat
│ │ │ │ │ ├── values-ms_values-ms.arsc.flat
│ │ │ │ │ ├── values-my_values-my.arsc.flat
│ │ │ │ │ ├── values-nb_values-nb.arsc.flat
│ │ │ │ │ ├── values-ne_values-ne.arsc.flat
│ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat
│ │ │ │ │ ├── values-nl_values-nl.arsc.flat
│ │ │ │ │ ├── values-pa_values-pa.arsc.flat
│ │ │ │ │ ├── values-pl_values-pl.arsc.flat
│ │ │ │ │ ├── values-port_values-port.arsc.flat
│ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat
│ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat
│ │ │ │ │ ├── values-pt_values-pt.arsc.flat
│ │ │ │ │ ├── values-ro_values-ro.arsc.flat
│ │ │ │ │ ├── values-ru_values-ru.arsc.flat
│ │ │ │ │ ├── values-si_values-si.arsc.flat
│ │ │ │ │ ├── values-sk_values-sk.arsc.flat
│ │ │ │ │ ├── values-sl_values-sl.arsc.flat
│ │ │ │ │ ├── values-sq_values-sq.arsc.flat
│ │ │ │ │ ├── values-sr_values-sr.arsc.flat
│ │ │ │ │ ├── values-sv_values-sv.arsc.flat
│ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat
│ │ │ │ │ ├── values-sw_values-sw.arsc.flat
│ │ │ │ │ ├── values-ta_values-ta.arsc.flat
│ │ │ │ │ ├── values-te_values-te.arsc.flat
│ │ │ │ │ ├── values-th_values-th.arsc.flat
│ │ │ │ │ ├── values-tl_values-tl.arsc.flat
│ │ │ │ │ ├── values-tr_values-tr.arsc.flat
│ │ │ │ │ ├── values-uk_values-uk.arsc.flat
│ │ │ │ │ ├── values-ur_values-ur.arsc.flat
│ │ │ │ │ ├── values-uz_values-uz.arsc.flat
│ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ ├── values-v12_values-v12.arsc.flat
│ │ │ │ │ ├── values-v13_values-v13.arsc.flat
│ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ ├── values-v16_values-v16.arsc.flat
│ │ │ │ │ ├── values-v17_values-v17.arsc.flat
│ │ │ │ │ ├── values-v18_values-v18.arsc.flat
│ │ │ │ │ ├── values-v21_values-v21.arsc.flat
│ │ │ │ │ ├── values-v22_values-v22.arsc.flat
│ │ │ │ │ ├── values-v23_values-v23.arsc.flat
│ │ │ │ │ ├── values-v24_values-v24.arsc.flat
│ │ │ │ │ ├── values-v25_values-v25.arsc.flat
│ │ │ │ │ ├── values-v26_values-v26.arsc.flat
│ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ ├── values-vi_values-vi.arsc.flat
│ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat
│ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat
│ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat
│ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat
│ │ │ │ │ ├── values-zu_values-zu.arsc.flat
│ │ │ │ │ ├── xml_pref_data_sync.xml.flat
│ │ │ │ │ ├── xml_pref_general.xml.flat
│ │ │ │ │ ├── xml_pref_headers.xml.flat
│ │ │ │ │ └── xml_pref_notification.xml.flat
│ │ │ │ └── symbol-table-with-package
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── package-aware-r.txt
│ │ │ │ └── debug
│ │ │ │ └── package-aware-r.txt
│ │ │ ├── split-apk
│ │ │ │ └── debug
│ │ │ │ ├── dep
│ │ │ │ │ └── dependencies.apk
│ │ │ │ └── slices
│ │ │ │ ├── slice_0.apk
│ │ │ │ ├── slice_1.apk
│ │ │ │ ├── slice_2.apk
│ │ │ │ ├── slice_3.apk
│ │ │ │ ├── slice_4.apk
│ │ │ │ ├── slice_5.apk
│ │ │ │ ├── slice_6.apk
│ │ │ │ ├── slice_7.apk
│ │ │ │ ├── slice_8.apk
│ │ │ │ └── slice_9.apk
│ │ │ ├── splits-support
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ ├── debug
│ │ │ │ │ ├── apk-list
│ │ │ │ │ │ └── apk-list.gson
│ │ │ │ │ ├── split-list
│ │ │ │ │ │ └── split-list.gson
│ │ │ │ │ └── split-list.gson
│ │ │ │ └── release
│ │ │ │ └── apk-list
│ │ │ │ └── apk-list.gson
│ │ │ ├── symbols
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ ├── dexBuilder
│ │ │ │ └── debug
│ │ │ │ ├── 0.jar
│ │ │ │ ├── 103.jar
│ │ │ │ ├── 1.jar
│ │ │ │ ├── 44
│ │ │ │ │ ├── android
│ │ │ │ │ │ ├── arch
│ │ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── constraint
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── coreui
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── coreutils
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── R$animator.dex
│ │ │ │ │ │ │ ├── R$anim.dex
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── fragment
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ └── drawable
│ │ │ │ │ │ │ ├── animated
│ │ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── mediacompat
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ ├── R$anim.dex
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── recyclerview
│ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ └── R.dex
│ │ │ │ │ └── com
│ │ │ │ │ ├── example
│ │ │ │ │ │ └── john
│ │ │ │ │ │ └── myapplication
│ │ │ │ │ │ ├── adapter
│ │ │ │ │ │ │ └── MyFragmentPagerAdapter.dex
│ │ │ │ │ │ ├── adminActivity
│ │ │ │ │ │ │ ├── AdminActivity$1$1.dex
│ │ │ │ │ │ │ ├── AdminActivity$1.dex
│ │ │ │ │ │ │ ├── AdminActivity$2$1.dex
│ │ │ │ │ │ │ ├── AdminActivity$2.dex
│ │ │ │ │ │ │ ├── AdminActivity.dex
│ │ │ │ │ │ │ ├── librarian$1.dex
│ │ │ │ │ │ │ ├── librarian$2.dex
│ │ │ │ │ │ │ ├── librarian$3.dex
│ │ │ │ │ │ │ ├── librarian.dex
│ │ │ │ │ │ │ ├── ShowUserActivity$1.dex
│ │ │ │ │ │ │ ├── ShowUserActivity$2.dex
│ │ │ │ │ │ │ ├── ShowUserActivity.dex
│ │ │ │ │ │ │ ├── UserBorrowActivity$1.dex
│ │ │ │ │ │ │ └── UserBorrowActivity.dex
│ │ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ │ ├── LoginActivity$1.dex
│ │ │ │ │ │ ├── LoginActivity.dex
│ │ │ │ │ │ ├── MainActivity$1.dex
│ │ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ │ ├── ownclass
│ │ │ │ │ │ │ ├── importdataclass.dex
│ │ │ │ │ │ │ └── mydatabasehelper.dex
│ │ │ │ │ │ ├── R$animator.dex
│ │ │ │ │ │ ├── R$anim.dex
│ │ │ │ │ │ ├── R$array.dex
│ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ │ ├── R$menu.dex
│ │ │ │ │ │ ├── R$mipmap.dex
│ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ ├── R$style.dex
│ │ │ │ │ │ ├── R$xml.dex
│ │ │ │ │ │ ├── R.dex
│ │ │ │ │ │ └── ui
│ │ │ │ │ │ ├── action
│ │ │ │ │ │ │ └── toolbar_image_clean.dex
│ │ │ │ │ │ ├── Fragment
│ │ │ │ │ │ │ ├── barFragment1_1$1.dex
│ │ │ │ │ │ │ ├── barFragment1_1.dex
│ │ │ │ │ │ │ ├── barFragment1_2$1.dex
│ │ │ │ │ │ │ ├── barFragment1_2$2.dex
│ │ │ │ │ │ │ ├── barFragment1_2$3.dex
│ │ │ │ │ │ │ ├── barFragment1_2$4.dex
│ │ │ │ │ │ │ ├── barFragment1_2.dex
│ │ │ │ │ │ │ ├── barFragment1_3$1.dex
│ │ │ │ │ │ │ ├── barFragment1_3$2.dex
│ │ │ │ │ │ │ ├── barFragment1_3$3.dex
│ │ │ │ │ │ │ ├── barFragment1_3$4.dex
│ │ │ │ │ │ │ ├── barFragment1_3.dex
│ │ │ │ │ │ │ ├── barFragment1.dex
│ │ │ │ │ │ │ ├── barFragment2$1.dex
│ │ │ │ │ │ │ ├── barFragment2.dex
│ │ │ │ │ │ │ ├── barFragment3_1$1.dex
│ │ │ │ │ │ │ ├── barFragment3_1.dex
│ │ │ │ │ │ │ ├── barFragment3_2$1$1.dex
│ │ │ │ │ │ │ ├── barFragment3_2$1.dex
│ │ │ │ │ │ │ ├── barFragment3_2.dex
│ │ │ │ │ │ │ └── barFragment3.dex
│ │ │ │ │ │ └── menu
│ │ │ │ │ │ ├── guanyuxiangmu$1.dex
│ │ │ │ │ │ ├── guanyuxiangmu.dex
│ │ │ │ │ │ ├── saomaxiazai$1.dex
│ │ │ │ │ │ ├── saomaxiazai.dex
│ │ │ │ │ │ └── xiangmuzhuye.dex
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── gms
│ │ │ │ │ │ ├── audience
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── base
│ │ │ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ │ │ ├── R$color.dex
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ ├── R$id.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── common
│ │ │ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ │ │ ├── R$string.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ ├── plus
│ │ │ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ │ │ └── R.dex
│ │ │ │ │ │ └── tasks
│ │ │ │ │ │ └── R.dex
│ │ │ │ │ └── longsh
│ │ │ │ │ └── optionframelibrary
│ │ │ │ │ ├── R$anim.dex
│ │ │ │ │ ├── R$attr.dex
│ │ │ │ │ ├── R$bool.dex
│ │ │ │ │ ├── R$color.dex
│ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ ├── R$id.dex
│ │ │ │ │ ├── R$integer.dex
│ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ ├── R$string.dex
│ │ │ │ │ ├── R$styleable.dex
│ │ │ │ │ ├── R$style.dex
│ │ │ │ │ └── R.dex
│ │ │ │ ├── 67.jar
│ │ │ │ ├── 68.jar
│ │ │ │ ├── 69.jar
│ │ │ │ ├── 70.jar
│ │ │ │ ├── 71.jar
│ │ │ │ ├── 72.jar
│ │ │ │ ├── 73.jar
│ │ │ │ ├── 74.jar
│ │ │ │ ├── 75.jar
│ │ │ │ ├── 76.jar
│ │ │ │ ├── 77.jar
│ │ │ │ ├── 78.jar
│ │ │ │ ├── 79.jar
│ │ │ │ ├── 80.jar
│ │ │ │ ├── 81.jar
│ │ │ │ ├── 82.jar
│ │ │ │ ├── 83.jar
│ │ │ │ ├── 84.jar
│ │ │ │ ├── 85.jar
│ │ │ │ ├── 86.jar
│ │ │ │ ├── 87.jar
│ │ │ │ ├── 88.jar
│ │ │ │ ├── 89.jar
│ │ │ │ ├── 90.jar
│ │ │ │ ├── 91.jar
│ │ │ │ ├── 95.jar
│ │ │ │ ├── 99.jar
│ │ │ │ └── __content__.json
│ │ │ ├── dexMerger
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── externalLibsDexMerger
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── extractJars
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── instantRun
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ └── MyFragmentPagerAdapter.class
│ │ │ │ │ ├── android
│ │ │ │ │ │ ├── arch
│ │ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── constraint
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── coreui
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── coreutils
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── fragment
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ └── drawable
│ │ │ │ │ │ │ ├── animated
│ │ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── mediacompat
│ │ │ │ │ │ │ ├── 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$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
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── 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$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── Listener
│ │ │ │ │ │ └── PerfectClickListener.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$animator.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── ui
│ │ │ │ │ ├── action
│ │ │ │ │ │ └── toolbar_image_clean.class
│ │ │ │ │ └── menu
│ │ │ │ │ ├── guanyunyunyu$1.class
│ │ │ │ │ ├── guanyunyunyu.class
│ │ │ │ │ ├── saomaxiazai$1.class
│ │ │ │ │ ├── saomaxiazai.class
│ │ │ │ │ └── xiangmuzhuye.class
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunDependenciesApk
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunSlicer
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── fragment
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── mediacompat
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_0.class
│ │ │ │ │ └── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── Listener
│ │ │ │ │ │ └── PerfectClickListener.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── R$animator.class
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── ui
│ │ │ │ │ └── action
│ │ │ │ │ └── toolbar_image_clean.class
│ │ │ │ ├── 1
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── arch
│ │ │ │ │ │ └── lifecycle
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_1.class
│ │ │ │ ├── 2
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── coreutils
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ └── appcompat
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_2.class
│ │ │ │ ├── 3
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ └── drawable
│ │ │ │ │ │ │ ├── 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$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_3.class
│ │ │ │ ├── 4
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_4.class
│ │ │ │ ├── 5
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_5.class
│ │ │ │ │ └── example
│ │ │ │ │ └── john
│ │ │ │ │ └── myapplication
│ │ │ │ │ └── ui
│ │ │ │ │ └── menu
│ │ │ │ │ ├── guanyunyunyu$1.class
│ │ │ │ │ ├── guanyunyunyu.class
│ │ │ │ │ ├── saomaxiazai$1.class
│ │ │ │ │ ├── saomaxiazai.class
│ │ │ │ │ └── xiangmuzhuye.class
│ │ │ │ ├── 6
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_6.class
│ │ │ │ ├── 7
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── coreui
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ └── recyclerview
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_7.class
│ │ │ │ ├── 8
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── graphics
│ │ │ │ │ │ └── drawable
│ │ │ │ │ │ └── animated
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_8.class
│ │ │ │ ├── 9
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ └── MyFragmentPagerAdapter.class
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── constraint
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_9.class
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunSlicesApk
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── mergeJavaRes
│ │ │ │ └── debug
│ │ │ │ ├── 0.jar
│ │ │ │ └── __content__.json
│ │ │ └── mergeJniLibs
│ │ │ └── debug
│ │ │ └── __content__.json
│ │ └── outputs
│ │ ├── apk
│ │ │ └── debug
│ │ │ ├── app-debug.apk
│ │ │ └── output.json
│ │ └── logs
│ │ └── manifest-merger-debug-report.txt
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── john
│ │ └── myapplication
│ │ └── ExampleInstrumentedTest.java
│ ├── libs
│ │ └── jsoup-1.11.2.jar
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ └── example
│ │ └── john
│ │ └── myapplication
│ │ ├── adapter
│ │ │ └── MyFragmentPagerAdapter.java
│ │ ├── adminActivity
│ │ │ ├── AdminActivity.java
│ │ │ ├── librarian.java
│ │ │ ├── ShowUserActivity.java
│ │ │ └── UserBorrowActivity.java
│ │ ├── LoginActivity.java
│ │ ├── MainActivity.java
│ │ ├── ownclass
│ │ │ ├── importdataclass.java
│ │ │ └── mydatabasehelper.java
│ │ └── ui
│ │ ├── action
│ │ │ └── toolbar_image_clean.java
│ │ ├── Fragment
│ │ │ ├── barFragment1_1.java
│ │ │ ├── barFragment1_2.java
│ │ │ ├── barFragment1_3.java
│ │ │ ├── barFragment1.java
│ │ │ ├── barFragment2.java
│ │ │ ├── barFragment3_1.java
│ │ │ ├── barFragment3_2.java
│ │ │ └── barFragment3.java
│ │ └── menu
│ │ ├── guanyuxiangmu.java
│ │ ├── saomaxiazai.java
│ │ └── xiangmuzhuye.java
│ └── res
│ ├── drawable
│ │ ├── bd_logo1.png
│ │ ├── bookpic.png
│ │ ├── boy.jpg
│ │ ├── girl.jpg
│ │ ├── homepage_header.png
│ │ ├── ic_info_black_24dp.xml
│ │ ├── ic_launcher_background.xml
│ │ ├── ic_nav_bg_drawerlayout.png
│ │ ├── ic_notifications_black_24dp.xml
│ │ ├── ic_sync_black_24dp.xml
│ │ ├── librarypic.jpg
│ │ ├── ripple_item_white_bg.xml
│ │ ├── shape_small.xml
│ │ ├── shape.xml
│ │ └── wechat.png
│ ├── drawable-v24
│ │ ├── ic_launcher_foreground.xml
│ │ ├── ripple_item_white_bg.xml
│ │ ├── ripple_one_item_bg.xml
│ │ └── ripple_tab_bg.xml
│ ├── layout
│ │ ├── activity_admin.xml
│ │ ├── activity_librarian.xml
│ │ ├── activity_main.xml
│ │ ├── activity_showuser.xml
│ │ ├── activity_userborrow.xml
│ │ ├── app_bar_main.xml
│ │ ├── content_xiangmuzhuye.xml
│ │ ├── duihuakuang_add.xml
│ │ ├── duihuakuang_delete.xml
│ │ ├── fragment1_1.xml
│ │ ├── fragment1_2.xml
│ │ ├── fragment1_3.xml
│ │ ├── fragment_2.xml
│ │ ├── fragment3_1.xml
│ │ ├── fragment3_2.xml
│ │ ├── fragmentbased.xml
│ │ ├── fragment_with_title.xml
│ │ ├── layout_login.xml
│ │ ├── menu_guanyubenruanjian.xml
│ │ ├── menu_otherbar.xml
│ │ ├── menu_saomaxiazai.xml
│ │ ├── menu_xiangmuzhuye.xml
│ │ └── nav_header_main.xml
│ ├── menu
│ │ └── activity_main_drawer.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher_round.xml
│ │ └── ic_launcher.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── book_blue.png
│ │ ├── bookpic_blue.png
│ │ ├── bookpic_white.png
│ │ ├── cumtxuhailogo.png
│ │ ├── ic_launcher.png
│ │ ├── ic_launcher_round.png
│ │ ├── icon_back.png
│ │ ├── logion_button.png
│ │ ├── nav_exit.png
│ │ ├── nav_guanyu.png
│ │ ├── nav_saomaxiazai.png
│ │ ├── nav_xiangmuzhuye.png
│ │ ├── shu.png
│ │ ├── toolbar_1.png
│ │ ├── toolbar_1_selected.png
│ │ ├── toolbar_2.png
│ │ ├── toolbar_2_selected.png
│ │ ├── toolbar_3.png
│ │ ├── toolbar_3_selected.png
│ │ ├── toolbar_menu.png
│ │ └── toolbar_search.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── values
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v21
│ │ └── styles.xml
│ ├── xml
│ │ ├── pref_data_sync.xml
│ │ ├── pref_general.xml
│ │ ├── pref_headers.xml
│ │ └── pref_notification.xml
│ └── xml-v26
│ └── shortcuts.xml
├── build
│ └── android-profile
│ ├── profile-2018-02-03-10-14-52-572.json
│ ├── profile-2018-02-03-10-14-52-572.rawproto
│ ├── profile-2018-02-03-10-15-03-451.json
│ ├── profile-2018-02-03-10-15-03-451.rawproto
│ ├── profile-2018-02-03-10-15-12-972.json
│ ├── profile-2018-02-03-10-15-12-972.rawproto
│ ├── profile-2018-02-03-10-15-32-846.json
│ ├── profile-2018-02-03-10-15-32-846.rawproto
│ ├── profile-2018-02-03-10-16-41-149.json
│ ├── profile-2018-02-03-10-16-41-149.rawproto
│ ├── profile-2018-02-03-10-20-34-454.json
│ ├── profile-2018-02-03-10-20-34-454.rawproto
│ ├── profile-2018-02-03-10-22-42-653.json
│ ├── profile-2018-02-03-10-22-42-653.rawproto
│ ├── profile-2018-02-03-10-22-59-055.json
│ ├── profile-2018-02-03-10-22-59-055.rawproto
│ ├── profile-2018-02-03-10-24-02-115.json
│ ├── profile-2018-02-03-10-24-02-115.rawproto
│ ├── profile-2018-02-03-10-24-23-203.json
│ ├── profile-2018-02-03-10-24-23-203.rawproto
│ ├── profile-2018-02-03-10-24-36-228.json
│ ├── profile-2018-02-03-10-24-36-228.rawproto
│ ├── profile-2018-02-03-10-25-20-792.json
│ ├── profile-2018-02-03-10-25-20-792.rawproto
│ ├── profile-2018-02-03-10-25-45-518.json
│ ├── profile-2018-02-03-10-25-45-518.rawproto
│ ├── profile-2018-02-03-10-27-07-225.json
│ ├── profile-2018-02-03-10-27-07-225.rawproto
│ ├── profile-2018-02-03-10-28-44-013.json
│ ├── profile-2018-02-03-10-28-44-013.rawproto
│ ├── profile-2018-02-03-10-29-30-151.json
│ ├── profile-2018-02-03-10-29-30-151.rawproto
│ ├── profile-2018-02-03-10-31-34-650.json
│ ├── profile-2018-02-03-10-31-34-650.rawproto
│ ├── profile-2018-02-03-10-32-07-544.json
│ ├── profile-2018-02-03-10-32-07-544.rawproto
│ ├── profile-2018-02-03-10-35-10-687.json
│ ├── profile-2018-02-03-10-35-10-687.rawproto
│ ├── profile-2018-02-03-10-36-53-316.json
│ ├── profile-2018-02-03-10-36-53-316.rawproto
│ ├── profile-2018-02-03-10-37-22-893.json
│ ├── profile-2018-02-03-10-37-22-893.rawproto
│ ├── profile-2018-02-03-10-38-21-082.json
│ ├── profile-2018-02-03-10-38-21-082.rawproto
│ ├── profile-2018-02-03-10-39-18-123.json
│ ├── profile-2018-02-03-10-39-18-123.rawproto
│ ├── profile-2018-02-03-10-39-34-290.json
│ ├── profile-2018-02-03-10-39-34-290.rawproto
│ ├── profile-2018-02-03-10-40-20-479.json
│ ├── profile-2018-02-03-10-40-20-479.rawproto
│ ├── profile-2018-02-03-10-40-30-702.json
│ ├── profile-2018-02-03-10-40-30-702.rawproto
│ ├── profile-2018-02-03-10-42-36-091.json
│ ├── profile-2018-02-03-10-42-36-091.rawproto
│ ├── profile-2018-02-03-10-46-27-615.json
│ ├── profile-2018-02-03-10-46-27-615.rawproto
│ ├── profile-2018-02-03-10-47-12-314.json
│ ├── profile-2018-02-03-10-47-12-314.rawproto
│ ├── profile-2018-02-03-10-47-49-721.json
│ ├── profile-2018-02-03-10-47-49-721.rawproto
│ ├── profile-2018-02-03-10-49-49-299.json
│ ├── profile-2018-02-03-10-49-49-299.rawproto
│ ├── profile-2018-02-03-10-50-22-660.json
│ ├── profile-2018-02-03-10-50-22-660.rawproto
│ ├── profile-2018-02-03-10-50-59-350.json
│ ├── profile-2018-02-03-10-50-59-350.rawproto
│ ├── profile-2018-02-03-11-01-38-036.json
│ ├── profile-2018-02-03-11-01-38-036.rawproto
│ ├── profile-2018-02-03-11-02-53-924.json
│ ├── profile-2018-02-03-11-02-53-924.rawproto
│ ├── profile-2018-02-03-11-03-07-954.json
│ ├── profile-2018-02-03-11-03-07-954.rawproto
│ ├── profile-2018-02-21-18-03-03-801.json
│ ├── profile-2018-02-21-18-03-03-801.rawproto
│ ├── profile-2018-02-21-18-03-41-952.json
│ ├── profile-2018-02-21-18-03-41-952.rawproto
│ ├── profile-2018-02-21-18-04-21-499.json
│ ├── profile-2018-02-21-18-04-21-499.rawproto
│ ├── profile-2018-02-21-18-28-23-005.json
│ ├── profile-2018-02-21-18-28-23-005.rawproto
│ ├── profile-2018-02-21-18-29-30-236.json
│ ├── profile-2018-02-21-18-29-30-236.rawproto
│ ├── profile-2018-02-21-18-29-36-558.json
│ ├── profile-2018-02-21-18-29-36-558.rawproto
│ ├── profile-2018-02-21-18-34-18-808.json
│ ├── profile-2018-02-21-18-34-18-808.rawproto
│ ├── profile-2018-02-21-18-34-25-095.json
│ ├── profile-2018-02-21-18-34-25-095.rawproto
│ ├── profile-2018-02-21-18-35-27-396.json
│ ├── profile-2018-02-21-18-35-27-396.rawproto
│ ├── profile-2018-02-21-18-35-32-447.json
│ ├── profile-2018-02-21-18-35-32-447.rawproto
│ ├── profile-2018-02-21-18-37-53-289.json
│ ├── profile-2018-02-21-18-37-53-289.rawproto
│ ├── profile-2018-02-21-18-40-16-453.json
│ ├── profile-2018-02-21-18-40-16-453.rawproto
│ ├── profile-2018-02-21-18-50-12-760.json
│ ├── profile-2018-02-21-18-50-12-760.rawproto
│ ├── profile-2018-02-21-18-51-16-263.json
│ ├── profile-2018-02-21-18-51-16-263.rawproto
│ ├── profile-2018-02-21-18-54-08-699.json
│ ├── profile-2018-02-21-18-54-08-699.rawproto
│ ├── profile-2018-02-21-18-54-55-866.json
│ ├── profile-2018-02-21-18-54-55-866.rawproto
│ ├── profile-2018-02-21-18-56-37-963.json
│ ├── profile-2018-02-21-18-56-37-963.rawproto
│ ├── profile-2018-02-21-18-57-57-127.json
│ ├── profile-2018-02-21-18-57-57-127.rawproto
│ ├── profile-2018-02-21-19-03-54-228.json
│ ├── profile-2018-02-21-19-03-54-228.rawproto
│ ├── profile-2018-02-21-19-09-15-409.json
│ ├── profile-2018-02-21-19-09-15-409.rawproto
│ ├── profile-2018-02-21-19-11-14-217.json
│ ├── profile-2018-02-21-19-11-14-217.rawproto
│ ├── profile-2018-02-21-19-16-29-335.json
│ ├── profile-2018-02-21-19-16-29-335.rawproto
│ ├── profile-2018-02-21-19-17-58-003.json
│ ├── profile-2018-02-21-19-17-58-003.rawproto
│ ├── profile-2018-02-21-19-18-04-741.json
│ ├── profile-2018-02-21-19-18-04-741.rawproto
│ ├── profile-2018-02-21-19-28-36-414.json
│ ├── profile-2018-02-21-19-28-36-414.rawproto
│ ├── profile-2018-02-21-19-28-41-079.json
│ ├── profile-2018-02-21-19-28-41-079.rawproto
│ ├── profile-2018-02-21-19-29-37-147.json
│ ├── profile-2018-02-21-19-29-37-147.rawproto
│ ├── profile-2018-02-21-19-30-59-966.json
│ ├── profile-2018-02-21-19-30-59-966.rawproto
│ ├── profile-2018-02-21-19-31-40-808.json
│ ├── profile-2018-02-21-19-31-40-808.rawproto
│ ├── profile-2018-02-21-19-32-02-890.json
│ ├── profile-2018-02-21-19-32-02-890.rawproto
│ ├── profile-2018-02-21-19-32-26-478.json
│ ├── profile-2018-02-21-19-32-26-478.rawproto
│ ├── profile-2018-02-21-19-33-19-920.json
│ ├── profile-2018-02-21-19-33-19-920.rawproto
│ ├── profile-2018-02-21-19-35-09-121.json
│ ├── profile-2018-02-21-19-35-09-121.rawproto
│ ├── profile-2018-02-21-19-35-55-637.json
│ ├── profile-2018-02-21-19-35-55-637.rawproto
│ ├── profile-2018-02-21-19-38-23-621.json
│ ├── profile-2018-02-21-19-38-23-621.rawproto
│ ├── profile-2018-02-21-19-39-26-806.json
│ ├── profile-2018-02-21-19-39-26-806.rawproto
│ ├── profile-2018-02-21-19-41-50-712.json
│ ├── profile-2018-02-21-19-41-50-712.rawproto
│ ├── profile-2018-02-21-19-43-01-886.json
│ ├── profile-2018-02-21-19-43-01-886.rawproto
│ ├── profile-2018-02-21-19-45-06-525.json
│ ├── profile-2018-02-21-19-45-06-525.rawproto
│ ├── profile-2018-02-21-19-46-17-504.json
│ ├── profile-2018-02-21-19-46-17-504.rawproto
│ ├── profile-2018-02-21-19-50-18-852.json
│ ├── profile-2018-02-21-19-50-18-852.rawproto
│ ├── profile-2018-02-21-19-50-56-010.json
│ ├── profile-2018-02-21-19-50-56-010.rawproto
│ ├── profile-2018-02-21-19-51-39-876.json
│ ├── profile-2018-02-21-19-51-39-876.rawproto
│ ├── profile-2018-02-21-19-54-00-302.json
│ ├── profile-2018-02-21-19-54-00-302.rawproto
│ ├── profile-2018-02-21-20-07-45-393.json
│ ├── profile-2018-02-21-20-07-45-393.rawproto
│ ├── profile-2018-02-21-20-07-57-196.json
│ ├── profile-2018-02-21-20-07-57-196.rawproto
│ ├── profile-2018-02-21-20-14-09-558.json
│ ├── profile-2018-02-21-20-14-09-558.rawproto
│ ├── profile-2018-02-21-20-17-13-303.json
│ ├── profile-2018-02-21-20-17-13-303.rawproto
│ ├── profile-2018-02-21-20-48-29-134.json
│ ├── profile-2018-02-21-20-48-29-134.rawproto
│ ├── profile-2018-02-21-20-49-37-071.json
│ ├── profile-2018-02-21-20-49-37-071.rawproto
│ ├── profile-2018-02-21-20-50-47-555.json
│ ├── profile-2018-02-21-20-50-47-555.rawproto
│ ├── profile-2018-02-21-20-59-04-123.json
│ ├── profile-2018-02-21-20-59-04-123.rawproto
│ ├── profile-2018-02-21-21-25-35-085.json
│ ├── profile-2018-02-21-21-25-35-085.rawproto
│ ├── profile-2018-02-21-21-26-06-530.json
│ ├── profile-2018-02-21-21-26-06-530.rawproto
│ ├── profile-2018-02-21-21-26-44-707.json
│ ├── profile-2018-02-21-21-26-44-707.rawproto
│ ├── profile-2018-02-21-21-28-19-562.json
│ ├── profile-2018-02-21-21-28-19-562.rawproto
│ ├── profile-2018-02-21-21-30-45-601.json
│ ├── profile-2018-02-21-21-30-45-601.rawproto
│ ├── profile-2018-02-21-21-33-01-905.json
│ ├── profile-2018-02-21-21-33-01-905.rawproto
│ ├── profile-2018-02-21-21-35-10-946.json
│ ├── profile-2018-02-21-21-35-10-946.rawproto
│ ├── profile-2018-02-21-21-35-59-435.json
│ ├── profile-2018-02-21-21-35-59-435.rawproto
│ ├── profile-2018-02-21-21-43-48-624.json
│ ├── profile-2018-02-21-21-43-48-624.rawproto
│ ├── profile-2018-02-21-21-44-53-630.json
│ ├── profile-2018-02-21-21-44-53-630.rawproto
│ ├── profile-2018-02-21-21-45-47-220.json
│ ├── profile-2018-02-21-21-45-47-220.rawproto
│ ├── profile-2018-02-21-21-46-39-605.json
│ ├── profile-2018-02-21-21-46-39-605.rawproto
│ ├── profile-2018-02-21-21-47-28-938.json
│ ├── profile-2018-02-21-21-47-28-938.rawproto
│ ├── profile-2018-02-21-22-11-54-433.json
│ ├── profile-2018-02-21-22-11-54-433.rawproto
│ ├── profile-2018-02-21-22-12-17-938.json
│ ├── profile-2018-02-21-22-12-17-938.rawproto
│ ├── profile-2018-02-21-22-14-21-302.json
│ ├── profile-2018-02-21-22-14-21-302.rawproto
│ ├── profile-2018-02-21-22-16-26-826.json
│ ├── profile-2018-02-21-22-16-26-826.rawproto
│ ├── profile-2018-02-21-22-18-14-653.json
│ ├── profile-2018-02-21-22-18-14-653.rawproto
│ ├── profile-2018-02-21-22-18-57-719.json
│ ├── profile-2018-02-21-22-18-57-719.rawproto
│ ├── profile-2018-02-21-22-23-37-734.json
│ ├── profile-2018-02-21-22-23-37-734.rawproto
│ ├── profile-2018-02-21-22-31-56-576.json
│ ├── profile-2018-02-21-22-31-56-576.rawproto
│ ├── profile-2018-02-22-11-14-30-213.json
│ ├── profile-2018-02-22-11-14-30-213.rawproto
│ ├── profile-2018-02-22-11-14-49-461.json
│ ├── profile-2018-02-22-11-14-49-461.rawproto
│ ├── profile-2018-02-22-17-01-28-941.json
│ ├── profile-2018-02-22-17-01-28-941.rawproto
│ ├── profile-2018-02-22-17-17-38-076.json
│ ├── profile-2018-02-22-17-17-38-076.rawproto
│ ├── profile-2018-02-22-17-18-31-422.json
│ ├── profile-2018-02-22-17-18-31-422.rawproto
│ ├── profile-2018-02-22-17-19-29-450.json
│ ├── profile-2018-02-22-17-19-29-450.rawproto
│ ├── profile-2018-02-22-17-20-57-389.json
│ ├── profile-2018-02-22-17-20-57-389.rawproto
│ ├── profile-2018-02-22-17-21-16-333.json
│ ├── profile-2018-02-22-17-21-16-333.rawproto
│ ├── profile-2018-02-23-14-19-04-099.json
│ ├── profile-2018-02-23-14-19-04-099.rawproto
│ ├── profile-2018-02-23-14-20-30-544.json
│ ├── profile-2018-02-23-14-20-30-544.rawproto
│ ├── profile-2018-02-23-14-23-52-201.json
│ ├── profile-2018-02-23-14-23-52-201.rawproto
│ ├── profile-2018-02-23-14-26-19-678.json
│ ├── profile-2018-02-23-14-26-19-678.rawproto
│ ├── profile-2018-02-23-14-30-59-569.json
│ ├── profile-2018-02-23-14-30-59-569.rawproto
│ ├── profile-2018-02-23-14-44-04-420.json
│ ├── profile-2018-02-23-14-44-04-420.rawproto
│ ├── profile-2018-02-23-14-46-01-405.json
│ ├── profile-2018-02-23-14-46-01-405.rawproto
│ ├── profile-2018-02-23-14-46-47-913.json
│ ├── profile-2018-02-23-14-46-47-913.rawproto
│ ├── profile-2018-02-23-14-47-24-845.json
│ ├── profile-2018-02-23-14-47-24-845.rawproto
│ ├── profile-2018-02-23-14-49-16-281.json
│ ├── profile-2018-02-23-14-49-16-281.rawproto
│ ├── profile-2018-02-23-14-49-53-319.json
│ ├── profile-2018-02-23-14-49-53-319.rawproto
│ ├── profile-2018-02-23-14-52-12-040.json
│ ├── profile-2018-02-23-14-52-12-040.rawproto
│ ├── profile-2018-02-24-13-28-26-994.json
│ ├── profile-2018-02-24-13-28-26-994.rawproto
│ ├── profile-2018-02-24-13-28-42-104.json
│ ├── profile-2018-02-24-13-28-42-104.rawproto
│ ├── profile-2018-02-24-13-29-41-437.json
│ ├── profile-2018-02-24-13-29-41-437.rawproto
│ ├── profile-2018-02-24-13-36-20-701.json
│ ├── profile-2018-02-24-13-36-20-701.rawproto
│ ├── profile-2018-02-24-13-41-03-851.json
│ ├── profile-2018-02-24-13-41-03-851.rawproto
│ ├── profile-2018-02-24-13-41-38-869.json
│ ├── profile-2018-02-24-13-41-38-869.rawproto
│ ├── profile-2018-02-24-13-42-27-311.json
│ ├── profile-2018-02-24-13-42-27-311.rawproto
│ ├── profile-2018-02-24-14-45-05-423.json
│ ├── profile-2018-02-24-14-45-05-423.rawproto
│ ├── profile-2018-02-24-14-50-48-529.json
│ ├── profile-2018-02-24-14-50-48-529.rawproto
│ ├── profile-2018-02-24-14-51-38-473.json
│ ├── profile-2018-02-24-14-51-38-473.rawproto
│ ├── profile-2018-02-26-11-46-59-390.json
│ ├── profile-2018-02-26-11-46-59-390.rawproto
│ ├── profile-2018-02-26-11-47-35-303.json
│ ├── profile-2018-02-26-11-47-35-303.rawproto
│ ├── profile-2018-02-26-13-27-59-845.json
│ ├── profile-2018-02-26-13-27-59-845.rawproto
│ ├── profile-2018-02-26-13-28-45-216.json
│ ├── profile-2018-02-26-13-28-45-216.rawproto
│ ├── profile-2018-02-26-13-30-23-696.json
│ ├── profile-2018-02-26-13-30-23-696.rawproto
│ ├── profile-2018-02-26-14-31-47-764.json
│ ├── profile-2018-02-26-14-31-47-764.rawproto
│ ├── profile-2018-02-26-14-32-01-973.json
│ ├── profile-2018-02-26-14-32-01-973.rawproto
│ ├── profile-2018-02-26-16-49-23-791.json
│ ├── profile-2018-02-26-16-49-23-791.rawproto
│ ├── profile-2018-02-26-16-49-34-254.json
│ ├── profile-2018-02-26-16-49-34-254.rawproto
│ ├── profile-2018-02-26-17-02-35-030.json
│ ├── profile-2018-02-26-17-02-35-030.rawproto
│ ├── profile-2018-02-26-17-03-27-352.json
│ ├── profile-2018-02-26-17-03-27-352.rawproto
│ ├── profile-2018-02-26-17-03-41-687.json
│ ├── profile-2018-02-26-17-03-41-687.rawproto
│ ├── profile-2018-02-26-17-03-57-848.json
│ ├── profile-2018-02-26-17-03-57-848.rawproto
│ ├── profile-2018-02-26-17-05-11-692.json
│ ├── profile-2018-02-26-17-05-11-692.rawproto
│ ├── profile-2018-02-26-17-05-25-648.json
│ ├── profile-2018-02-26-17-05-25-648.rawproto
│ ├── profile-2018-02-26-17-10-37-358.json
│ ├── profile-2018-02-26-17-10-37-358.rawproto
│ ├── profile-2018-02-26-17-38-38-430.json
│ ├── profile-2018-02-26-17-38-38-430.rawproto
│ ├── profile-2018-02-26-18-52-29-479.json
│ ├── profile-2018-02-26-18-52-29-479.rawproto
│ ├── profile-2018-02-26-18-58-36-988.json
│ ├── profile-2018-02-26-18-58-36-988.rawproto
│ ├── profile-2018-02-26-20-08-15-876.json
│ ├── profile-2018-02-26-20-08-15-876.rawproto
│ ├── profile-2018-02-26-20-08-35-571.json
│ ├── profile-2018-02-26-20-08-35-571.rawproto
│ ├── profile-2018-02-26-20-19-43-935.json
│ ├── profile-2018-02-26-20-19-43-935.rawproto
│ ├── profile-2018-02-26-20-21-29-219.json
│ ├── profile-2018-02-26-20-21-29-219.rawproto
│ ├── profile-2018-02-26-20-23-50-702.json
│ ├── profile-2018-02-26-20-23-50-702.rawproto
│ ├── profile-2018-02-26-20-24-07-842.json
│ ├── profile-2018-02-26-20-24-07-842.rawproto
│ ├── profile-2018-02-26-20-24-17-772.json
│ ├── profile-2018-02-26-20-24-17-772.rawproto
│ ├── profile-2018-02-26-20-25-53-359.json
│ ├── profile-2018-02-26-20-25-53-359.rawproto
│ ├── profile-2018-02-26-20-30-23-963.json
│ ├── profile-2018-02-26-20-30-23-963.rawproto
│ ├── profile-2018-02-26-20-30-50-813.json
│ ├── profile-2018-02-26-20-30-50-813.rawproto
│ ├── profile-2018-02-26-20-31-22-730.json
│ ├── profile-2018-02-26-20-31-22-730.rawproto
│ ├── profile-2018-02-26-20-39-15-260.json
│ ├── profile-2018-02-26-20-39-15-260.rawproto
│ ├── profile-2018-02-26-21-10-20-885.json
│ ├── profile-2018-02-26-21-10-20-885.rawproto
│ ├── profile-2018-02-26-21-11-44-097.json
│ ├── profile-2018-02-26-21-11-44-097.rawproto
│ ├── profile-2018-02-26-21-24-17-772.json
│ ├── profile-2018-02-26-21-24-17-772.rawproto
│ ├── profile-2018-02-26-21-28-52-564.json
│ ├── profile-2018-02-26-21-28-52-564.rawproto
│ ├── profile-2018-02-26-21-43-38-828.json
│ ├── profile-2018-02-26-21-43-38-828.rawproto
│ ├── profile-2018-02-26-21-45-12-003.json
│ ├── profile-2018-02-26-21-45-12-003.rawproto
│ ├── profile-2018-02-26-21-46-58-557.json
│ ├── profile-2018-02-26-21-46-58-557.rawproto
│ ├── profile-2018-02-26-22-00-02-256.json
│ ├── profile-2018-02-26-22-00-02-256.rawproto
│ ├── profile-2018-02-26-22-01-11-554.json
│ ├── profile-2018-02-26-22-01-11-554.rawproto
│ ├── profile-2018-02-26-22-05-59-980.json
│ ├── profile-2018-02-26-22-05-59-980.rawproto
│ ├── profile-2018-02-26-22-07-31-513.json
│ ├── profile-2018-02-26-22-07-31-513.rawproto
│ ├── profile-2018-02-26-22-07-57-911.json
│ ├── profile-2018-02-26-22-07-57-911.rawproto
│ ├── profile-2018-02-26-22-09-15-455.json
│ ├── profile-2018-02-26-22-09-15-455.rawproto
│ ├── profile-2018-02-26-22-53-04-490.json
│ ├── profile-2018-02-26-22-53-04-490.rawproto
│ ├── profile-2018-02-26-22-53-29-088.json
│ ├── profile-2018-02-26-22-53-29-088.rawproto
│ ├── profile-2018-02-28-13-56-33-280.json
│ ├── profile-2018-02-28-13-56-33-280.rawproto
│ ├── profile-2018-02-28-13-56-44-174.json
│ ├── profile-2018-02-28-13-56-44-174.rawproto
│ ├── profile-2018-03-01-06-36-24-298.json
│ ├── profile-2018-03-01-06-36-24-298.rawproto
│ ├── profile-2018-03-01-06-36-36-638.json
│ ├── profile-2018-03-01-06-36-36-638.rawproto
│ ├── profile-2018-03-01-06-37-10-922.json
│ ├── profile-2018-03-01-06-37-10-922.rawproto
│ ├── profile-2018-03-01-15-59-13-432.json
│ ├── profile-2018-03-01-15-59-13-432.rawproto
│ ├── profile-2018-03-01-15-59-22-952.json
│ ├── profile-2018-03-01-15-59-22-952.rawproto
│ ├── profile-2018-03-01-16-31-32-687.json
│ ├── profile-2018-03-01-16-31-32-687.rawproto
│ ├── profile-2018-03-01-16-31-40-694.json
│ ├── profile-2018-03-01-16-31-40-694.rawproto
│ ├── profile-2018-03-01-16-34-19-681.json
│ ├── profile-2018-03-01-16-34-19-681.rawproto
│ ├── profile-2018-03-01-16-34-24-225.json
│ ├── profile-2018-03-01-16-34-24-225.rawproto
│ ├── profile-2018-03-01-16-47-51-400.json
│ ├── profile-2018-03-01-16-47-51-400.rawproto
│ ├── profile-2018-03-01-16-48-18-929.json
│ ├── profile-2018-03-01-16-48-18-929.rawproto
│ ├── profile-2018-03-01-16-51-09-177.json
│ ├── profile-2018-03-01-16-51-09-177.rawproto
│ ├── profile-2018-03-01-16-59-39-909.json
│ ├── profile-2018-03-01-16-59-39-909.rawproto
│ ├── profile-2018-03-12-18-59-16-749.json
│ ├── profile-2018-03-12-18-59-16-749.rawproto
│ ├── profile-2018-03-12-18-59-50-480.json
│ ├── profile-2018-03-12-18-59-50-480.rawproto
│ ├── profile-2018-03-12-18-59-55-866.json
│ ├── profile-2018-03-12-18-59-55-866.rawproto
│ ├── profile-2018-03-12-19-00-05-673.json
│ ├── profile-2018-03-12-19-00-05-673.rawproto
│ ├── profile-2018-03-12-19-00-42-506.json
│ ├── profile-2018-03-12-19-00-42-506.rawproto
│ ├── profile-2018-03-12-19-14-55-423.json
│ ├── profile-2018-03-12-19-14-55-423.rawproto
│ ├── profile-2018-03-12-19-15-18-299.json
│ ├── profile-2018-03-12-19-15-18-299.rawproto
│ ├── profile-2018-03-12-19-19-26-896.json
│ ├── profile-2018-03-12-19-19-26-896.rawproto
│ ├── profile-2018-03-12-19-21-42-242.json
│ ├── profile-2018-03-12-19-21-42-242.rawproto
│ ├── profile-2018-03-12-19-26-48-917.json
│ ├── profile-2018-03-12-19-26-48-917.rawproto
│ ├── profile-2018-03-12-19-29-10-888.json
│ ├── profile-2018-03-12-19-29-10-888.rawproto
│ ├── profile-2018-03-12-19-30-55-656.json
│ ├── profile-2018-03-12-19-30-55-656.rawproto
│ ├── profile-2018-03-12-19-31-32-350.json
│ ├── profile-2018-03-12-19-31-32-350.rawproto
│ ├── profile-2018-03-12-19-35-22-502.json
│ ├── profile-2018-03-12-19-35-22-502.rawproto
│ ├── profile-2018-03-12-19-38-42-789.json
│ ├── profile-2018-03-12-19-38-42-789.rawproto
│ ├── profile-2018-03-12-22-15-07-350.json
│ ├── profile-2018-03-12-22-15-07-350.rawproto
│ ├── profile-2018-03-12-22-15-27-570.json
│ ├── profile-2018-03-12-22-15-27-570.rawproto
│ ├── profile-2018-03-12-22-20-30-184.json
│ ├── profile-2018-03-12-22-20-30-184.rawproto
│ ├── profile-2018-03-12-22-27-08-108.json
│ ├── profile-2018-03-12-22-27-08-108.rawproto
│ ├── profile-2018-03-12-22-28-09-784.json
│ ├── profile-2018-03-12-22-28-09-784.rawproto
│ ├── profile-2018-06-15-11-18-39-192.json
│ └── profile-2018-06-15-11-18-39-192.rawproto
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── local.properties
├── MyApplication.iml
└── settings.gradle
705 directories, 4124 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论