实例介绍
本系统旨在基于移动设备WIFI环境下解决学生签到,教师查询考勤记录,发布公告等问题。本课题研究成果如下: (1)通过调查研究发现便捷,低成本的移动设备主要趋向于安卓智能设备。尽管Apple iPhone 系列吸引了广大用的眼球,但是Google安卓系统的智能手机却一直是国内市场的“主力军”。【1】【通信信息报/2012年/4月/18日/第B04版 玩转终端 安卓独占中国市场七成份额 中低端手机加速规模扩张】同时Apple 手机成本相对较高,在普通高校学生使用率较低。本系统采用开发安卓的客户端简单APP应用调用安卓设备的底层硬件功能,安卓APP通过HTTP 协议、Web Services与服务器
【实例截图】
【核心代码】
基于移动终端的WIFI签到系统
└── 基于移动终端的WIFI签到系统
├── 20170514.bak
├── MyTeacherApp
│ ├── app
│ │ ├── app.iml
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── yxt
│ │ │ │ │ │ └── myteacherapp
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── yxt
│ │ │ │ │ └── myteacherapp
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── transition
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── v7
│ │ │ │ │ ├── appcompat
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── recyclerview
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── gms
│ │ │ │ │ ├── appindexing
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── base
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── R.java
│ │ │ │ ├── yxt
│ │ │ │ │ └── myteacherapp
│ │ │ │ │ └── R.java
│ │ │ │ └── zhy
│ │ │ │ └── autolayout
│ │ │ │ └── R.java
│ │ │ ├── intermediates
│ │ │ │ ├── blame
│ │ │ │ │ └── res
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi
│ │ │ │ │ │ ├── values-af.json
│ │ │ │ │ │ ├── values-am.json
│ │ │ │ │ │ ├── values-ar.json
│ │ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ │ ├── values-be-rBY.json
│ │ │ │ │ │ ├── values-bg.json
│ │ │ │ │ │ ├── values-bn-rBD.json
│ │ │ │ │ │ ├── values-bs-rBA.json
│ │ │ │ │ │ ├── values-b+sr+Latn.json
│ │ │ │ │ │ ├── values-ca.json
│ │ │ │ │ │ ├── values-cs.json
│ │ │ │ │ │ ├── values-da.json
│ │ │ │ │ │ ├── values-de.json
│ │ │ │ │ │ ├── values-el.json
│ │ │ │ │ │ ├── values-en-rAU.json
│ │ │ │ │ │ ├── values-en-rGB.json
│ │ │ │ │ │ ├── values-en-rIN.json
│ │ │ │ │ │ ├── values-es.json
│ │ │ │ │ │ ├── values-es-rUS.json
│ │ │ │ │ │ ├── values-et-rEE.json
│ │ │ │ │ │ ├── values-eu-rES.json
│ │ │ │ │ │ ├── values-fa.json
│ │ │ │ │ │ ├── values-fi.json
│ │ │ │ │ │ ├── values-fr.json
│ │ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ │ ├── values-gl-rES.json
│ │ │ │ │ │ ├── values-gu-rIN.json
│ │ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ │ ├── values-hi.json
│ │ │ │ │ │ ├── values-hr.json
│ │ │ │ │ │ ├── values-hu.json
│ │ │ │ │ │ ├── values-hy-rAM.json
│ │ │ │ │ │ ├── values-in.json
│ │ │ │ │ │ ├── values-is-rIS.json
│ │ │ │ │ │ ├── values-it.json
│ │ │ │ │ │ ├── values-iw.json
│ │ │ │ │ │ ├── values-ja.json
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-ka-rGE.json
│ │ │ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ │ │ ├── values-km-rKH.json
│ │ │ │ │ │ ├── values-kn-rIN.json
│ │ │ │ │ │ ├── values-ko.json
│ │ │ │ │ │ ├── values-ky-rKG.json
│ │ │ │ │ │ ├── values-land.json
│ │ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ │ ├── values-lo-rLA.json
│ │ │ │ │ │ ├── values-lt.json
│ │ │ │ │ │ ├── values-lv.json
│ │ │ │ │ │ ├── values-mk-rMK.json
│ │ │ │ │ │ ├── values-ml-rIN.json
│ │ │ │ │ │ ├── values-mn-rMN.json
│ │ │ │ │ │ ├── values-mr-rIN.json
│ │ │ │ │ │ ├── values-ms-rMY.json
│ │ │ │ │ │ ├── values-my-rMM.json
│ │ │ │ │ │ ├── values-nb.json
│ │ │ │ │ │ ├── values-ne-rNP.json
│ │ │ │ │ │ ├── values-night-v8.json
│ │ │ │ │ │ ├── values-nl.json
│ │ │ │ │ │ ├── values-pa-rIN.json
│ │ │ │ │ │ ├── values-pl.json
│ │ │ │ │ │ ├── values-port.json
│ │ │ │ │ │ ├── values-pt.json
│ │ │ │ │ │ ├── values-pt-rBR.json
│ │ │ │ │ │ ├── values-pt-rPT.json
│ │ │ │ │ │ ├── values-ro.json
│ │ │ │ │ │ ├── values-ru.json
│ │ │ │ │ │ ├── values-si-rLK.json
│ │ │ │ │ │ ├── values-sk.json
│ │ │ │ │ │ ├── values-sl.json
│ │ │ │ │ │ ├── values-sq-rAL.json
│ │ │ │ │ │ ├── values-sr.json
│ │ │ │ │ │ ├── values-sv.json
│ │ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ │ ├── values-sw.json
│ │ │ │ │ │ ├── values-ta-rIN.json
│ │ │ │ │ │ ├── values-te-rIN.json
│ │ │ │ │ │ ├── values-th.json
│ │ │ │ │ │ ├── values-tl.json
│ │ │ │ │ │ ├── values-tr.json
│ │ │ │ │ │ ├── values-uk.json
│ │ │ │ │ │ ├── values-ur-rPK.json
│ │ │ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ │ │ ├── values-v11.json
│ │ │ │ │ │ ├── values-v12.json
│ │ │ │ │ │ ├── values-v13.json
│ │ │ │ │ │ ├── values-v14.json
│ │ │ │ │ │ ├── values-v16.json
│ │ │ │ │ │ ├── values-v17.json
│ │ │ │ │ │ ├── values-v18.json
│ │ │ │ │ │ ├── values-v21.json
│ │ │ │ │ │ ├── values-v22.json
│ │ │ │ │ │ ├── values-v23.json
│ │ │ │ │ │ ├── values-v24.json
│ │ │ │ │ │ ├── values-v25.json
│ │ │ │ │ │ ├── values-vi.json
│ │ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ │ └── values-zu.json
│ │ │ │ │ └── single
│ │ │ │ │ ├── animator-v21.json
│ │ │ │ │ ├── anim.json
│ │ │ │ │ ├── anim-v21.json
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── color-v11.json
│ │ │ │ │ ├── color-v23.json
│ │ │ │ │ ├── drawable-anydpi-v21.json
│ │ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ │ ├── drawable.json
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json
│ │ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ │ ├── drawable-tvdpi-v4.json
│ │ │ │ │ ├── drawable-v21.json
│ │ │ │ │ ├── drawable-v23.json
│ │ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ │ ├── drawable-xxxhdpi-v4.json
│ │ │ │ │ ├── layout.json
│ │ │ │ │ ├── layout-sw600dp-v13.json
│ │ │ │ │ ├── layout-v11.json
│ │ │ │ │ ├── layout-v16.json
│ │ │ │ │ ├── layout-v21.json
│ │ │ │ │ ├── menu.json
│ │ │ │ │ ├── mipmap-hdpi-v4.json
│ │ │ │ │ ├── mipmap-mdpi-v4.json
│ │ │ │ │ ├── mipmap-xhdpi-v4.json
│ │ │ │ │ ├── mipmap-xxhdpi-v4.json
│ │ │ │ │ └── mipmap-xxxhdpi-v4.json
│ │ │ │ ├── classes
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── yxt
│ │ │ │ │ │ └── myteacherapp
│ │ │ │ │ │ ├── ApplicationTest.class
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.class
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── recyclerview
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ └── com
│ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ └── gms
│ │ │ │ │ │ │ ├── appindexing
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── base
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── yxt
│ │ │ │ │ │ │ └── myteacherapp
│ │ │ │ │ │ │ ├── Adapter
│ │ │ │ │ │ │ │ ├── CourseInfoAdapter$Holder.class
│ │ │ │ │ │ │ │ ├── CourseInfoAdapter.class
│ │ │ │ │ │ │ │ ├── NoticeInfoAdapter.class
│ │ │ │ │ │ │ │ ├── NoticeInfo.class
│ │ │ │ │ │ │ │ ├── StudentInfoAdapter$myStudent.class
│ │ │ │ │ │ │ │ └── StudentInfoAdapter.class
│ │ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ │ ├── Fragment
│ │ │ │ │ │ │ │ ├── GongGaoFragment$1.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$2.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$3.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$4.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$5.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$6.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment$7.class
│ │ │ │ │ │ │ │ ├── GongGaoFragment.class
│ │ │ │ │ │ │ │ ├── GonggaoRecodeFragment$1.class
│ │ │ │ │ │ │ │ ├── GonggaoRecodeFragment$2.class
│ │ │ │ │ │ │ │ ├── GonggaoRecodeFragment.class
│ │ │ │ │ │ │ │ ├── PassWordSetFragment.class
│ │ │ │ │ │ │ │ ├── SetingFragment.class
│ │ │ │ │ │ │ │ ├── StudentListFragment$ViewpagerAdapter$1.class
│ │ │ │ │ │ │ │ ├── StudentListFragment$ViewpagerAdapter.class
│ │ │ │ │ │ │ │ └── StudentListFragment.class
│ │ │ │ │ │ │ ├── ipActivity$1.class
│ │ │ │ │ │ │ ├── ipActivity.class
│ │ │ │ │ │ │ ├── LoginActivity$1.class
│ │ │ │ │ │ │ ├── LoginActivity$2.class
│ │ │ │ │ │ │ ├── LoginActivity$3.class
│ │ │ │ │ │ │ ├── LoginActivity$4.class
│ │ │ │ │ │ │ ├── LoginActivity$5.class
│ │ │ │ │ │ │ ├── LoginActivity$6.class
│ │ │ │ │ │ │ ├── LoginActivity$7.class
│ │ │ │ │ │ │ ├── LoginActivity$8.class
│ │ │ │ │ │ │ ├── LoginActivity.class
│ │ │ │ │ │ │ ├── MainActivity$1$1.class
│ │ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ │ │ ├── MainActivity$3$1.class
│ │ │ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ │ ├── Model
│ │ │ │ │ │ │ │ ├── Courseinfo.class
│ │ │ │ │ │ │ │ └── NoticeInfo.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
│ │ │ │ │ │ │ ├── SqlLite
│ │ │ │ │ │ │ │ └── MyUser.class
│ │ │ │ │ │ │ ├── Utils
│ │ │ │ │ │ │ │ ├── AnimDrawableAlertDialog.class
│ │ │ │ │ │ │ │ ├── Back.class
│ │ │ │ │ │ │ │ ├── BaseActivity$10.class
│ │ │ │ │ │ │ │ ├── BaseActivity$11.class
│ │ │ │ │ │ │ │ ├── BaseActivity$1.class
│ │ │ │ │ │ │ │ ├── BaseActivity$2.class
│ │ │ │ │ │ │ │ ├── BaseActivity$3.class
│ │ │ │ │ │ │ │ ├── BaseActivity$4.class
│ │ │ │ │ │ │ │ ├── BaseActivity$5.class
│ │ │ │ │ │ │ │ ├── BaseActivity$6.class
│ │ │ │ │ │ │ │ ├── BaseActivity$7.class
│ │ │ │ │ │ │ │ ├── BaseActivity$8.class
│ │ │ │ │ │ │ │ ├── BaseActivity$9.class
│ │ │ │ │ │ │ │ ├── BaseActivity.class
│ │ │ │ │ │ │ │ ├── Base.class
│ │ │ │ │ │ │ │ ├── BToast.class
│ │ │ │ │ │ │ │ ├── DialogUtils$1.class
│ │ │ │ │ │ │ │ ├── DialogUtils$2.class
│ │ │ │ │ │ │ │ ├── DialogUtils$3.class
│ │ │ │ │ │ │ │ ├── DialogUtils.class
│ │ │ │ │ │ │ │ ├── MySeesion.class
│ │ │ │ │ │ │ │ ├── T.class
│ │ │ │ │ │ │ │ └── Urls.class
│ │ │ │ │ │ │ ├── View
│ │ │ │ │ │ │ │ ├── CircleImageView.class
│ │ │ │ │ │ │ │ ├── IXListViewLoadMore.class
│ │ │ │ │ │ │ │ ├── IXListViewRefreshListener.class
│ │ │ │ │ │ │ │ ├── IXScrollListener.class
│ │ │ │ │ │ │ │ ├── XListView$1.class
│ │ │ │ │ │ │ │ ├── XListView$2.class
│ │ │ │ │ │ │ │ ├── XListView$IStartScroll.class
│ │ │ │ │ │ │ │ ├── XListView.class
│ │ │ │ │ │ │ │ ├── XListViewFooter.class
│ │ │ │ │ │ │ │ └── XListViewHeader.class
│ │ │ │ │ │ │ └── WifiUtils
│ │ │ │ │ │ │ ├── WifiHostBiz$WIFI_AP_STATE.class
│ │ │ │ │ │ │ ├── WifiHostBiz.class
│ │ │ │ │ │ │ └── WifiSetting.class
│ │ │ │ │ │ └── zhy
│ │ │ │ │ │ └── autolayout
│ │ │ │ │ │ ├── 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
│ │ │ │ │ └── test
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── yxt
│ │ │ │ │ └── myteacherapp
│ │ │ │ │ └── ExampleUnitTest.class
│ │ │ │ ├── exploded-aar
│ │ │ │ │ ├── com.android.support
│ │ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ │ │ ├── values-v12
│ │ │ │ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ │ │ │ ├── values-v13
│ │ │ │ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ │ │ └── navigation_empty_icon.xml
│ │ │ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ │ │ └── design_password_eye.xml
│ │ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ │ │ └── design_text_input_password_icon.xml
│ │ │ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ │ └── values-v21
│ │ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── recyclerview-v7
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── support-compat
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-core-ui
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ │ ├── support-core-utils
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-fragment
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-media-compat
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ │ └── media
│ │ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-v4
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-vector-drawable
│ │ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── transition
│ │ │ │ │ │ └── 25.2.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── com.google.android.gms
│ │ │ │ │ │ ├── play-services-appindexing
│ │ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── play-services-base
│ │ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_ic_googleplayservices.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-tvdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ │ ├── base_attrs.xml
│ │ │ │ │ │ │ │ │ ├── base_colors.xml
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ └── play-services-basement
│ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ ├── auth_strings.xml
│ │ │ │ │ │ │ │ ├── common_attrs.xml
│ │ │ │ │ │ │ │ ├── common_strings.xml
│ │ │ │ │ │ │ │ └── version.xml
│ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── com.zhy
│ │ │ │ │ ├── autolayout
│ │ │ │ │ │ └── 1.4.5
│ │ │ │ │ │ ├── aapt
│ │ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ └── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── okhttputils
│ │ │ │ │ └── 2.6.2
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── jars
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── incremental
│ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── mergeDebugAndroidTestAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAndroidTestShaders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugResources
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── incremental-safeguard
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── tag.txt
│ │ │ │ │ └── debug
│ │ │ │ │ └── tag.txt
│ │ │ │ ├── instant-run-support
│ │ │ │ │ └── debug
│ │ │ │ │ └── package.marker
│ │ │ │ ├── manifest
│ │ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── manifests
│ │ │ │ │ └── full
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── pre-dexed
│ │ │ │ │ └── debug
│ │ │ │ │ ├── com.android.support-animated-vector-drawable-25.2.0_88fd11ebe9d818b56c8f11cada6043392716f911.jar
│ │ │ │ │ ├── com.android.support-appcompat-v7-25.2.0_99083978618036f493bd538d9657b5105e57750e.jar
│ │ │ │ │ ├── com.android.support-design-25.2.0_53a565e54aa341329a0a1747404be1926d3ccfdc.jar
│ │ │ │ │ ├── com.android.support-recyclerview-v7-25.2.0_e1981f9be15e975bf273ff210188e701ebabb614.jar
│ │ │ │ │ ├── com.android.support-support-compat-25.2.0_f74a7dc056bc48d23e7dd3b2d474d5a03b626f3c.jar
│ │ │ │ │ ├── com.android.support-support-core-ui-25.2.0_08ed720a25c772a77017aa6e966a328608587d0f.jar
│ │ │ │ │ ├── com.android.support-support-core-utils-25.2.0_e34b8c7ef329bcb8bd2a6ff52ff8f65420be8dbc.jar
│ │ │ │ │ ├── com.android.support-support-fragment-25.2.0_139a20eab3aa116b3e35f7ca58f8c51f2ff38305.jar
│ │ │ │ │ ├── com.android.support-support-media-compat-25.2.0_a0ed417cdc981b8b85fe466c282cce317028b6a2.jar
│ │ │ │ │ ├── com.android.support-support-v4-25.2.0_d18548ad32b16fec17fe7538c48ae9c00c79f1ae.jar
│ │ │ │ │ ├── com.android.support-support-vector-drawable-25.2.0_886965128af64c717525ac7c8d9be96de5c5856b.jar
│ │ │ │ │ ├── com.android.support-transition-25.2.0_e77168d85b0336792330cd3fb699b2f73686a82c.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-appindexing-8.4.0_a0c5d8fb9c1e8106fce4f23427352d9dab908e34.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-base-8.4.0_d1d3aa09dc36d1fe0d841ad853e8a2444e8998ff.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-basement-8.4.0_953fd2da6cb0ec65d25c13d5df08a89e282d813e.jar
│ │ │ │ │ ├── com.zhy-autolayout-1.4.5_558fcdf56cdadb2ac717b8ebf24a04d81cb6fe84.jar
│ │ │ │ │ ├── com.zhy-okhttputils-2.6.2_b5613db662766aebd7323b2779a2482ad3824445.jar
│ │ │ │ │ ├── debug_7e13be601437050e124f451a509a2c72f340813d.jar
│ │ │ │ │ ├── FlycoAnimation_Lib-v1.0.0_a5156dbbbb116c6c34286ca62841dca6cfcdb5e0.jar
│ │ │ │ │ ├── FlycoDialog_Lib-v1.0.0_bf9e2711fe861b049a3ee6988a7452f2e8ab3bda.jar
│ │ │ │ │ ├── nineoldandroids-2.4.0_012b44575c2f7339318498c709a0f1fadc99a672.jar
│ │ │ │ │ ├── okhttp-3.3.1_4c9eadc9a38a7b3e8f892cbb6cf836729c179bf4.jar
│ │ │ │ │ ├── okio-1.8.0_f24d9e4dd4c810a834766fa5ae38f6d208b61fa4.jar
│ │ │ │ │ └── support-annotations-25.2.0_6d7506b0c15b0be67e43bfebf46cdd741c124c86.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── merged
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_out_top.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ │ │ ├── design_fab_out.xml
│ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ ├── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ ├── bg_alibuybutton_default.xml
│ │ │ │ │ │ │ ├── bg_alibuybutton_onfacus.xml
│ │ │ │ │ │ │ ├── checkbox1.png
│ │ │ │ │ │ │ ├── checkbox2.png
│ │ │ │ │ │ │ ├── checkboxs.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── defaultimage.png
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ ├── dialog_dels.png
│ │ │ │ │ │ │ ├── drawable_anim.xml
│ │ │ │ │ │ │ ├── edtextstyle_null.xml
│ │ │ │ │ │ │ ├── edtextstyle.xml
│ │ │ │ │ │ │ ├── gray_thumb.xml
│ │ │ │ │ │ │ ├── gray_track.xml
│ │ │ │ │ │ │ ├── green_thumb.xml
│ │ │ │ │ │ │ ├── green_track.xml
│ │ │ │ │ │ │ ├── loginbackground.png
│ │ │ │ │ │ │ ├── loginlog.png
│ │ │ │ │ │ │ ├── loginpsword.png
│ │ │ │ │ │ │ ├── loginuser.png
│ │ │ │ │ │ │ ├── mainback.png
│ │ │ │ │ │ │ ├── navigation_empty_icon.xml
│ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ ├── notification_tile_bg.xml
│ │ │ │ │ │ │ ├── radius_titleblue.xml
│ │ │ │ │ │ │ ├── radius_titlepopu.xml
│ │ │ │ │ │ │ ├── radius_white.xml
│ │ │ │ │ │ │ ├── selector_item_bg.xml
│ │ │ │ │ │ │ ├── side_nav_bar.xml
│ │ │ │ │ │ │ ├── sz_white.png
│ │ │ │ │ │ │ ├── thumb.xml
│ │ │ │ │ │ │ ├── titlebackgroundall.png
│ │ │ │ │ │ │ ├── titlebackground.png
│ │ │ │ │ │ │ ├── toast_back.xml
│ │ │ │ │ │ │ ├── toast_n.png
│ │ │ │ │ │ │ ├── toast_y.png
│ │ │ │ │ │ │ ├── track.xml
│ │ │ │ │ │ │ └── xlistview_arrow.png
│ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_ic_googleplayservices.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-tvdpi-v4
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ ├── ic_menu_camera.xml
│ │ │ │ │ │ │ ├── ic_menu_gallery.xml
│ │ │ │ │ │ │ ├── ic_menu_manage.xml
│ │ │ │ │ │ │ ├── ic_menu_send.xml
│ │ │ │ │ │ │ ├── ic_menu_share.xml
│ │ │ │ │ │ │ ├── ic_menu_slideshow.xml
│ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── config_round.png
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ ├── design_ic_visibility.png
│ │ │ │ │ │ │ ├── left_round.png
│ │ │ │ │ │ │ ├── myico.jpg
│ │ │ │ │ │ │ ├── right_round.png
│ │ │ │ │ │ │ ├── rss_feed_round.png
│ │ │ │ │ │ │ ├── user_round.png
│ │ │ │ │ │ │ └── wifi_round.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ ├── activity_ip.xml
│ │ │ │ │ │ │ ├── activity_login.xml
│ │ │ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ │ │ ├── anim_drawable_dialog_layout.xml
│ │ │ │ │ │ │ ├── app_bar_main.xml
│ │ │ │ │ │ │ ├── content_main.xml
│ │ │ │ │ │ │ ├── course_info.xml
│ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ ├── design_text_input_password_icon.xml
│ │ │ │ │ │ │ ├── dialog_myview2.xml
│ │ │ │ │ │ │ ├── dialog_myview.xml
│ │ │ │ │ │ │ ├── editconfig.xml
│ │ │ │ │ │ │ ├── eidt_text.xml
│ │ │ │ │ │ │ ├── gonggao_list_item.xml
│ │ │ │ │ │ │ ├── gonggaolist.xml
│ │ │ │ │ │ │ ├── nav_header_main.xml
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ ├── password_setting.xml
│ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ ├── student_gridview_list.xml
│ │ │ │ │ │ │ ├── student_grid_view.xml
│ │ │ │ │ │ │ ├── student_info_item.xml
│ │ │ │ │ │ │ ├── student_info.xml
│ │ │ │ │ │ │ ├── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ ├── title.xml
│ │ │ │ │ │ │ ├── toast_layout.xml
│ │ │ │ │ │ │ ├── twobutton.xml
│ │ │ │ │ │ │ ├── xlistview_footer.xml
│ │ │ │ │ │ │ ├── xlistview_header.xml
│ │ │ │ │ │ │ └── xlistview.xml
│ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ ├── menu
│ │ │ │ │ │ │ ├── activity_main_drawer.xml
│ │ │ │ │ │ │ └── main.xml
│ │ │ │ │ │ ├── mipmap-hdpi-v4
│ │ │ │ │ │ │ ├── fop.png
│ │ │ │ │ │ │ ├── fox.png
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ ├── ic_pulltorefresh_arrow.png
│ │ │ │ │ │ │ ├── ic_pulltorefresh_arrow_up.png
│ │ │ │ │ │ │ ├── progress_10.png
│ │ │ │ │ │ │ ├── progress_11.png
│ │ │ │ │ │ │ ├── progress_12.png
│ │ │ │ │ │ │ ├── progress_13.png
│ │ │ │ │ │ │ ├── progress_14.png
│ │ │ │ │ │ │ ├── progress_15.png
│ │ │ │ │ │ │ ├── progress_16.png
│ │ │ │ │ │ │ ├── progress_17.png
│ │ │ │ │ │ │ ├── progress_18.png
│ │ │ │ │ │ │ ├── progress_19.png
│ │ │ │ │ │ │ ├── progress_1.png
│ │ │ │ │ │ │ ├── progress_20.png
│ │ │ │ │ │ │ ├── progress_21.png
│ │ │ │ │ │ │ ├── progress_22.png
│ │ │ │ │ │ │ ├── progress_23.png
│ │ │ │ │ │ │ ├── progress_24.png
│ │ │ │ │ │ │ ├── progress_25.png
│ │ │ │ │ │ │ ├── progress_26.png
│ │ │ │ │ │ │ ├── progress_27.png
│ │ │ │ │ │ │ ├── progress_28.png
│ │ │ │ │ │ │ ├── progress_29.png
│ │ │ │ │ │ │ ├── progress_2.png
│ │ │ │ │ │ │ ├── progress_30.png
│ │ │ │ │ │ │ ├── progress_31.png
│ │ │ │ │ │ │ ├── progress_32.png
│ │ │ │ │ │ │ ├── progress_3.png
│ │ │ │ │ │ │ ├── progress_4.png
│ │ │ │ │ │ │ ├── progress_5.png
│ │ │ │ │ │ │ ├── progress_6.png
│ │ │ │ │ │ │ ├── progress_7.png
│ │ │ │ │ │ │ ├── progress_8.png
│ │ │ │ │ │ │ └── progress_9.png
│ │ │ │ │ │ ├── mipmap-mdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-xhdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-xxhdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-xxxhdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ ├── values-v12
│ │ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ │ ├── values-v13
│ │ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ │ └── resources-debug.ap_
│ │ │ │ ├── symbols
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── transforms
│ │ │ │ ├── dex
│ │ │ │ │ └── debug
│ │ │ │ │ └── folders
│ │ │ │ │ └── 1000
│ │ │ │ │ └── 1f
│ │ │ │ │ └── main
│ │ │ │ │ └── classes.dex
│ │ │ │ └── mergeJavaRes
│ │ │ │ └── debug
│ │ │ │ └── jars
│ │ │ │ └── 2
│ │ │ │ └── 1f
│ │ │ │ └── main.jar
│ │ │ └── outputs
│ │ │ ├── apk
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── app-debug-unaligned.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ ├── build.gradle
│ │ ├── libs
│ │ │ ├── nineoldandroids-2.4.0.jar
│ │ │ └── v1.0.0
│ │ │ ├── FlycoAnimation_Lib-v1.0.0.jar
│ │ │ └── FlycoDialog_Lib-v1.0.0.jar
│ │ ├── proguard-rules.pro
│ │ └── src
│ │ ├── androidTest
│ │ │ └── java
│ │ │ └── com
│ │ │ └── yxt
│ │ │ └── myteacherapp
│ │ │ └── ApplicationTest.java
│ │ ├── main
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ └── yxt
│ │ │ │ └── myteacherapp
│ │ │ │ ├── Adapter
│ │ │ │ │ ├── CourseInfoAdapter.java
│ │ │ │ │ ├── NoticeInfoAdapter.java
│ │ │ │ │ ├── NoticeInfo.java
│ │ │ │ │ └── StudentInfoAdapter.java
│ │ │ │ ├── Fragment
│ │ │ │ │ ├── GongGaoFragment.java
│ │ │ │ │ ├── GonggaoRecodeFragment.java
│ │ │ │ │ ├── PassWordSetFragment.java
│ │ │ │ │ ├── SetingFragment.java
│ │ │ │ │ └── StudentListFragment.java
│ │ │ │ ├── ipActivity.java
│ │ │ │ ├── LoginActivity.java
│ │ │ │ ├── MainActivity.java
│ │ │ │ ├── Model
│ │ │ │ │ ├── Courseinfo.java
│ │ │ │ │ └── NoticeInfo.java
│ │ │ │ ├── SqlLite
│ │ │ │ │ └── MyUser.java
│ │ │ │ ├── Utils
│ │ │ │ │ ├── AnimDrawableAlertDialog.java
│ │ │ │ │ ├── Back.java
│ │ │ │ │ ├── BaseActivity.java
│ │ │ │ │ ├── Base.java
│ │ │ │ │ ├── BToast.java
│ │ │ │ │ ├── DialogUtils.java
│ │ │ │ │ ├── MySeesion.java
│ │ │ │ │ ├── T.java
│ │ │ │ │ └── Urls.java
│ │ │ │ ├── View
│ │ │ │ │ ├── CircleImageView.java
│ │ │ │ │ ├── IXListViewLoadMore.java
│ │ │ │ │ ├── IXListViewRefreshListener.java
│ │ │ │ │ ├── IXScrollListener.java
│ │ │ │ │ ├── XListViewFooter.java
│ │ │ │ │ ├── XListViewHeader.java
│ │ │ │ │ └── XListView.java
│ │ │ │ └── WifiUtils
│ │ │ │ ├── WifiHostBiz.java
│ │ │ │ └── WifiSetting.java
│ │ │ └── res
│ │ │ ├── drawable
│ │ │ │ ├── bg_alibuybutton_default.xml
│ │ │ │ ├── bg_alibuybutton_onfacus.xml
│ │ │ │ ├── checkbox1.png
│ │ │ │ ├── checkbox2.png
│ │ │ │ ├── checkboxs.xml
│ │ │ │ ├── defaultimage.png
│ │ │ │ ├── dialog_dels.png
│ │ │ │ ├── drawable_anim.xml
│ │ │ │ ├── edtextstyle_null.xml
│ │ │ │ ├── edtextstyle.xml
│ │ │ │ ├── fengestyle.xml
│ │ │ │ ├── gray_thumb.xml
│ │ │ │ ├── gray_track.xml
│ │ │ │ ├── green_thumb.xml
│ │ │ │ ├── green_track.xml
│ │ │ │ ├── loginbackground.png
│ │ │ │ ├── loginlog.png
│ │ │ │ ├── loginpsword.png
│ │ │ │ ├── loginuser.png
│ │ │ │ ├── mainback.png
│ │ │ │ ├── radiu_blue.xml
│ │ │ │ ├── radius_titleblue.xml
│ │ │ │ ├── radius_titlepopu.xml
│ │ │ │ ├── radius_white.xml
│ │ │ │ ├── selector_item_bg.xml
│ │ │ │ ├── side_nav_bar.xml
│ │ │ │ ├── sz_white.png
│ │ │ │ ├── thumb.xml
│ │ │ │ ├── titlebackgroundall.png
│ │ │ │ ├── titlebackground.png
│ │ │ │ ├── toast_back.xml
│ │ │ │ ├── toast_n.png
│ │ │ │ ├── toast_y.png
│ │ │ │ ├── track.xml
│ │ │ │ └── xlistview_arrow.png
│ │ │ ├── drawable-v21
│ │ │ │ ├── ic_menu_camera.xml
│ │ │ │ ├── ic_menu_gallery.xml
│ │ │ │ ├── ic_menu_manage.xml
│ │ │ │ ├── ic_menu_send.xml
│ │ │ │ ├── ic_menu_share.xml
│ │ │ │ └── ic_menu_slideshow.xml
│ │ │ ├── drawable-xxhdpi
│ │ │ │ ├── config_round.png
│ │ │ │ ├── left_round.png
│ │ │ │ ├── myico.jpg
│ │ │ │ ├── right_round.png
│ │ │ │ ├── rss_feed_round.png
│ │ │ │ ├── user_round.png
│ │ │ │ └── wifi_round.png
│ │ │ ├── layout
│ │ │ │ ├── activity_ip.xml
│ │ │ │ ├── activity_login.xml
│ │ │ │ ├── activity_main.xml
│ │ │ │ ├── anim_drawable_dialog_layout.xml
│ │ │ │ ├── app_bar_main.xml
│ │ │ │ ├── content_main.xml
│ │ │ │ ├── course_info.xml
│ │ │ │ ├── dialog_myview2.xml
│ │ │ │ ├── dialog_myview.xml
│ │ │ │ ├── editconfig.xml
│ │ │ │ ├── eidt_text.xml
│ │ │ │ ├── gonggao_list_item.xml
│ │ │ │ ├── gonggaolist.xml
│ │ │ │ ├── nav_header_main.xml
│ │ │ │ ├── noticeitem.xml
│ │ │ │ ├── password_setting.xml
│ │ │ │ ├── student_gridview_list.xml
│ │ │ │ ├── student_grid_view.xml
│ │ │ │ ├── student_info_item.xml
│ │ │ │ ├── student_info.xml
│ │ │ │ ├── title.xml
│ │ │ │ ├── toast_layout.xml
│ │ │ │ ├── twobutton.xml
│ │ │ │ ├── xlistview_footer.xml
│ │ │ │ ├── xlistview_header.xml
│ │ │ │ └── xlistview.xml
│ │ │ ├── menu
│ │ │ │ ├── activity_main_drawer.xml
│ │ │ │ └── main.xml
│ │ │ ├── mipmap-hdpi
│ │ │ │ ├── fop.png
│ │ │ │ ├── fox.png
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── ic_pulltorefresh_arrow.png
│ │ │ │ ├── ic_pulltorefresh_arrow_up.png
│ │ │ │ ├── progress_10.png
│ │ │ │ ├── progress_11.png
│ │ │ │ ├── progress_12.png
│ │ │ │ ├── progress_13.png
│ │ │ │ ├── progress_14.png
│ │ │ │ ├── progress_15.png
│ │ │ │ ├── progress_16.png
│ │ │ │ ├── progress_17.png
│ │ │ │ ├── progress_18.png
│ │ │ │ ├── progress_19.png
│ │ │ │ ├── progress_1.png
│ │ │ │ ├── progress_20.png
│ │ │ │ ├── progress_21.png
│ │ │ │ ├── progress_22.png
│ │ │ │ ├── progress_23.png
│ │ │ │ ├── progress_24.png
│ │ │ │ ├── progress_25.png
│ │ │ │ ├── progress_26.png
│ │ │ │ ├── progress_27.png
│ │ │ │ ├── progress_28.png
│ │ │ │ ├── progress_29.png
│ │ │ │ ├── progress_2.png
│ │ │ │ ├── progress_30.png
│ │ │ │ ├── progress_31.png
│ │ │ │ ├── progress_32.png
│ │ │ │ ├── progress_3.png
│ │ │ │ ├── progress_4.png
│ │ │ │ ├── progress_5.png
│ │ │ │ ├── progress_6.png
│ │ │ │ ├── progress_7.png
│ │ │ │ ├── progress_8.png
│ │ │ │ └── progress_9.png
│ │ │ ├── mipmap-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── dimens.xml
│ │ │ │ ├── drawables.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ ├── values-v21
│ │ │ │ └── styles.xml
│ │ │ └── values-w820dp
│ │ │ ├── attrs.xml
│ │ │ └── dimens.xml
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── yxt
│ │ └── myteacherapp
│ │ └── ExampleUnitTest.java
│ ├── build
│ │ ├── generated
│ │ │ └── mockable-android-25.jar
│ │ └── intermediates
│ │ └── dex-cache
│ │ └── cache.xml
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── local.properties
│ ├── MyTeacherApp.iml
│ └── settings.gradle
├── MyWifiApp
│ ├── app
│ │ ├── app.iml
│ │ ├── build
│ │ │ ├── generated
│ │ │ │ └── source
│ │ │ │ ├── buildConfig
│ │ │ │ │ ├── androidTest
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ └── com
│ │ │ │ │ │ └── example
│ │ │ │ │ │ └── yxt
│ │ │ │ │ │ └── mywifiapp
│ │ │ │ │ │ └── test
│ │ │ │ │ │ └── BuildConfig.java
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── yxt
│ │ │ │ │ └── mywifiapp
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── r
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v7
│ │ │ │ │ └── appcompat
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ ├── example
│ │ │ │ │ └── yxt
│ │ │ │ │ └── mywifiapp
│ │ │ │ │ └── R.java
│ │ │ │ │ └── android
│ │ │ │ │ └── gms
│ │ │ │ │ ├── appindexing
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── base
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── R.java
│ │ │ │ └── zhy
│ │ │ │ └── autolayout
│ │ │ │ └── R.java
│ │ │ ├── intermediates
│ │ │ │ ├── blame
│ │ │ │ │ └── res
│ │ │ │ │ └── debug
│ │ │ │ │ ├── multi
│ │ │ │ │ │ ├── color.json
│ │ │ │ │ │ ├── values-af.json
│ │ │ │ │ │ ├── values-am.json
│ │ │ │ │ │ ├── values-ar.json
│ │ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ │ ├── values-be-rBY.json
│ │ │ │ │ │ ├── values-bg.json
│ │ │ │ │ │ ├── values-bn-rBD.json
│ │ │ │ │ │ ├── values-bs-rBA.json
│ │ │ │ │ │ ├── values-b+sr+Latn.json
│ │ │ │ │ │ ├── values-ca.json
│ │ │ │ │ │ ├── values-cs.json
│ │ │ │ │ │ ├── values-da.json
│ │ │ │ │ │ ├── values-de.json
│ │ │ │ │ │ ├── values-el.json
│ │ │ │ │ │ ├── values-en-rAU.json
│ │ │ │ │ │ ├── values-en-rGB.json
│ │ │ │ │ │ ├── values-en-rIN.json
│ │ │ │ │ │ ├── values-es.json
│ │ │ │ │ │ ├── values-es-rUS.json
│ │ │ │ │ │ ├── values-et-rEE.json
│ │ │ │ │ │ ├── values-eu-rES.json
│ │ │ │ │ │ ├── values-fa.json
│ │ │ │ │ │ ├── values-fi.json
│ │ │ │ │ │ ├── values-fr.json
│ │ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ │ ├── values-gl-rES.json
│ │ │ │ │ │ ├── values-gu-rIN.json
│ │ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ │ ├── values-hi.json
│ │ │ │ │ │ ├── values-hr.json
│ │ │ │ │ │ ├── values-hu.json
│ │ │ │ │ │ ├── values-hy-rAM.json
│ │ │ │ │ │ ├── values-in.json
│ │ │ │ │ │ ├── values-is-rIS.json
│ │ │ │ │ │ ├── values-it.json
│ │ │ │ │ │ ├── values-iw.json
│ │ │ │ │ │ ├── values-ja.json
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-ka-rGE.json
│ │ │ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ │ │ ├── values-km-rKH.json
│ │ │ │ │ │ ├── values-kn-rIN.json
│ │ │ │ │ │ ├── values-ko.json
│ │ │ │ │ │ ├── values-ky-rKG.json
│ │ │ │ │ │ ├── values-land.json
│ │ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ │ ├── values-lo-rLA.json
│ │ │ │ │ │ ├── values-lt.json
│ │ │ │ │ │ ├── values-lv.json
│ │ │ │ │ │ ├── values-mk-rMK.json
│ │ │ │ │ │ ├── values-ml-rIN.json
│ │ │ │ │ │ ├── values-mn-rMN.json
│ │ │ │ │ │ ├── values-mr-rIN.json
│ │ │ │ │ │ ├── values-ms-rMY.json
│ │ │ │ │ │ ├── values-my-rMM.json
│ │ │ │ │ │ ├── values-nb.json
│ │ │ │ │ │ ├── values-ne-rNP.json
│ │ │ │ │ │ ├── values-night-v8.json
│ │ │ │ │ │ ├── values-nl.json
│ │ │ │ │ │ ├── values-pa-rIN.json
│ │ │ │ │ │ ├── values-pl.json
│ │ │ │ │ │ ├── values-port.json
│ │ │ │ │ │ ├── values-pt.json
│ │ │ │ │ │ ├── values-pt-rBR.json
│ │ │ │ │ │ ├── values-pt-rPT.json
│ │ │ │ │ │ ├── values-ro.json
│ │ │ │ │ │ ├── values-ru.json
│ │ │ │ │ │ ├── values-si-rLK.json
│ │ │ │ │ │ ├── values-sk.json
│ │ │ │ │ │ ├── values-sl.json
│ │ │ │ │ │ ├── values-sq-rAL.json
│ │ │ │ │ │ ├── values-sr.json
│ │ │ │ │ │ ├── values-sv.json
│ │ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ │ ├── values-sw.json
│ │ │ │ │ │ ├── values-ta-rIN.json
│ │ │ │ │ │ ├── values-te-rIN.json
│ │ │ │ │ │ ├── values-th.json
│ │ │ │ │ │ ├── values-tl.json
│ │ │ │ │ │ ├── values-tr.json
│ │ │ │ │ │ ├── values-uk.json
│ │ │ │ │ │ ├── values-ur-rPK.json
│ │ │ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ │ │ ├── values-v11.json
│ │ │ │ │ │ ├── values-v12.json
│ │ │ │ │ │ ├── values-v13.json
│ │ │ │ │ │ ├── values-v14.json
│ │ │ │ │ │ ├── values-v16.json
│ │ │ │ │ │ ├── values-v17.json
│ │ │ │ │ │ ├── values-v18.json
│ │ │ │ │ │ ├── values-v21.json
│ │ │ │ │ │ ├── values-v22.json
│ │ │ │ │ │ ├── values-v23.json
│ │ │ │ │ │ ├── values-v24.json
│ │ │ │ │ │ ├── values-v25.json
│ │ │ │ │ │ ├── values-vi.json
│ │ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ │ └── values-zu.json
│ │ │ │ │ └── single
│ │ │ │ │ ├── anim.json
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── color-v11.json
│ │ │ │ │ ├── color-v23.json
│ │ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ │ ├── drawable.json
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-mdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json
│ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json
│ │ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ │ ├── drawable-tvdpi-v4.json
│ │ │ │ │ ├── drawable-v21.json
│ │ │ │ │ ├── drawable-v23.json
│ │ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ │ ├── drawable-xxxhdpi-v4.json
│ │ │ │ │ ├── layout.json
│ │ │ │ │ ├── layout-v11.json
│ │ │ │ │ ├── layout-v16.json
│ │ │ │ │ ├── layout-v21.json
│ │ │ │ │ ├── mipmap-hdpi-v4.json
│ │ │ │ │ ├── mipmap-mdpi-v4.json
│ │ │ │ │ ├── mipmap-xhdpi-v4.json
│ │ │ │ │ ├── mipmap-xxhdpi-v4.json
│ │ │ │ │ └── mipmap-xxxhdpi-v4.json
│ │ │ │ ├── classes
│ │ │ │ │ └── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ └── appcompat
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ ├── Base
│ │ │ │ │ │ ├── AnimDrawableAlertDialog.class
│ │ │ │ │ │ ├── Back.class
│ │ │ │ │ │ ├── BaseActivity$1.class
│ │ │ │ │ │ ├── BaseActivity$2.class
│ │ │ │ │ │ ├── BaseActivity$3.class
│ │ │ │ │ │ ├── BaseActivity$4.class
│ │ │ │ │ │ ├── BaseActivity$5.class
│ │ │ │ │ │ ├── BaseActivity$6.class
│ │ │ │ │ │ ├── BaseActivity$7.class
│ │ │ │ │ │ ├── BaseActivity.class
│ │ │ │ │ │ ├── BToast.class
│ │ │ │ │ │ ├── DialogUtils$1.class
│ │ │ │ │ │ ├── DialogUtils$2.class
│ │ │ │ │ │ ├── DialogUtils$3.class
│ │ │ │ │ │ └── DialogUtils.class
│ │ │ │ │ ├── example
│ │ │ │ │ │ └── yxt
│ │ │ │ │ │ └── mywifiapp
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── LoginWebActivity.class
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ ├── TestUrlActivity$1.class
│ │ │ │ │ │ ├── TestUrlActivity.class
│ │ │ │ │ │ ├── upstudentinfoActivity.class
│ │ │ │ │ │ ├── WIFIMainActivity$1$1.class
│ │ │ │ │ │ ├── WIFIMainActivity$1.class
│ │ │ │ │ │ ├── WIFIMainActivity$2.class
│ │ │ │ │ │ ├── WIFIMainActivity$3.class
│ │ │ │ │ │ ├── WIFIMainActivity$4.class
│ │ │ │ │ │ ├── WIFIMainActivity$ListOnItemClickListener$1.class
│ │ │ │ │ │ ├── WIFIMainActivity$ListOnItemClickListener.class
│ │ │ │ │ │ ├── WIFIMainActivity.class
│ │ │ │ │ │ ├── WifiPswDialog$1.class
│ │ │ │ │ │ ├── WifiPswDialog$OnCustomDialogListener.class
│ │ │ │ │ │ └── WifiPswDialog.class
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── gms
│ │ │ │ │ │ ├── appindexing
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── base
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$raw.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ ├── View
│ │ │ │ │ │ └── CircleImageView.class
│ │ │ │ │ ├── wifi
│ │ │ │ │ │ └── utils
│ │ │ │ │ │ └── WifiUtils.class
│ │ │ │ │ └── zhy
│ │ │ │ │ └── autolayout
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── exploded-aar
│ │ │ │ │ ├── com.android.support
│ │ │ │ │ │ ├── animated-vector-drawable
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ │ ├── appcompat-v7
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ │ │ ├── values-v12
│ │ │ │ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ │ │ │ ├── values-v13
│ │ │ │ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── support-compat
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ │ └── os
│ │ │ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-core-ui
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ └── proguard.txt
│ │ │ │ │ │ ├── support-core-utils
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-fragment
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-media-compat
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── aidl
│ │ │ │ │ │ │ │ └── android
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ └── v4
│ │ │ │ │ │ │ │ └── media
│ │ │ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── support-v4
│ │ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ └── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ └── support-vector-drawable
│ │ │ │ │ │ └── 25.1.1
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── com.google.android.gms
│ │ │ │ │ │ ├── play-services-appindexing
│ │ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ ├── play-services-base
│ │ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light.xml
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ │ ├── drawable-hdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_ic_googleplayservices.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-mdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-tvdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-xhdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── drawable-xxhdpi
│ │ │ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ │ ├── base_attrs.xml
│ │ │ │ │ │ │ │ │ ├── base_colors.xml
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ │ └── base_strings.xml
│ │ │ │ │ │ │ └── R.txt
│ │ │ │ │ │ └── play-services-basement
│ │ │ │ │ │ └── 8.4.0
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── jars
│ │ │ │ │ │ │ └── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── res
│ │ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ │ ├── auth_strings.xml
│ │ │ │ │ │ │ │ ├── common_attrs.xml
│ │ │ │ │ │ │ │ ├── common_strings.xml
│ │ │ │ │ │ │ │ └── version.xml
│ │ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ │ └── common_strings.xml
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── com.zhy
│ │ │ │ │ └── autolayout
│ │ │ │ │ └── 1.4.5
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── incremental
│ │ │ │ │ ├── compileDebugAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ │ └── dependency.store
│ │ │ │ │ ├── mergeDebugAndroidTestAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAndroidTestShaders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ ├── mergeDebugResources
│ │ │ │ │ │ └── merger.xml
│ │ │ │ │ └── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── incremental-safeguard
│ │ │ │ │ └── debug
│ │ │ │ │ └── tag.txt
│ │ │ │ ├── instant-run-support
│ │ │ │ │ └── debug
│ │ │ │ │ └── package.marker
│ │ │ │ ├── manifest
│ │ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── manifests
│ │ │ │ │ └── full
│ │ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── pre-dexed
│ │ │ │ │ └── debug
│ │ │ │ │ ├── com.android.support-animated-vector-drawable-25.1.1_b273b3704149699a81194bb96ce60b64974126ef.jar
│ │ │ │ │ ├── com.android.support-appcompat-v7-25.1.1_db524114429378bae16809083f045e4e6eb4b178.jar
│ │ │ │ │ ├── com.android.support-support-compat-25.1.1_7fa856ffdf79486e195d8338aeedf7757cdc2b24.jar
│ │ │ │ │ ├── com.android.support-support-core-ui-25.1.1_173ac1a2a99c5da27d3b357c4eb51b814f2bb87b.jar
│ │ │ │ │ ├── com.android.support-support-core-utils-25.1.1_eecb66df9c9136562276ce63995e4dcb513fff68.jar
│ │ │ │ │ ├── com.android.support-support-fragment-25.1.1_5d942460d6ac4dd19c13a581edd9f3329bc9fc91.jar
│ │ │ │ │ ├── com.android.support-support-media-compat-25.1.1_23d52076cae7850faae8b05ded314f2602d52c0b.jar
│ │ │ │ │ ├── com.android.support-support-v4-25.1.1_40b8d4da8e7481e86f86dc7f7787cdfaa15a264c.jar
│ │ │ │ │ ├── com.android.support-support-vector-drawable-25.1.1_63f1b7ac5aa76547f508530c9cd62d8f76abae3d.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-appindexing-8.4.0_0fd139f586b2d2d8a04e55bcdbf000c3ab34b027.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-base-8.4.0_7a234d80fc8f069f0f8ccc6698869329736e6f43.jar
│ │ │ │ │ ├── com.google.android.gms-play-services-basement-8.4.0_afcd3c111d2a1544dd2db54e7e6c5fec192a6a75.jar
│ │ │ │ │ ├── com.zhy-autolayout-1.4.5_52a752872204330d3035e09977562d9617739352.jar
│ │ │ │ │ ├── debug_c03f93bfc93dc416d10f5eadbec320b2b1abcc73.jar
│ │ │ │ │ └── support-annotations-25.1.1_45aa2c04a0c4b12dd5cf42e705ea354c5c987da2.jar
│ │ │ │ ├── res
│ │ │ │ │ ├── merged
│ │ │ │ │ │ └── debug
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ ├── color-v11
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark.xml
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light.xml
│ │ │ │ │ │ │ ├── defaultimage.png
│ │ │ │ │ │ │ ├── dialog_dels.png
│ │ │ │ │ │ │ ├── drawable_anim.xml
│ │ │ │ │ │ │ ├── mainback.png
│ │ │ │ │ │ │ ├── myselector.xml
│ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ ├── notification_tile_bg.xml
│ │ │ │ │ │ │ ├── radius_titleblue.xml
│ │ │ │ │ │ │ ├── radius_titlepopu.xml
│ │ │ │ │ │ │ ├── radius_white.xml
│ │ │ │ │ │ │ ├── titlebackground.png
│ │ │ │ │ │ │ ├── toast_back.xml
│ │ │ │ │ │ │ ├── toast_n.png
│ │ │ │ │ │ │ └── toast_y.png
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_ic_googleplayservices.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-tvdpi-v4
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ │ ├── common_full_open_on_phone.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ ├── common_google_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_icon_light_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_normal.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_dark_pressed.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_disabled.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_focused.9.png
│ │ │ │ │ │ │ ├── common_plus_signin_btn_text_light_normal.9.png
│ │ │ │ │ │ │ └── common_plus_signin_btn_text_light_pressed.9.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ ├── activity_login_web.xml
│ │ │ │ │ │ │ ├── activity_test_url.xml
│ │ │ │ │ │ │ ├── activity_upstudentinfo.xml
│ │ │ │ │ │ │ ├── activity_wifimain.xml
│ │ │ │ │ │ │ ├── anim_drawable_dialog_layout.xml
│ │ │ │ │ │ │ ├── dialog_myview.xml
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ ├── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ │ ├── title.xml
│ │ │ │ │ │ │ ├── toast_layout.xml
│ │ │ │ │ │ │ └── wifi_config_dialog.xml
│ │ │ │ │ │ ├── layout-v11
│ │ │ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_narrow_custom.xml
│ │ │ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ │ │ └── notification_template_big_media.xml
│ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ ├── mipmap-hdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-mdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-xhdpi-v4
│ │ │ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ │ │ ├── progress_10.png
│ │ │ │ │ │ │ ├── progress_11.png
│ │ │ │ │ │ │ ├── progress_12.png
│ │ │ │ │ │ │ ├── progress_13.png
│ │ │ │ │ │ │ ├── progress_14.png
│ │ │ │ │ │ │ ├── progress_15.png
│ │ │ │ │ │ │ ├── progress_16.png
│ │ │ │ │ │ │ ├── progress_17.png
│ │ │ │ │ │ │ ├── progress_18.png
│ │ │ │ │ │ │ ├── progress_19.png
│ │ │ │ │ │ │ ├── progress_1.png
│ │ │ │ │ │ │ ├── progress_20.png
│ │ │ │ │ │ │ ├── progress_21.png
│ │ │ │ │ │ │ ├── progress_22.png
│ │ │ │ │ │ │ ├── progress_23.png
│ │ │ │ │ │ │ ├── progress_24.png
│ │ │ │ │ │ │ ├── progress_25.png
│ │ │ │ │ │ │ ├── progress_26.png
│ │ │ │ │ │ │ ├── progress_27.png
│ │ │ │ │ │ │ ├── progress_28.png
│ │ │ │ │ │ │ ├── progress_29.png
│ │ │ │ │ │ │ ├── progress_2.png
│ │ │ │ │ │ │ ├── progress_30.png
│ │ │ │ │ │ │ ├── progress_31.png
│ │ │ │ │ │ │ ├── progress_32.png
│ │ │ │ │ │ │ ├── progress_3.png
│ │ │ │ │ │ │ ├── progress_4.png
│ │ │ │ │ │ │ ├── progress_5.png
│ │ │ │ │ │ │ ├── progress_6.png
│ │ │ │ │ │ │ ├── progress_7.png
│ │ │ │ │ │ │ ├── progress_8.png
│ │ │ │ │ │ │ └── progress_9.png
│ │ │ │ │ │ ├── mipmap-xxhdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── mipmap-xxxhdpi-v4
│ │ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ ├── values-v12
│ │ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ │ ├── values-v13
│ │ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ │ └── resources-debug.ap_
│ │ │ │ ├── symbols
│ │ │ │ │ └── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── transforms
│ │ │ │ └── dex
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ └── 1000
│ │ │ │ └── 1f
│ │ │ │ └── main
│ │ │ │ └── classes.dex
│ │ │ └── outputs
│ │ │ ├── apk
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── app-debug-unaligned.apk
│ │ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ │ ├── build.gradle
│ │ ├── proguard-rules.pro
│ │ └── src
│ │ ├── androidTest
│ │ │ └── java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── yxt
│ │ │ └── mywifiapp
│ │ │ └── ApplicationTest.java
│ │ ├── main
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── java
│ │ │ │ └── com
│ │ │ │ ├── Base
│ │ │ │ │ ├── AnimDrawableAlertDialog.java
│ │ │ │ │ ├── Back.java
│ │ │ │ │ ├── BaseActivity.java
│ │ │ │ │ ├── BToast.java
│ │ │ │ │ └── DialogUtils.java
│ │ │ │ ├── example
│ │ │ │ │ └── yxt
│ │ │ │ │ └── mywifiapp
│ │ │ │ │ ├── LoginWebActivity.java
│ │ │ │ │ ├── TestUrlActivity.java
│ │ │ │ │ ├── upstudentinfoActivity.java
│ │ │ │ │ ├── WIFIMainActivity.java
│ │ │ │ │ └── WifiPswDialog.java
│ │ │ │ ├── View
│ │ │ │ │ └── CircleImageView.java
│ │ │ │ └── wifi
│ │ │ │ └── utils
│ │ │ │ └── WifiUtils.java
│ │ │ └── res
│ │ │ ├── drawable
│ │ │ │ ├── defaultimage.png
│ │ │ │ ├── dialog_dels.png
│ │ │ │ ├── drawable_anim.xml
│ │ │ │ ├── mainback.png
│ │ │ │ ├── myselector.xml
│ │ │ │ ├── radius_titleblue.xml
│ │ │ │ ├── radius_titlepopu.xml
│ │ │ │ ├── radius_white.xml
│ │ │ │ ├── titlebackground.png
│ │ │ │ ├── toast_back.xml
│ │ │ │ ├── toast_n.png
│ │ │ │ └── toast_y.png
│ │ │ ├── layout
│ │ │ │ ├── activity_login_web.xml
│ │ │ │ ├── activity_test_url.xml
│ │ │ │ ├── activity_upstudentinfo.xml
│ │ │ │ ├── activity_wifimain.xml
│ │ │ │ ├── anim_drawable_dialog_layout.xml
│ │ │ │ ├── dialog_myview.xml
│ │ │ │ ├── title.xml
│ │ │ │ ├── toast_layout.xml
│ │ │ │ └── wifi_config_dialog.xml
│ │ │ ├── mipmap-hdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xhdpi
│ │ │ │ ├── ic_launcher.png
│ │ │ │ ├── progress_10.png
│ │ │ │ ├── progress_11.png
│ │ │ │ ├── progress_12.png
│ │ │ │ ├── progress_13.png
│ │ │ │ ├── progress_14.png
│ │ │ │ ├── progress_15.png
│ │ │ │ ├── progress_16.png
│ │ │ │ ├── progress_17.png
│ │ │ │ ├── progress_18.png
│ │ │ │ ├── progress_19.png
│ │ │ │ ├── progress_1.png
│ │ │ │ ├── progress_20.png
│ │ │ │ ├── progress_21.png
│ │ │ │ ├── progress_22.png
│ │ │ │ ├── progress_23.png
│ │ │ │ ├── progress_24.png
│ │ │ │ ├── progress_25.png
│ │ │ │ ├── progress_26.png
│ │ │ │ ├── progress_27.png
│ │ │ │ ├── progress_28.png
│ │ │ │ ├── progress_29.png
│ │ │ │ ├── progress_2.png
│ │ │ │ ├── progress_30.png
│ │ │ │ ├── progress_31.png
│ │ │ │ ├── progress_32.png
│ │ │ │ ├── progress_3.png
│ │ │ │ ├── progress_4.png
│ │ │ │ ├── progress_5.png
│ │ │ │ ├── progress_6.png
│ │ │ │ ├── progress_7.png
│ │ │ │ ├── progress_8.png
│ │ │ │ └── progress_9.png
│ │ │ ├── mipmap-xxhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── mipmap-xxxhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ ├── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── dimens.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ └── values-w820dp
│ │ │ ├── attrs.xml
│ │ │ └── dimens.xml
│ │ └── test
│ │ └── java
│ │ └── com
│ │ └── example
│ │ └── yxt
│ │ └── mywifiapp
│ │ └── ExampleUnitTest.java
│ ├── build
│ │ ├── generated
│ │ │ └── mockable-android-25.jar
│ │ └── intermediates
│ │ └── dex-cache
│ │ └── cache.xml
│ ├── build.gradle
│ ├── gradle
│ │ └── wrapper
│ │ ├── gradle-wrapper.jar
│ │ └── gradle-wrapper.properties
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ ├── local.properties
│ ├── MyWifiApp.iml
│ └── settings.gradle
└── WifiManagerMvcApp
├── packages
│ ├── EntityFramework.5.0.0
│ │ ├── Content
│ │ │ ├── App.config.transform
│ │ │ └── Web.config.transform
│ │ ├── EntityFramework.5.0.0.nupkg
│ │ ├── EntityFramework.5.0.0.nuspec
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── EntityFramework.dll
│ │ │ │ ├── EntityFramework.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── EntityFramework.resources.dll
│ │ │ │ └── EntityFramework.xml
│ │ │ └── net45
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── tools
│ │ ├── about_EntityFramework.help.txt
│ │ ├── EntityFramework.PowerShell.dll
│ │ ├── EntityFramework.PowerShell.Utility.dll
│ │ ├── EntityFramework.PS3.psd1
│ │ ├── EntityFramework.psd1
│ │ ├── EntityFramework.psm1
│ │ ├── init.ps1
│ │ ├── install.ps1
│ │ ├── migrate.exe
│ │ ├── Redirect.config
│ │ └── Redirect.VS11.config
│ ├── EntityFramework.zh-Hans.5.0.0
│ │ ├── EntityFramework.zh-Hans.5.0.0.nupkg
│ │ ├── EntityFramework.zh-Hans.5.0.0.nuspec
│ │ └── lib
│ │ ├── net40
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ ├── jQuery.1.8.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery-1.8.2.js
│ │ │ ├── jquery-1.8.2.min.js
│ │ │ └── jquery-1.8.2-vsdoc.js
│ │ ├── jQuery.1.8.2.nupkg
│ │ ├── jQuery.1.8.2.nuspec
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ ├── jquery-1.8.2.intellisense.js
│ │ └── uninstall.ps1
│ ├── jQuery.UI.Combined.1.8.24
│ │ ├── Content
│ │ │ ├── Content
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ ├── jquery.ui.all.css
│ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ ├── jquery.ui.base.css
│ │ │ │ ├── jquery.ui.button.css
│ │ │ │ ├── jquery.ui.core.css
│ │ │ │ ├── jquery-ui.css
│ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ └── minified
│ │ │ │ ├── images
│ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ ├── jquery-ui.min.css
│ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ └── jquery.ui.theme.min.css
│ │ │ └── Scripts
│ │ │ ├── jquery-ui-1.8.24.js
│ │ │ └── jquery-ui-1.8.24.min.js
│ │ ├── jQuery.UI.Combined.1.8.24.nupkg
│ │ ├── jQuery.UI.Combined.1.8.24.nuspec
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── jQuery.Validation.1.10.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.js
│ │ │ ├── jquery.validate.min.js
│ │ │ └── jquery.validate-vsdoc.js
│ │ ├── jQuery.Validation.1.10.0.nupkg
│ │ └── jQuery.Validation.1.10.0.nuspec
│ ├── knockoutjs.2.2.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── knockout-2.2.0.debug.js
│ │ │ └── knockout-2.2.0.js
│ │ ├── knockoutjs.2.2.0.nupkg
│ │ └── knockoutjs.2.2.0.nuspec
│ ├── Microsoft.AspNet.Mvc.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Mvc.dll
│ │ │ ├── System.Web.Mvc.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ ├── Microsoft.AspNet.Mvc.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.Mvc.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ ├── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nupkg
│ │ └── Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0.nuspec
│ ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Mvc.resources.dll
│ │ │ └── System.Web.Mvc.xml
│ │ ├── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.Mvc.zh-Hans.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.Providers.Core.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Providers.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.1.2.nupkg
│ │ ├── Microsoft.AspNet.Providers.Core.1.2.nuspec
│ │ └── readme.html
│ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.2
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Providers.resources.dll
│ │ ├── Microsoft.AspNet.Providers.Core.zh-Hans.1.2.nupkg
│ │ └── Microsoft.AspNet.Providers.Core.zh-Hans.1.2.nuspec
│ ├── Microsoft.AspNet.Providers.LocalDB.1.1
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── Microsoft.AspNet.Providers.LocalDB.1.1.nupkg
│ │ ├── Microsoft.AspNet.Providers.LocalDB.1.1.nuspec
│ │ └── tools
│ │ └── Install.ps1
│ ├── Microsoft.AspNet.Razor.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Razor.dll
│ │ │ ├── System.Web.Razor.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ ├── Microsoft.AspNet.Razor.2.0.20715.0.nupkg
│ │ └── Microsoft.AspNet.Razor.2.0.20715.0.nuspec
│ ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Razor.resources.dll
│ │ │ └── system.web.razor.xml
│ │ ├── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0.nupkg
│ │ └── Microsoft.AspNet.Razor.zh-Hans.2.0.20715.0.nuspec
│ ├── Microsoft.AspNet.WebApi.4.0.20710.0
│ │ ├── Microsoft.AspNet.WebApi.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Net.Http.Formatting.dll
│ │ │ ├── System.Net.Http.Formatting.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ ├── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.Client.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.Formatting.resources.dll
│ │ │ └── System.Net.Http.Formatting.xml
│ │ ├── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.Client.zh-Hans.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0
│ │ ├── content
│ │ │ └── web.config.transform
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.dll
│ │ │ ├── System.Web.Http.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ ├── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.Core.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.resources.dll
│ │ │ └── System.Web.Http.xml
│ │ ├── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.Core.zh-Hans.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Http.WebHost.dll
│ │ │ ├── System.Web.Http.WebHost.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ ├── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.WebHost.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Http.WebHost.resources.dll
│ │ │ └── System.Web.Http.WebHost.xml
│ │ ├── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebApi.WebHost.zh-Hans.4.0.20710.0.nuspec
│ ├── Microsoft.AspNet.Web.Optimization.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Optimization.dll
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ ├── Microsoft.AspNet.Web.Optimization.1.0.0.nupkg
│ │ └── Microsoft.AspNet.Web.Optimization.1.0.0.nuspec
│ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ └── System.Web.Optimization.resources.dll
│ │ ├── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nupkg
│ │ └── Microsoft.AspNet.Web.Optimization.zh-Hans.1.0.0.nuspec
│ ├── Microsoft.AspNet.WebPages.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── System.Web.Helpers.dll
│ │ │ ├── System.Web.Helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.dll
│ │ │ ├── System.Web.WebPages.Deployment.xml
│ │ │ ├── System.Web.WebPages.dll
│ │ │ ├── System.Web.WebPages.Razor.dll
│ │ │ ├── System.Web.WebPages.Razor.xml
│ │ │ ├── System.Web.WebPages.xml
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ ├── Microsoft.AspNet.WebPages.2.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebPages.2.0.20710.0.nuspec
│ ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Web.Helpers.resources.dll
│ │ │ ├── system.web.helpers.xml
│ │ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ │ ├── system.web.webpages.deployment.xml
│ │ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ │ ├── system.web.webpages.razor.xml
│ │ │ ├── System.Web.WebPages.resources.dll
│ │ │ └── system.web.webpages.xml
│ │ ├── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nupkg
│ │ └── Microsoft.AspNet.WebPages.zh-Hans.2.0.20710.0.nuspec
│ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.unobtrusive-ajax.js
│ │ │ └── jquery.unobtrusive-ajax.min.js
│ │ ├── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0.nupkg
│ │ └── Microsoft.jQuery.Unobtrusive.Ajax.2.0.30116.0.nuspec
│ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ └── jquery.validate.unobtrusive.min.js
│ │ ├── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0.nupkg
│ │ └── Microsoft.jQuery.Unobtrusive.Validation.2.0.30116.0.nuspec
│ ├── Microsoft.Net.Http.2.0.20710.0
│ │ ├── lib
│ │ │ ├── net40
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.WebRequest.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ ├── System.Net.Http.xml
│ │ │ │ └── zh-Hans
│ │ │ │ ├── System.Net.Http.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ │ └── System.Net.Http.xml
│ │ │ └── net45
│ │ │ └── _._
│ │ ├── Microsoft.Net.Http.2.0.20710.0.nupkg
│ │ └── Microsoft.Net.Http.2.0.20710.0.nuspec
│ ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── zh-Hans
│ │ │ ├── System.Net.Http.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ │ ├── System.Net.Http.WebRequest.xml
│ │ │ └── System.Net.Http.xml
│ │ ├── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nupkg
│ │ └── Microsoft.Net.Http.zh-Hans.2.0.20710.0.nuspec
│ ├── Microsoft.Web.Infrastructure.1.0.0.0
│ │ ├── lib
│ │ │ └── net40
│ │ │ └── Microsoft.Web.Infrastructure.dll
│ │ ├── Microsoft.Web.Infrastructure.1.0.0.0.nupkg
│ │ └── Microsoft.Web.Infrastructure.1.0.0.0.nuspec
│ ├── Modernizr.2.6.2
│ │ ├── Content
│ │ │ └── Scripts
│ │ │ └── modernizr-2.6.2.js
│ │ ├── Modernizr.2.6.2.nupkg
│ │ ├── Modernizr.2.6.2.nuspec
│ │ └── Tools
│ │ ├── common.ps1
│ │ ├── install.ps1
│ │ └── uninstall.ps1
│ ├── Newtonsoft.Json.4.5.11
│ │ ├── lib
│ │ │ ├── net20
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net35
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── net40
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── portable-net40%2Bsl4%2Bwp7%2Bwin8
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl3-wp
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ ├── sl4-windowsphone71
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ └── Newtonsoft.Json.xml
│ │ │ └── winrt45
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ ├── Newtonsoft.Json.4.5.11.nupkg
│ │ └── Newtonsoft.Json.4.5.11.nuspec
│ ├── repositories.config
│ └── WebGrease.1.3.0
│ ├── lib
│ │ ├── Antlr3.Runtime.dll
│ │ └── WebGrease.dll
│ ├── tools
│ │ └── WG.exe
│ ├── WebGrease.1.3.0.nupkg
│ └── WebGrease.1.3.0.nuspec
├── WifiManagerMvcApp
│ ├── App_Start
│ │ ├── BundleConfig.cs
│ │ ├── FilterConfig.cs
│ │ ├── RouteConfig.cs
│ │ └── WebApiConfig.cs
│ ├── bin
│ │ ├── Antlr3.Runtime.dll
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ ├── Microsoft.Web.Infrastructure.dll
│ │ ├── Microsoft.Web.Mvc.FixedDisplayModes.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Http.WebRequest.dll
│ │ ├── System.Net.Http.WebRequest.xml
│ │ ├── System.Net.Http.xml
│ │ ├── System.Web.Mvc.dll
│ │ ├── System.Web.Mvc.xml
│ │ ├── System.Web.Optimization.dll
│ │ ├── System.Web.Providers.dll
│ │ ├── System.Web.Razor.dll
│ │ ├── System.Web.Razor.xml
│ │ ├── System.Web.WebPages.Deployment.dll
│ │ ├── System.Web.WebPages.Deployment.xml
│ │ ├── System.Web.WebPages.dll
│ │ ├── System.Web.WebPages.Razor.dll
│ │ ├── System.Web.WebPages.Razor.xml
│ │ ├── System.Web.WebPages.xml
│ │ ├── WebGrease.dll
│ │ ├── WifiManagerMvcApp.dll
│ │ ├── WifiManagerMvcApp.pdb
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ ├── System.Net.Http.resources.dll
│ │ ├── System.Net.Http.WebRequest.resources.dll
│ │ ├── System.Web.Mvc.resources.dll
│ │ ├── System.Web.Optimization.resources.dll
│ │ ├── System.Web.Providers.resources.dll
│ │ ├── System.Web.Razor.resources.dll
│ │ ├── System.Web.WebPages.Deployment.resources.dll
│ │ ├── System.Web.WebPages.Razor.resources.dll
│ │ └── System.Web.WebPages.resources.dll
│ ├── Content
│ │ ├── css
│ │ │ ├── animate.css
│ │ │ ├── animate.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ ├── bootstrap.min.css
│ │ │ ├── bootstrap.min.css.map
│ │ │ ├── _FolderWatchConfig.jscompress
│ │ │ ├── hplus
│ │ │ │ ├── animate.min.css
│ │ │ │ ├── bootstrap.min14ed.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── font-awesome.min93e3.css
│ │ │ │ ├── login.min.css
│ │ │ │ ├── patterns
│ │ │ │ │ ├── header-profile.png
│ │ │ │ │ ├── header-profile-skin-1.png
│ │ │ │ │ ├── header-profile-skin-3.png
│ │ │ │ │ └── shattered.png
│ │ │ │ ├── style.min862f.css
│ │ │ │ └── style.min.css
│ │ │ ├── less
│ │ │ │ ├── alerts.less
│ │ │ │ ├── badges.less
│ │ │ │ ├── bootstrap.less
│ │ │ │ ├── breadcrumbs.less
│ │ │ │ ├── button-groups.less
│ │ │ │ ├── buttons.less
│ │ │ │ ├── carousel.less
│ │ │ │ ├── close.less
│ │ │ │ ├── code.less
│ │ │ │ ├── component-animations.less
│ │ │ │ ├── dropdowns.less
│ │ │ │ ├── forms.less
│ │ │ │ ├── glyphicons.less
│ │ │ │ ├── grid.less
│ │ │ │ ├── input-groups.less
│ │ │ │ ├── jumbotron.less
│ │ │ │ ├── labels.less
│ │ │ │ ├── list-group.less
│ │ │ │ ├── media.less
│ │ │ │ ├── mixins
│ │ │ │ │ ├── alerts.less
│ │ │ │ │ ├── background-variant.less
│ │ │ │ │ ├── border-radius.less
│ │ │ │ │ ├── buttons.less
│ │ │ │ │ ├── center-block.less
│ │ │ │ │ ├── clearfix.less
│ │ │ │ │ ├── forms.less
│ │ │ │ │ ├── gradients.less
│ │ │ │ │ ├── grid-framework.less
│ │ │ │ │ ├── grid.less
│ │ │ │ │ ├── hide-text.less
│ │ │ │ │ ├── image.less
│ │ │ │ │ ├── labels.less
│ │ │ │ │ ├── list-group.less
│ │ │ │ │ ├── nav-divider.less
│ │ │ │ │ ├── nav-vertical-align.less
│ │ │ │ │ ├── opacity.less
│ │ │ │ │ ├── pagination.less
│ │ │ │ │ ├── panels.less
│ │ │ │ │ ├── progress-bar.less
│ │ │ │ │ ├── reset-filter.less
│ │ │ │ │ ├── reset-text.less
│ │ │ │ │ ├── resize.less
│ │ │ │ │ ├── responsive-visibility.less
│ │ │ │ │ ├── size.less
│ │ │ │ │ ├── tab-focus.less
│ │ │ │ │ ├── table-row.less
│ │ │ │ │ ├── text-emphasis.less
│ │ │ │ │ ├── text-overflow.less
│ │ │ │ │ └── vendor-prefixes.less
│ │ │ │ ├── mixins.less
│ │ │ │ ├── modals.less
│ │ │ │ ├── navbar.less
│ │ │ │ ├── navs.less
│ │ │ │ ├── normalize.less
│ │ │ │ ├── pager.less
│ │ │ │ ├── pagination.less
│ │ │ │ ├── panels.less
│ │ │ │ ├── popovers.less
│ │ │ │ ├── print.less
│ │ │ │ ├── progress-bars.less
│ │ │ │ ├── responsive-embed.less
│ │ │ │ ├── responsive-utilities.less
│ │ │ │ ├── scaffolding.less
│ │ │ │ ├── tables.less
│ │ │ │ ├── theme.less
│ │ │ │ ├── thumbnails.less
│ │ │ │ ├── tooltip.less
│ │ │ │ ├── type.less
│ │ │ │ ├── utilities.less
│ │ │ │ ├── variables.less
│ │ │ │ └── wells.less
│ │ │ ├── login.css
│ │ │ ├── login.min.css
│ │ │ ├── MianFrame.css
│ │ │ ├── MianFrame.min.css
│ │ │ ├── modify.css
│ │ │ ├── modify.min.css
│ │ │ ├── patterns
│ │ │ │ ├── 1.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── congruent_pentagon.png
│ │ │ │ ├── header-profile.png
│ │ │ │ ├── header-profile-skin-1.png
│ │ │ │ ├── header-profile-skin-2.png
│ │ │ │ ├── header-profile-skin-3.png
│ │ │ │ ├── otis_redding.png
│ │ │ │ ├── shattered.png
│ │ │ │ └── triangular.png
│ │ │ ├── plugins
│ │ │ │ ├── awesome-bootstrap-checkbox
│ │ │ │ │ └── awesome-bootstrap-checkbox.css
│ │ │ │ ├── blueimp
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── blueimp-gallery.css
│ │ │ │ │ │ ├── blueimp-gallery-indicator.css
│ │ │ │ │ │ ├── blueimp-gallery.min.css
│ │ │ │ │ │ ├── blueimp-gallery-video.css
│ │ │ │ │ │ └── demo.css
│ │ │ │ │ └── img
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── error.svg
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── play-pause.png
│ │ │ │ │ ├── play-pause.svg
│ │ │ │ │ ├── video-play.png
│ │ │ │ │ └── video-play.svg
│ │ │ │ ├── bootstrap-markdown
│ │ │ │ │ └── bootstrap-markdown.min.css
│ │ │ │ ├── bootstrap-rtl
│ │ │ │ │ ├── bootstrap-rtl.css
│ │ │ │ │ ├── bootstrap-rtl.css.map
│ │ │ │ │ └── bootstrap-rtl.min.css
│ │ │ │ ├── bootstrapTour
│ │ │ │ │ └── bootstrap-tour.min.css
│ │ │ │ ├── c3
│ │ │ │ │ └── c3.min.css
│ │ │ │ ├── chartist
│ │ │ │ │ └── chartist.min.css
│ │ │ │ ├── chosen
│ │ │ │ │ ├── chosen.css
│ │ │ │ │ ├── chosen-sprite@2x.png
│ │ │ │ │ └── chosen-sprite.png
│ │ │ │ ├── clockpicker
│ │ │ │ │ └── clockpicker.css
│ │ │ │ ├── codemirror
│ │ │ │ │ ├── ambiance.css
│ │ │ │ │ └── codemirror.css
│ │ │ │ ├── colorpicker
│ │ │ │ │ └── bootstrap-colorpicker.min.css
│ │ │ │ ├── cropper
│ │ │ │ │ └── cropper.min.css
│ │ │ │ ├── datapicker
│ │ │ │ │ ├── bootstrap-datetimepicker.css
│ │ │ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ │ │ └── datepicker3.css
│ │ │ │ ├── dataTables
│ │ │ │ │ └── datatables.min.css
│ │ │ │ ├── daterangepicker
│ │ │ │ │ └── daterangepicker-bs3.css
│ │ │ │ ├── dropzone
│ │ │ │ │ ├── basic.css
│ │ │ │ │ └── dropzone.css
│ │ │ │ ├── fileinput
│ │ │ │ │ ├── fileinput.css
│ │ │ │ │ └── fileinput.min.css
│ │ │ │ ├── footable
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── footable.eot
│ │ │ │ │ │ ├── footable.svg
│ │ │ │ │ │ ├── footable.ttf
│ │ │ │ │ │ └── footable.woff
│ │ │ │ │ └── footable.core.css
│ │ │ │ ├── fullcalendar
│ │ │ │ │ ├── fullcalendar.css
│ │ │ │ │ └── fullcalendar.print.css
│ │ │ │ ├── iCheck
│ │ │ │ │ ├── custom.css
│ │ │ │ │ ├── green@2x.png
│ │ │ │ │ └── green.png
│ │ │ │ ├── images
│ │ │ │ │ ├── bootstrap-colorpicker
│ │ │ │ │ │ ├── alpha-horizontal.png
│ │ │ │ │ │ ├── alpha.png
│ │ │ │ │ │ ├── hue-horizontal.png
│ │ │ │ │ │ ├── hue.png
│ │ │ │ │ │ └── saturation.png
│ │ │ │ │ ├── sort_asc.png
│ │ │ │ │ ├── sort_desc.png
│ │ │ │ │ ├── sort.png
│ │ │ │ │ ├── spritemap@2x.png
│ │ │ │ │ ├── spritemap.png
│ │ │ │ │ ├── sprite-skin-flat2.png
│ │ │ │ │ ├── sprite-skin-flat.png
│ │ │ │ │ ├── sprite-skin-nice.png
│ │ │ │ │ └── sprite-skin-simple.png
│ │ │ │ ├── ionRangeSlider
│ │ │ │ │ ├── ion.rangeSlider.css
│ │ │ │ │ ├── ion.rangeSlider.skinFlat.css
│ │ │ │ │ ├── ion.rangeSlider.skinNice.css
│ │ │ │ │ └── ion.rangeSlider.skinSimple.css
│ │ │ │ ├── jasny
│ │ │ │ │ └── jasny-bootstrap.min.css
│ │ │ │ ├── jqGrid
│ │ │ │ │ └── ui.jqgrid.css
│ │ │ │ ├── jQueryUI
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── animated-overlay.gif
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery-ui-1.10.4.custom.min.css
│ │ │ │ │ └── jquery-ui.css
│ │ │ │ ├── jsTree
│ │ │ │ │ ├── 32px.png
│ │ │ │ │ ├── 39px.png
│ │ │ │ │ ├── 40px.png
│ │ │ │ │ ├── style.css
│ │ │ │ │ ├── style.min.css
│ │ │ │ │ └── throbber.gif
│ │ │ │ ├── ladda
│ │ │ │ │ ├── ladda.min.css
│ │ │ │ │ └── ladda-themeless.min.css
│ │ │ │ ├── morris
│ │ │ │ │ └── morris-0.4.3.min.css
│ │ │ │ ├── nouslider
│ │ │ │ │ └── jquery.nouislider.css
│ │ │ │ ├── select2
│ │ │ │ │ └── select2.min.css
│ │ │ │ ├── slick
│ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── slick.eot
│ │ │ │ │ │ ├── slick.svg
│ │ │ │ │ │ ├── slick.ttf
│ │ │ │ │ │ └── slick.woff
│ │ │ │ │ ├── slick.css
│ │ │ │ │ └── slick-theme.css
│ │ │ │ ├── social-buttons
│ │ │ │ │ └── social-buttons.css
│ │ │ │ ├── steps
│ │ │ │ │ └── jquery.steps.css
│ │ │ │ ├── summernote
│ │ │ │ │ ├── summernote.css
│ │ │ │ │ └── summernote.min.css
│ │ │ │ ├── sweetalert
│ │ │ │ │ └── sweetalert.css
│ │ │ │ ├── switchery
│ │ │ │ │ └── switchery.css
│ │ │ │ ├── toastr
│ │ │ │ │ └── toastr.min.css
│ │ │ │ └── touchspin
│ │ │ │ └── jquery.bootstrap-touchspin.min.css
│ │ │ ├── style.css
│ │ │ └── style.min.css
│ │ ├── font-awesome
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── less
│ │ │ │ ├── animated.less
│ │ │ │ ├── bordered-pulled.less
│ │ │ │ ├── core.less
│ │ │ │ ├── fixed-width.less
│ │ │ │ ├── font-awesome.less
│ │ │ │ ├── icons.less
│ │ │ │ ├── larger.less
│ │ │ │ ├── list.less
│ │ │ │ ├── mixins.less
│ │ │ │ ├── path.less
│ │ │ │ ├── rotated-flipped.less
│ │ │ │ ├── stacked.less
│ │ │ │ └── variables.less
│ │ │ └── scss
│ │ │ ├── _animated.scss
│ │ │ ├── _bordered-pulled.scss
│ │ │ ├── _core.scss
│ │ │ ├── _fixed-width.scss
│ │ │ ├── font-awesome.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _larger.scss
│ │ │ ├── _list.scss
│ │ │ ├── _mixins.scss
│ │ │ ├── _path.scss
│ │ │ ├── _rotated-flipped.scss
│ │ │ ├── _stacked.scss
│ │ │ └── _variables.scss
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ ├── fontawesome-webfont.woff2
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ ├── glyphicons-halflings-regular.woff2
│ │ │ ├── iconfont.eot
│ │ │ ├── iconfont.svg
│ │ │ ├── iconfont.ttf
│ │ │ ├── iconfont.woff
│ │ │ ├── summernote.eot
│ │ │ ├── summernote.ttf
│ │ │ └── summernote.woff
│ │ ├── images
│ │ │ ├── circle.jpg
│ │ │ ├── icon.jpg
│ │ │ ├── inputbg.png
│ │ │ ├── loading.gif
│ │ │ ├── loading-sm.gif
│ │ │ ├── login-background.jpg
│ │ │ └── logo.png
│ │ ├── js
│ │ │ ├── bootstrap-contextmenu.js
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── _FolderWatchConfig.jscompress
│ │ │ ├── hhsof_js
│ │ │ │ ├── hhsoft_bottom_init.js
│ │ │ │ ├── hhsoft_bottom_init.min.js
│ │ │ │ ├── hhsoft_datatable.js
│ │ │ │ ├── hhsoft_datatable.min.js
│ │ │ │ ├── hhsoft_head_init.js
│ │ │ │ ├── hhsoft_head_init.min.js
│ │ │ │ ├── hhsoft_loadimage.js
│ │ │ │ ├── hhsoft_loadimage.min.js
│ │ │ │ └── hhsoft_sweetalert.js
│ │ │ ├── hplus
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── contabs.min.js
│ │ │ │ ├── content.min.js
│ │ │ │ ├── hplus.min.js
│ │ │ │ ├── jquery-ui-1.10.4.min.js
│ │ │ │ ├── jquery-ui.custom.min.js
│ │ │ │ ├── layer
│ │ │ │ │ ├── extend
│ │ │ │ │ │ └── layer.ext.js
│ │ │ │ │ ├── laydate
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── need
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ ├── dahong
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ └── molv
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ └── laydate.css
│ │ │ │ │ ├── laydate-v1.1
│ │ │ │ │ │ ├── demo.html
│ │ │ │ │ │ ├── laydate
│ │ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ │ ├── need
│ │ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ ├── dahong
│ │ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ │ └── molv
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ ├── layDate官网.url
│ │ │ │ │ │ └── 更新日志.txt
│ │ │ │ │ ├── laydate-v1.1.zip
│ │ │ │ │ ├── layer.min.js
│ │ │ │ │ ├── layim
│ │ │ │ │ │ ├── layim.css
│ │ │ │ │ │ ├── layim.js
│ │ │ │ │ │ └── loading.gif
│ │ │ │ │ └── skin
│ │ │ │ │ ├── layer.css
│ │ │ │ │ ├── layer.ext.css
│ │ │ │ │ └── moon
│ │ │ │ │ └── style.css
│ │ │ │ ├── metisMenu
│ │ │ │ │ └── jquery.metisMenu.js
│ │ │ │ ├── pace
│ │ │ │ │ └── pace.min.js
│ │ │ │ ├── peity
│ │ │ │ │ └── jquery.peity.min.js
│ │ │ │ ├── peity-demo.min.js
│ │ │ │ ├── slimscroll
│ │ │ │ │ └── jquery.slimscroll.min.js
│ │ │ │ ├── sparkline
│ │ │ │ │ └── jquery.sparkline.min.js
│ │ │ │ └── welcome.min.js
│ │ │ ├── Index
│ │ │ │ ├── MianFrame.js
│ │ │ │ └── MianFrame.min.js
│ │ │ ├── inspinia.js
│ │ │ ├── jquery
│ │ │ │ └── jquery-1.8.3.min.js
│ │ │ ├── jquery-2.1.1.js
│ │ │ ├── jquery-ui-1.10.4.min.js
│ │ │ ├── jquery-ui.custom.min.js
│ │ │ ├── JS使用详情.txt
│ │ │ ├── layer-v2.4
│ │ │ │ └── layer
│ │ │ │ ├── layer.js
│ │ │ │ └── skin
│ │ │ │ ├── default
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ │ └── layer.css
│ │ │ ├── map
│ │ │ │ ├── baidumap.js
│ │ │ │ └── RichMarker_min.js
│ │ │ └── plugins
│ │ │ ├── blueimp
│ │ │ │ └── jquery.blueimp-gallery.min.js
│ │ │ ├── clipboard
│ │ │ │ └── clipboard.min.js
│ │ │ ├── datapicker
│ │ │ │ ├── bootstrap-datepicker.js
│ │ │ │ ├── bootstrap-datetimepicker.js
│ │ │ │ ├── bootstrap-datetimepicker.min.js
│ │ │ │ ├── bootstrap-datetimepicker.zh-CN.js
│ │ │ │ └── bootstrap-datetimepicker.zh-TW.js
│ │ │ ├── dataTables
│ │ │ │ ├── datatables.min.js
│ │ │ │ └── 参数说明.html
│ │ │ ├── fileinput
│ │ │ │ ├── fileinput.js
│ │ │ │ ├── fileinput.min.js
│ │ │ │ └── locales
│ │ │ │ └── zh.js
│ │ │ ├── iCheck
│ │ │ │ └── icheck.min.js
│ │ │ ├── jasny
│ │ │ │ └── jasny-bootstrap.min.js
│ │ │ ├── jsTree
│ │ │ │ ├── jstree.js
│ │ │ │ └── jstree.min.js
│ │ │ ├── ladda
│ │ │ │ ├── ladda.jquery.min.js
│ │ │ │ ├── ladda.min.js
│ │ │ │ └── spin.min.js
│ │ │ ├── metisMenu
│ │ │ │ └── jquery.metisMenu.js
│ │ │ ├── pace
│ │ │ │ └── pace.min.js
│ │ │ ├── slimscroll
│ │ │ │ ├── jquery.slimscroll.js
│ │ │ │ └── jquery.slimscroll.min.js
│ │ │ ├── staps
│ │ │ │ └── jquery.steps.min.js
│ │ │ ├── summernote
│ │ │ │ ├── lang
│ │ │ │ │ └── summernote-zh-CN.js
│ │ │ │ ├── summernote.js
│ │ │ │ └── summernote.min.js
│ │ │ ├── sweetalert
│ │ │ │ └── sweetalert.min.js
│ │ │ ├── toastr
│ │ │ │ └── toastr.min.js
│ │ │ └── validate
│ │ │ ├── jquery.validate.min.js
│ │ │ ├── validate.extend.js
│ │ │ └── 使用说明.txt
│ │ ├── Site.css
│ │ └── themes
│ │ └── base
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.css
│ │ ├── jquery.ui.all.css
│ │ ├── jquery.ui.autocomplete.css
│ │ ├── jquery.ui.base.css
│ │ ├── jquery.ui.button.css
│ │ ├── jquery.ui.core.css
│ │ ├── jquery-ui.css
│ │ ├── jquery.ui.datepicker.css
│ │ ├── jquery.ui.dialog.css
│ │ ├── jquery.ui.progressbar.css
│ │ ├── jquery.ui.resizable.css
│ │ ├── jquery.ui.selectable.css
│ │ ├── jquery.ui.slider.css
│ │ ├── jquery.ui.tabs.css
│ │ ├── jquery.ui.theme.css
│ │ └── minified
│ │ ├── images
│ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ ├── ui-icons_222222_256x240.png
│ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ ├── ui-icons_454545_256x240.png
│ │ │ ├── ui-icons_888888_256x240.png
│ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ ├── jquery.ui.accordion.min.css
│ │ ├── jquery.ui.autocomplete.min.css
│ │ ├── jquery.ui.button.min.css
│ │ ├── jquery.ui.core.min.css
│ │ ├── jquery.ui.datepicker.min.css
│ │ ├── jquery.ui.dialog.min.css
│ │ ├── jquery-ui.min.css
│ │ ├── jquery.ui.progressbar.min.css
│ │ ├── jquery.ui.resizable.min.css
│ │ ├── jquery.ui.selectable.min.css
│ │ ├── jquery.ui.slider.min.css
│ │ ├── jquery.ui.tabs.min.css
│ │ └── jquery.ui.theme.min.css
│ ├── Controllers
│ │ ├── AndroidRequestController.cs
│ │ ├── ApInfoController.cs
│ │ ├── BaseController.cs
│ │ ├── CourseInfoController.cs
│ │ ├── DepartMentController.cs
│ │ ├── HomeController.cs
│ │ ├── NoticeInfoController.cs
│ │ ├── ProfessionInfoController.cs
│ │ ├── SignInfoController.cs
│ │ ├── StudentInfoController.cs
│ │ ├── TeacherCourseInfoController.cs
│ │ ├── TeacherInfoController.cs
│ │ └── UserController.cs
│ ├── DAL
│ │ ├── AdminInfoDAL.cs
│ │ ├── AndriodRequestDAL.cs
│ │ ├── ApInfoDAL.cs
│ │ ├── CourseInfoDAL.cs
│ │ ├── DepartmentInfoDAL.cs
│ │ ├── NoticeInfoDAL.cs
│ │ ├── ProfessionInfoDAL.cs
│ │ ├── SignDetailsInfoDAL.cs
│ │ ├── SignInfoDAL.cs
│ │ ├── StudentInfoDAL.cs
│ │ ├── TeacherCourseInfoDAL.cs
│ │ ├── TeacherInfoDAL.cs
│ │ ├── UserCourseInfoDAL.cs
│ │ └── UserInfoDAL.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Log
│ │ ├── 2017-04-25.log
│ │ ├── 2017-04-26.log
│ │ ├── 2017-04-27.log
│ │ ├── 2017-04-28.log
│ │ ├── 2017-04-29.log
│ │ └── 2017-04-30.log
│ ├── Model
│ │ ├── AdminInfo.cs
│ │ ├── ApInfo.cs
│ │ ├── CourseInfo.cs
│ │ ├── DepartmentInfo.cs
│ │ ├── NoticeInfo.cs
│ │ ├── ProfessionInfo.cs
│ │ ├── SignDetailsInfo.cs
│ │ ├── SignInfo.cs
│ │ ├── StudentInfo.cs
│ │ ├── TeacherCourseInfo.cs
│ │ ├── TeacherInfo.cs
│ │ ├── UserCourseInfo.cs
│ │ └── UserInfo.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── WifiManagerMvcApp.csproj.FileListAbsolute.txt
│ │ ├── WifiManagerMvcApp.csprojResolveAssemblyReference.cache
│ │ ├── WifiManagerMvcApp.dll
│ │ └── WifiManagerMvcApp.pdb
│ ├── packages.config
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Scripts
│ │ ├── jquery-1.8.2.intellisense.js
│ │ ├── jquery-1.8.2.js
│ │ ├── jquery-1.8.2.min.js
│ │ ├── jquery-ui-1.8.24.js
│ │ ├── jquery-ui-1.8.24.min.js
│ │ ├── jquery.unobtrusive-ajax.js
│ │ ├── jquery.unobtrusive-ajax.min.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate.unobtrusive.js
│ │ ├── jquery.validate.unobtrusive.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── knockout-2.2.0.debug.js
│ │ ├── knockout-2.2.0.js
│ │ ├── modernizr-2.6.2.js
│ │ └── _references.js
│ ├── StyleCop.Cache
│ ├── TeacherLoginHandler1.ashx
│ ├── TeacherLoginHandler1.ashx.cs
│ ├── Utils
│ │ ├── CommonUtils.cs
│ │ ├── DbHelperSQL.cs
│ │ ├── Log.cs
│ │ ├── MyHttpUtils.cs
│ │ └── SqlHleper.cs
│ ├── Views
│ │ ├── ApInfo
│ │ │ └── ApInfoList.cshtml
│ │ ├── CourseInfo
│ │ │ ├── AddCourseInfo.cshtml
│ │ │ ├── CourseInfoList.cshtml
│ │ │ └── EditCourseInfo.cshtml
│ │ ├── DepartMent
│ │ │ ├── AddDepartMent.cshtml
│ │ │ ├── DelDepartMent.cshtml
│ │ │ ├── DepartMentList.cshtml
│ │ │ └── EditDepartMent.cshtml
│ │ ├── Home
│ │ │ └── Index.cshtml
│ │ ├── ProfessionInfo
│ │ │ ├── AddProfessionInfo.cshtml
│ │ │ ├── EditProfessionInfo.cshtml
│ │ │ └── ProfessionInfoList.cshtml
│ │ ├── Shared
│ │ │ ├── Error.aspx
│ │ │ ├── _Layout.cshtml
│ │ │ ├── _LayoutGraph.cshtml
│ │ │ └── _LayoutOperate.cshtml
│ │ ├── SignInfo
│ │ │ └── StudentSignGraph.cshtml
│ │ ├── StudentInfo
│ │ │ ├── AddStudentInfo.cshtml
│ │ │ ├── EditStudentInfo.cshtml
│ │ │ └── StudentInfoList.cshtml
│ │ ├── TeacherCourseInfo
│ │ │ ├── AddTeacherCourseInfo.cshtml
│ │ │ └── TeacherCourseInfoList.cshtml
│ │ ├── TeacherInfo
│ │ │ ├── AddTeacherInfo.cshtml
│ │ │ ├── EditTeacherInfo.cshtml
│ │ │ ├── ShowTeacherCourse.cshtml
│ │ │ └── TeacherInfoList.cshtml
│ │ ├── User
│ │ │ ├── AdminBding.cshtml
│ │ │ ├── AdminLogin.cshtml
│ │ │ └── AdminRegister.cshtml
│ │ └── Web.config
│ ├── Web.config
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── WifiManagerMvcApp.csproj
│ ├── WifiManagerMvcApp.csproj.DotSettings.user
│ └── WifiManagerMvcApp.csproj.user
├── WifiManagerMvcApp.sln
├── WifiManagerMvcApp.sln.DotSettings.user
└── WifiManagerMvcApp.v11.suo
1592 directories, 5161 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论