在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 仿知乎程序

仿知乎程序

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.38M
  • 下载次数:5
  • 浏览次数:113
  • 发布时间:2021-01-21
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
一个仿知乎的程序。实现了大体的功能,因为没有分析其中的数据结构,所以里面的数据不是很准确
【实例截图】
【核心代码】
2c55de33-b9b0-4aa3-90c3-a547e31b5139
├── myzhihu
│   ├── app
│   │   ├── app.iml
│   │   ├── build
│   │   │   ├── generated
│   │   │   │   └── source
│   │   │   │   ├── buildConfig
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── example
│   │   │   │   │   │   └── cg
│   │   │   │   │   │   └── myzhihu
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── BuildConfig.java
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── example
│   │   │   │   │   └── cg
│   │   │   │   │   └── myzhihu
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── r
│   │   │   │   └── debug
│   │   │   │   ├── android
│   │   │   │   │   └── support
│   │   │   │   │   ├── design
│   │   │   │   │   │   └── R.java
│   │   │   │   │   └── v7
│   │   │   │   │   └── appcompat
│   │   │   │   │   └── R.java
│   │   │   │   ├── com
│   │   │   │   │   ├── example
│   │   │   │   │   │   └── cg
│   │   │   │   │   │   └── myzhihu
│   │   │   │   │   │   └── R.java
│   │   │   │   │   ├── github
│   │   │   │   │   │   └── lzyzsd
│   │   │   │   │   │   └── circleprogress
│   │   │   │   │   │   └── R.java
│   │   │   │   │   ├── handmark
│   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   └── library
│   │   │   │   │   │   └── R.java
│   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   └── R.java
│   │   │   │   └── me
│   │   │   │   └── imid
│   │   │   │   └── swipebacklayout
│   │   │   │   └── lib
│   │   │   │   └── R.java
│   │   │   ├── intermediates
│   │   │   │   ├── classes
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── example
│   │   │   │   │   │   └── cg
│   │   │   │   │   │   └── myzhihu
│   │   │   │   │   │   ├── ApplicationTest.class
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── BuildConfig.class
│   │   │   │   │   └── debug
│   │   │   │   │   ├── android
│   │   │   │   │   │   └── support
│   │   │   │   │   │   ├── design
│   │   │   │   │   │   │   ├── 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
│   │   │   │   │   │   └── v7
│   │   │   │   │   │   └── appcompat
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$bool.class
│   │   │   │   │   │   ├── R$color.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$integer.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── com
│   │   │   │   │   │   ├── example
│   │   │   │   │   │   │   └── cg
│   │   │   │   │   │   │   └── myzhihu
│   │   │   │   │   │   │   ├── AboutActivity.class
│   │   │   │   │   │   │   ├── Adapters
│   │   │   │   │   │   │   │   ├── Attention_question_lv_Adapter$Attent_question.class
│   │   │   │   │   │   │   │   ├── Attention_question_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Attention_tab_Adapter.class
│   │   │   │   │   │   │   │   ├── Collection_fragment_lv_Adapter$Collection_Index.class
│   │   │   │   │   │   │   │   ├── Collection_fragment_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Collection_question_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Collection_question_lv_Adapter$Collection_Question.class
│   │   │   │   │   │   │   │   ├── Collection_question_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Collection_typelv_Adapter$myCollectionItem.class
│   │   │   │   │   │   │   │   ├── Collection_typelv_Adapter.class
│   │   │   │   │   │   │   │   ├── Comment_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Comment_lv_Adapter$auItem.class
│   │   │   │   │   │   │   │   ├── Comment_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_detail_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_detail_lv_Adapter$Find_collection_detail.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_detail_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_lv_Adapter$find_hotCollection.class
│   │   │   │   │   │   │   │   ├── Find_hotCollection_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Find_hotRecomment_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Find_hotRecomment_lv_Adapter$find_hotRecomment_info.class
│   │   │   │   │   │   │   │   ├── Find_hotRecomment_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Find_hotRecomment_vp.class
│   │   │   │   │   │   │   │   ├── Find_tab_Adapter.class
│   │   │   │   │   │   │   │   ├── Guide_vp_Adapter.class
│   │   │   │   │   │   │   │   ├── Index_lv_Adapter$1.class
│   │   │   │   │   │   │   │   ├── Index_lv_Adapter$2.class
│   │   │   │   │   │   │   │   ├── Index_lv_Adapter$index_list_info.class
│   │   │   │   │   │   │   │   ├── Index_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Main_Drawer_lv_Adapter$menuItem.class
│   │   │   │   │   │   │   │   ├── Main_Drawer_lv_Adapter.class
│   │   │   │   │   │   │   │   ├── Notify_tab_Adapter.class
│   │   │   │   │   │   │   │   ├── Question_tab_Adapter.class
│   │   │   │   │   │   │   │   └── Question_tab_view_Adapter.class
│   │   │   │   │   │   │   ├── Attention_collectionFragment.class
│   │   │   │   │   │   │   ├── Attention_columnFragment.class
│   │   │   │   │   │   │   ├── AttentionFragment.class
│   │   │   │   │   │   │   ├── Attention_questionFragment$1.class
│   │   │   │   │   │   │   ├── Attention_questionFragment$2.class
│   │   │   │   │   │   │   ├── Attention_questionFragment.class
│   │   │   │   │   │   │   ├── Attention_topicFragment.class
│   │   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   │   ├── CollectionActivity$1.class
│   │   │   │   │   │   │   ├── CollectionActivity$2.class
│   │   │   │   │   │   │   ├── CollectionActivity$3.class
│   │   │   │   │   │   │   ├── CollectionActivity$4.class
│   │   │   │   │   │   │   ├── CollectionActivity$5.class
│   │   │   │   │   │   │   ├── CollectionActivity$6.class
│   │   │   │   │   │   │   ├── CollectionActivity$7.class
│   │   │   │   │   │   │   ├── CollectionActivity$8.class
│   │   │   │   │   │   │   ├── CollectionActivity$9.class
│   │   │   │   │   │   │   ├── CollectionActivity$addCollectionTypeToServer.class
│   │   │   │   │   │   │   ├── CollectionActivity$addUserCollectionToServer.class
│   │   │   │   │   │   │   ├── CollectionActivity$GetDownDataTask.class
│   │   │   │   │   │   │   ├── CollectionActivity.class
│   │   │   │   │   │   │   ├── CollectionFragment$1.class
│   │   │   │   │   │   │   ├── CollectionFragment$2.class
│   │   │   │   │   │   │   ├── CollectionFragment$3.class
│   │   │   │   │   │   │   ├── CollectionFragment$4.class
│   │   │   │   │   │   │   ├── CollectionFragment.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$1.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$2.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$3.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$4.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$GetDownDataTask.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity$GetUpDataTask.class
│   │   │   │   │   │   │   ├── Collection_QuestionActivity.class
│   │   │   │   │   │   │   ├── CommentActivity$1.class
│   │   │   │   │   │   │   ├── CommentActivity$2.class
│   │   │   │   │   │   │   ├── CommentActivity$AddAnswerTask.class
│   │   │   │   │   │   │   ├── CommentActivity$AddAnswerZanTask.class
│   │   │   │   │   │   │   ├── CommentActivity$commentAddOnClick.class
│   │   │   │   │   │   │   ├── CommentActivity$DeleteAnswerZanTask.class
│   │   │   │   │   │   │   ├── CommentActivity$editonTextWatcher.class
│   │   │   │   │   │   │   ├── CommentActivity$GetDownDataTask.class
│   │   │   │   │   │   │   ├── CommentActivity$GetUpDataTask.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnitemClick$1.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnitemClick$2.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnitemClick$3.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnitemClick$4.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnitemClick.class
│   │   │   │   │   │   │   ├── CommentActivity$pullrefreshOnRefreshListener.class
│   │   │   │   │   │   │   ├── CommentActivity.class
│   │   │   │   │   │   │   ├── DraftFragment.class
│   │   │   │   │   │   │   ├── FindFragment.class
│   │   │   │   │   │   │   ├── Find_hotCollection_detailActivity$1.class
│   │   │   │   │   │   │   ├── Find_hotCollection_detailActivity$2.class
│   │   │   │   │   │   │   ├── Find_hotCollection_detailActivity$3.class
│   │   │   │   │   │   │   ├── Find_hotCollection_detailActivity$4.class
│   │   │   │   │   │   │   ├── Find_hotCollection_detailActivity.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$1.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$2.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$3.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$4.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$GetDownDataTask.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment$GetUpDataTask.class
│   │   │   │   │   │   │   ├── Find_hotCollectionFragment.class
│   │   │   │   │   │   │   ├── Find_hotMonthFragment$1.class
│   │   │   │   │   │   │   ├── Find_hotMonthFragment$2.class
│   │   │   │   │   │   │   ├── Find_hotMonthFragment$3.class
│   │   │   │   │   │   │   ├── Find_hotMonthFragment.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$1.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$2.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$3.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$4.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$5.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$6.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$GetDownDataTask.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$GetUpDataTask.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment$ViewPagerTask.class
│   │   │   │   │   │   │   ├── Find_hotRecommendFragment.class
│   │   │   │   │   │   │   ├── Find_hotToday$1.class
│   │   │   │   │   │   │   ├── Find_hotToday$2.class
│   │   │   │   │   │   │   ├── Find_hotToday$3.class
│   │   │   │   │   │   │   ├── Find_hotToday.class
│   │   │   │   │   │   │   ├── GuideActivity$1.class
│   │   │   │   │   │   │   ├── GuideActivity$MyOnPageChangeListener.class
│   │   │   │   │   │   │   ├── GuideActivity.class
│   │   │   │   │   │   │   ├── Guide_one_Fragment.class
│   │   │   │   │   │   │   ├── Guide_three_Fragment.class
│   │   │   │   │   │   │   ├── Guide_two_Fragment.class
│   │   │   │   │   │   │   ├── Index_detailActivity$10.class
│   │   │   │   │   │   │   ├── Index_detailActivity$11$1.class
│   │   │   │   │   │   │   ├── Index_detailActivity$11$2.class
│   │   │   │   │   │   │   ├── Index_detailActivity$11.class
│   │   │   │   │   │   │   ├── Index_detailActivity$12.class
│   │   │   │   │   │   │   ├── Index_detailActivity$13.class
│   │   │   │   │   │   │   ├── Index_detailActivity$1.class
│   │   │   │   │   │   │   ├── Index_detailActivity$2.class
│   │   │   │   │   │   │   ├── Index_detailActivity$3.class
│   │   │   │   │   │   │   ├── Index_detailActivity$4.class
│   │   │   │   │   │   │   ├── Index_detailActivity$5.class
│   │   │   │   │   │   │   ├── Index_detailActivity$6.class
│   │   │   │   │   │   │   ├── Index_detailActivity$7.class
│   │   │   │   │   │   │   ├── Index_detailActivity$8.class
│   │   │   │   │   │   │   ├── Index_detailActivity$9.class
│   │   │   │   │   │   │   ├── Index_detailActivity.class
│   │   │   │   │   │   │   ├── IndexFragment$1.class
│   │   │   │   │   │   │   ├── IndexFragment$2.class
│   │   │   │   │   │   │   ├── IndexFragment$3.class
│   │   │   │   │   │   │   ├── IndexFragment$GetDownDataTask.class
│   │   │   │   │   │   │   ├── IndexFragment$GetUpDataTask.class
│   │   │   │   │   │   │   ├── IndexFragment.class
│   │   │   │   │   │   │   ├── MainActivity.class
│   │   │   │   │   │   │   ├── models
│   │   │   │   │   │   │   │   ├── AnswerAndUser.class
│   │   │   │   │   │   │   │   ├── CollectionIndex.class
│   │   │   │   │   │   │   │   ├── CollectionType.class
│   │   │   │   │   │   │   │   ├── goodAnswer.class
│   │   │   │   │   │   │   │   ├── HotCollection.class
│   │   │   │   │   │   │   │   ├── IndexList.class
│   │   │   │   │   │   │   │   └── MainDrawerMenu.class
│   │   │   │   │   │   │   ├── NotifyActivity.class
│   │   │   │   │   │   │   ├── Notify_contentFragment.class
│   │   │   │   │   │   │   ├── Notify_loveFragment.class
│   │   │   │   │   │   │   ├── Notify_messageFragment.class
│   │   │   │   │   │   │   ├── QuestionAcivity.class
│   │   │   │   │   │   │   ├── Question_AddDialog$1.class
│   │   │   │   │   │   │   ├── Question_AddDialog$OKListener.class
│   │   │   │   │   │   │   ├── Question_AddDialog.class
│   │   │   │   │   │   │   ├── Question_descriptionFragment.class
│   │   │   │   │   │   │   ├── Question_quFragment.class
│   │   │   │   │   │   │   ├── Question_topicFragment.class
│   │   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   │   ├── R$array.class
│   │   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   │   ├── R$bool.class
│   │   │   │   │   │   │   ├── R$color.class
│   │   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   │   ├── R$integer.class
│   │   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   │   ├── R$menu.class
│   │   │   │   │   │   │   ├── R$mipmap.class
│   │   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   │   ├── R.class
│   │   │   │   │   │   │   ├── tool_NavigationDrawerFragment$1.class
│   │   │   │   │   │   │   ├── tool_NavigationDrawerFragment$menuClickListener.class
│   │   │   │   │   │   │   ├── tool_NavigationDrawerFragment.class
│   │   │   │   │   │   │   └── untils
│   │   │   │   │   │   │   ├── CircleImageView.class
│   │   │   │   │   │   │   ├── configStatic.class
│   │   │   │   │   │   │   ├── configUntils.class
│   │   │   │   │   │   │   ├── imagesUntils$BitmapCache$1.class
│   │   │   │   │   │   │   ├── imagesUntils$BitmapCache.class
│   │   │   │   │   │   │   ├── imagesUntils.class
│   │   │   │   │   │   │   ├── netUntils.class
│   │   │   │   │   │   │   ├── StickyNavLayout.class
│   │   │   │   │   │   │   ├── StickyNavRela.class
│   │   │   │   │   │   │   ├── SwipeBackToolBarActivity.class
│   │   │   │   │   │   │   └── webservicesUntils.class
│   │   │   │   │   │   ├── github
│   │   │   │   │   │   │   └── lzyzsd
│   │   │   │   │   │   │   └── circleprogress
│   │   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   │   └── R.class
│   │   │   │   │   │   ├── handmark
│   │   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   │   └── library
│   │   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   │   └── R.class
│   │   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$bool.class
│   │   │   │   │   │   ├── R$color.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$integer.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   ├── R$style.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── me
│   │   │   │   │   └── imid
│   │   │   │   │   └── swipebacklayout
│   │   │   │   │   └── lib
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   ├── dex
│   │   │   │   │   └── debug
│   │   │   │   │   └── classes.dex
│   │   │   │   ├── exploded-aar
│   │   │   │   │   ├── com.android.support
│   │   │   │   │   │   ├── appcompat-v7
│   │   │   │   │   │   │   └── 22.2.1
│   │   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   │   ├── abc_fade_in.xml
│   │   │   │   │   │   │   │   │   ├── abc_fade_out.xml
│   │   │   │   │   │   │   │   │   ├── abc_grow_fade_in_from_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_enter.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_exit.xml
│   │   │   │   │   │   │   │   │   ├── abc_shrink_fade_out_from_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_in_bottom.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_in_top.xml
│   │   │   │   │   │   │   │   │   ├── abc_slide_out_bottom.xml
│   │   │   │   │   │   │   │   │   └── abc_slide_out_top.xml
│   │   │   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_primary_text_material_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_url_text.xml
│   │   │   │   │   │   │   │   │   ├── abc_secondary_text_material_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_secondary_text_material_light.xml
│   │   │   │   │   │   │   │   │   ├── switch_thumb_material_dark.xml
│   │   │   │   │   │   │   │   │   └── switch_thumb_material_light.xml
│   │   │   │   │   │   │   │   ├── color-v11
│   │   │   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   │   │   └── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   ├── abc_btn_borderless_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_default_mtrl_shape.xml
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_internal_bg.xml
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_dialog_material_background_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_dialog_material_background_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_item_background_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_item_background_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_holo_dark.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_holo_light.xml
│   │   │   │   │   │   │   │   │   ├── abc_ratingbar_full_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_spinner_textfield_background_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_switch_thumb_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_material.xml
│   │   │   │   │   │   │   │   │   └── abc_textfield_search_material.xml
│   │   │   │   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-hdpi
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-mdpi
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xhdpi
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxhdpi
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-ldrtl-xxxhdpi
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   ├── drawable-xxxhdpi
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   │   └── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_title_item.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_up_container.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_bar_view_list_nav_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_menu_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_mode_bar.xml
│   │   │   │   │   │   │   │   │   ├── abc_action_mode_close_item_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_activity_chooser_view_list_item.xml
│   │   │   │   │   │   │   │   │   ├── abc_activity_chooser_view.xml
│   │   │   │   │   │   │   │   │   ├── abc_alert_dialog_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_dialog_title_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_expanded_menu_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_checkbox.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_icon.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_list_menu_item_radio.xml
│   │   │   │   │   │   │   │   │   ├── abc_popup_menu_item_layout.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_content_include.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_simple_overlay_action_mode.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_simple.xml
│   │   │   │   │   │   │   │   │   ├── abc_screen_toolbar.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_dropdown_item_icons_2line.xml
│   │   │   │   │   │   │   │   │   ├── abc_search_view.xml
│   │   │   │   │   │   │   │   │   ├── abc_select_dialog_material.xml
│   │   │   │   │   │   │   │   │   ├── abc_simple_dropdown_hint.xml
│   │   │   │   │   │   │   │   │   ├── notification_media_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_media_cancel_action.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_big_media_narrow.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_big_media.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_lines.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_media.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_part_chronometer.xml
│   │   │   │   │   │   │   │   │   ├── notification_template_part_time.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_item_material.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_multichoice_material.xml
│   │   │   │   │   │   │   │   │   ├── select_dialog_singlechoice_material.xml
│   │   │   │   │   │   │   │   │   └── support_simple_spinner_dropdown_item.xml
│   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   │   │   └── values-af.xml
│   │   │   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   │   │   └── values-am.xml
│   │   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   │   │   │   ├── values-bn-rBD
│   │   │   │   │   │   │   │   │   └── values-bn-rBD.xml
│   │   │   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   │   │   └── values-ca.xml
│   │   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   │   │   └── values-da.xml
│   │   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   │   │   └── values-el.xml
│   │   │   │   │   │   │   │   ├── values-en-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-h720dp
│   │   │   │   │   │   │   │   │   └── values-h720dp.xml
│   │   │   │   │   │   │   │   ├── values-hdpi
│   │   │   │   │   │   │   │   │   └── values-hdpi.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
│   │   │   │   │   │   │   │   │   └── values-large.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-nl
│   │   │   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   │   │   ├── values-port
│   │   │   │   │   │   │   │   │   └── values-port.xml
│   │   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   │   └── values-pt.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-sr
│   │   │   │   │   │   │   │   │   └── values-sr.xml
│   │   │   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   │   │   └── values-sv.xml
│   │   │   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   │   │   └── values-sw.xml
│   │   │   │   │   │   │   │   ├── values-sw600dp
│   │   │   │   │   │   │   │   │   └── values-sw600dp.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-v14
│   │   │   │   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   │   │   └── values-v17.xml
│   │   │   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   │   │   └── values-v18.xml
│   │   │   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   │   │   └── values-vi.xml
│   │   │   │   │   │   │   │   ├── values-w360dp
│   │   │   │   │   │   │   │   │   └── values-w360dp.xml
│   │   │   │   │   │   │   │   ├── values-w480dp
│   │   │   │   │   │   │   │   │   └── values-w480dp.xml
│   │   │   │   │   │   │   │   ├── values-w500dp
│   │   │   │   │   │   │   │   │   └── values-w500dp.xml
│   │   │   │   │   │   │   │   ├── values-w600dp
│   │   │   │   │   │   │   │   │   └── values-w600dp.xml
│   │   │   │   │   │   │   │   ├── values-w720dp
│   │   │   │   │   │   │   │   │   └── values-w720dp.xml
│   │   │   │   │   │   │   │   ├── values-xlarge
│   │   │   │   │   │   │   │   │   └── values-xlarge.xml
│   │   │   │   │   │   │   │   ├── values-xlarge-land
│   │   │   │   │   │   │   │   │   └── values-xlarge-land.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
│   │   │   │   │   │   │   └── 22.2.0
│   │   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   │   ├── fab_in.xml
│   │   │   │   │   │   │   │   │   ├── fab_out.xml
│   │   │   │   │   │   │   │   │   ├── snackbar_in.xml
│   │   │   │   │   │   │   │   │   └── snackbar_out.xml
│   │   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   │   ├── fab_background.xml
│   │   │   │   │   │   │   │   │   └── snackbar_background.xml
│   │   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   │   ├── design_navigation_item_header.xml
│   │   │   │   │   │   │   │   │   ├── design_navigation_item_separator.xml
│   │   │   │   │   │   │   │   │   ├── design_navigation_item_subheader.xml
│   │   │   │   │   │   │   │   │   ├── design_navigation_item.xml
│   │   │   │   │   │   │   │   │   ├── design_navigation_menu.xml
│   │   │   │   │   │   │   │   │   ├── layout_snackbar_include.xml
│   │   │   │   │   │   │   │   │   └── layout_snackbar.xml
│   │   │   │   │   │   │   │   ├── layout-sw600dp
│   │   │   │   │   │   │   │   │   └── layout_snackbar.xml
│   │   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   │   ├── values-land
│   │   │   │   │   │   │   │   │   └── values-land.xml
│   │   │   │   │   │   │   │   ├── values-sw600dp
│   │   │   │   │   │   │   │   │   └── values-sw600dp.xml
│   │   │   │   │   │   │   │   └── values-v21
│   │   │   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   │   │   └── R.txt
│   │   │   │   │   │   └── support-v4
│   │   │   │   │   │   └── 22.2.1
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── aidl
│   │   │   │   │   │   │   └── android
│   │   │   │   │   │   │   └── support
│   │   │   │   │   │   │   └── v4
│   │   │   │   │   │   │   └── media
│   │   │   │   │   │   │   ├── MediaMetadataCompat.aidl
│   │   │   │   │   │   │   ├── RatingCompat.aidl
│   │   │   │   │   │   │   └── session
│   │   │   │   │   │   │   ├── MediaSessionCompat.aidl
│   │   │   │   │   │   │   ├── ParcelableVolumeInfo.aidl
│   │   │   │   │   │   │   └── PlaybackStateCompat.aidl
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── annotations.zip
│   │   │   │   │   │   └── jars
│   │   │   │   │   │   ├── classes.jar
│   │   │   │   │   │   └── libs
│   │   │   │   │   │   └── internal_impl-22.2.1.jar
│   │   │   │   │   ├── com.github.lzyzsd
│   │   │   │   │   │   └── circleprogress
│   │   │   │   │   │   └── 1.1.0
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   ├── me.imid.swipebacklayout.lib
│   │   │   │   │   │   └── library
│   │   │   │   │   │   └── 1.0.0
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   ├── shadow_bottom.png
│   │   │   │   │   │   │   │   ├── shadow_left.png
│   │   │   │   │   │   │   │   └── shadow_right.png
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   └── swipeback_layout.xml
│   │   │   │   │   │   │   └── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   └── myzhihu
│   │   │   │   │   ├── PullToRefreshLibrary
│   │   │   │   │   │   └── unspecified
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── jars
│   │   │   │   │   │   │   └── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   │   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   │   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   │   │   │   │   └── slide_out_to_top.xml
│   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   │   │   │   │   └── indicator_bg_top.xml
│   │   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   │   │   │   │   └── pull_to_refresh_header_vertical.xml
│   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   │   │   ├── values-he
│   │   │   │   │   │   │   │   └── values-he.xml
│   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   │   │   └── values-zh
│   │   │   │   │   │   │   └── values-zh.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   └── viewPagerIndicatorlibrary
│   │   │   │   │   └── unspecified
│   │   │   │   │   ├── aapt
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── jars
│   │   │   │   │   │   └── classes.jar
│   │   │   │   │   ├── res
│   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   ├── vpi__dark_theme.xml
│   │   │   │   │   │   │   └── vpi__light_theme.xml
│   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   └── vpi__tab_indicator.xml
│   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── R.txt
│   │   │   │   ├── incremental
│   │   │   │   │   ├── aidl
│   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── dependency.store
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── dependency.store
│   │   │   │   │   ├── mergeAssets
│   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── merger.xml
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   ├── mergeResourcesandroidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   └── mergeResourcesdebug
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── manifest
│   │   │   │   │   └── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── manifests
│   │   │   │   │   └── full
│   │   │   │   │   └── debug
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── pre-dexed
│   │   │   │   │   └── debug
│   │   │   │   │   ├── android-async-http-1.4.8-1b0cd1eff91e3066e9f989a93dcc2485eec04dca.jar
│   │   │   │   │   ├── classes-4018ff1b9330698a6c47905245370df5d9c75dff.jar
│   │   │   │   │   ├── classes-44050a24cd6d54b8cf89c5b3b1393306e18184ed.jar
│   │   │   │   │   ├── classes-4a31f9fcf1d2f4602ababd3e2126d4fe0b9969ee.jar
│   │   │   │   │   ├── classes-5442b496864e1c3f66bfb4a263cad17056061ebf.jar
│   │   │   │   │   ├── classes-ae646970bc9e4fac046a683bf6ddaf55b555b4dd.jar
│   │   │   │   │   ├── classes-c651f5087a2335fae6e2c47ccd82d4d33cc4281f.jar
│   │   │   │   │   ├── classes-fe4589e6b8fb517f134ffe4f0fdc38608b0bbce5.jar
│   │   │   │   │   ├── internal_impl-22.2.1-3d06890c6e2741a9a2a68117a23a5d1584ad5fdd.jar
│   │   │   │   │   ├── ksoap2-android-assembly-3.0.0-jar-with-dependencies-b55ea874d3c432a17242441c202ed1af7580a373.jar
│   │   │   │   │   ├── support-annotations-22.2.1-6068fb36a12bdfbb0bfd48daaf77fd1028efcb5e.jar
│   │   │   │   │   └── volley-31bf0bb2b70ea6b74cef35d8d2cfd65dc0abd1c8.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
│   │   │   │   │   │   │   ├── fab_in.xml
│   │   │   │   │   │   │   ├── fab_out.xml
│   │   │   │   │   │   │   ├── in_from_right_fragment.xml
│   │   │   │   │   │   │   ├── in_from_right.xml
│   │   │   │   │   │   │   ├── out_to_left_fragment.xml
│   │   │   │   │   │   │   ├── out_to_left.xml
│   │   │   │   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   │   │   │   ├── slide_out_to_top.xml
│   │   │   │   │   │   │   ├── snackbar_in.xml
│   │   │   │   │   │   │   └── snackbar_out.xml
│   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_dark.xml
│   │   │   │   │   │   │   ├── abc_primary_text_disable_only_material_light.xml
│   │   │   │   │   │   │   ├── abc_primary_text_material_dark.xml
│   │   │   │   │   │   │   ├── abc_primary_text_material_light.xml
│   │   │   │   │   │   │   ├── abc_search_url_text.xml
│   │   │   │   │   │   │   ├── abc_secondary_text_material_dark.xml
│   │   │   │   │   │   │   ├── abc_secondary_text_material_light.xml
│   │   │   │   │   │   │   ├── switch_thumb_material_dark.xml
│   │   │   │   │   │   │   ├── switch_thumb_material_light.xml
│   │   │   │   │   │   │   ├── vpi__dark_theme.xml
│   │   │   │   │   │   │   └── vpi__light_theme.xml
│   │   │   │   │   │   ├── color-v11
│   │   │   │   │   │   │   ├── abc_background_cache_hint_selector_material_dark.xml
│   │   │   │   │   │   │   └── abc_background_cache_hint_selector_material_light.xml
│   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   ├── abc_btn_borderless_material.xml
│   │   │   │   │   │   │   ├── abc_btn_check_material.xml
│   │   │   │   │   │   │   ├── abc_btn_default_mtrl_shape.xml
│   │   │   │   │   │   │   ├── abc_btn_radio_material.xml
│   │   │   │   │   │   │   ├── abc_cab_background_internal_bg.xml
│   │   │   │   │   │   │   ├── abc_cab_background_top_material.xml
│   │   │   │   │   │   │   ├── abc_dialog_material_background_dark.xml
│   │   │   │   │   │   │   ├── abc_dialog_material_background_light.xml
│   │   │   │   │   │   │   ├── abc_edit_text_material.xml
│   │   │   │   │   │   │   ├── abc_item_background_holo_dark.xml
│   │   │   │   │   │   │   ├── abc_item_background_holo_light.xml
│   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_dark.xml
│   │   │   │   │   │   │   ├── abc_list_selector_background_transition_holo_light.xml
│   │   │   │   │   │   │   ├── abc_list_selector_holo_dark.xml
│   │   │   │   │   │   │   ├── abc_list_selector_holo_light.xml
│   │   │   │   │   │   │   ├── abc_ratingbar_full_material.xml
│   │   │   │   │   │   │   ├── abc_spinner_textfield_background_material.xml
│   │   │   │   │   │   │   ├── abc_switch_thumb_material.xml
│   │   │   │   │   │   │   ├── abc_tab_indicator_material.xml
│   │   │   │   │   │   │   ├── abc_textfield_search_material.xml
│   │   │   │   │   │   │   ├── collection_btn_background.xml
│   │   │   │   │   │   │   ├── collection_btn_textcolor.xml
│   │   │   │   │   │   │   ├── collection_btntitle_textcolor.xml
│   │   │   │   │   │   │   ├── comment_list_btn_background.xml
│   │   │   │   │   │   │   ├── fab_background.xml
│   │   │   │   │   │   │   ├── index_list_item_background.xml
│   │   │   │   │   │   │   ├── index_list_item_contexttextcolor.xml
│   │   │   │   │   │   │   ├── index_list_item_sizebacground.xml
│   │   │   │   │   │   │   ├── index_list_item_sizetextcolor.xml
│   │   │   │   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   │   │   │   ├── indicator_bg_top.xml
│   │   │   │   │   │   │   ├── main_drawer_background.xml
│   │   │   │   │   │   │   ├── main_drawer_text_color.xml
│   │   │   │   │   │   │   ├── snackbar_background.xml
│   │   │   │   │   │   │   ├── stroke_square_hui.xml
│   │   │   │   │   │   │   └── vpi__tab_indicator.xml
│   │   │   │   │   │   ├── drawable-hdpi
│   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_text_cursor_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
│   │   │   │   │   │   │   ├── btn_send_disable.png
│   │   │   │   │   │   │   ├── btn_send_normal.png
│   │   │   │   │   │   │   ├── guide_point_normal.png
│   │   │   │   │   │   │   ├── guide_point_pressed.png
│   │   │   │   │   │   │   ├── ic_action_notify.png
│   │   │   │   │   │   │   ├── ic_action_search.png
│   │   │   │   │   │   │   ├── ic_action_share.png
│   │   │   │   │   │   │   ├── ic_action_shuffle.png
│   │   │   │   │   │   │   ├── ic_choice_item_tag.png
│   │   │   │   │   │   │   ├── ic_collected.png
│   │   │   │   │   │   │   ├── ic_collect.png
│   │   │   │   │   │   │   ├── ic_commented.png
│   │   │   │   │   │   │   ├── ic_comment.png
│   │   │   │   │   │   │   ├── ic_comments.png
│   │   │   │   │   │   │   ├── ic_drawer_collect_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_collect_pressed.png
│   │   │   │   │   │   │   ├── ic_drawer_draft_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_draft_pressed.png
│   │   │   │   │   │   │   ├── ic_drawer_explore_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_explore_pressed.png
│   │   │   │   │   │   │   ├── ic_drawer_follow_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_follow_pressed.png
│   │   │   │   │   │   │   ├── ic_drawer_home_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_home_pressed.png
│   │   │   │   │   │   │   ├── ic_drawer_question_normal.png
│   │   │   │   │   │   │   ├── ic_drawer_question_pressed.png
│   │   │   │   │   │   │   ├── ic_followers.png
│   │   │   │   │   │   │   ├── ic_nohelped.png
│   │   │   │   │   │   │   ├── ic_nohelp.png
│   │   │   │   │   │   │   ├── ic_notification_content.png
│   │   │   │   │   │   │   ├── ic_notification_love.png
│   │   │   │   │   │   │   ├── ic_notification_message.png
│   │   │   │   │   │   │   ├── ic_thanked.png
│   │   │   │   │   │   │   ├── ic_thank.png
│   │   │   │   │   │   │   ├── ic_vote_checked.png
│   │   │   │   │   │   │   ├── ic_vote_down_checked.png
│   │   │   │   │   │   │   ├── ic_vote_down_normal.png
│   │   │   │   │   │   │   ├── ic_vote_normal.png
│   │   │   │   │   │   │   ├── img_empty_draft.png
│   │   │   │   │   │   │   ├── img_empty_followers.png
│   │   │   │   │   │   │   ├── img_empty_follow.png
│   │   │   │   │   │   │   ├── img_empty_notify_content.png
│   │   │   │   │   │   │   ├── img_empty_notify_love.png
│   │   │   │   │   │   │   ├── img_empty_notify_message.png
│   │   │   │   │   │   │   ├── vote_down_checked.png
│   │   │   │   │   │   │   ├── vote_down_normal.png
│   │   │   │   │   │   │   ├── vote_up_checked.png
│   │   │   │   │   │   │   └── vote_up_normal.png
│   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   │   ├── indicator_arrow.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-ldrtl-hdpi
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── drawable-ldrtl-mdpi
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── drawable-ldrtl-xhdpi
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── drawable-ldrtl-xxhdpi
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── drawable-ldrtl-xxxhdpi
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   └── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   ├── drawable-mdpi
│   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   │   ├── indicator_arrow.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-xhdpi
│   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_text_cursor_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_default_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_textfield_search_activated_mtrl_alpha.9.png
│   │   │   │   │   │   │   └── abc_textfield_search_default_mtrl_alpha.9.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   ├── ic_launcher.png
│   │   │   │   │   │   │   ├── indicator_arrow.png
│   │   │   │   │   │   │   ├── shadow_bottom.png
│   │   │   │   │   │   │   ├── shadow_left.png
│   │   │   │   │   │   │   ├── shadow_right.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-xxhdpi
│   │   │   │   │   │   │   ├── abc_ab_share_pack_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_off_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_rating_star_on_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   ├── abc_cab_background_top_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_commit_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_go_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_list_divider_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_list_focused_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_longpressed_holo.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_pressed_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_dark.9.png
│   │   │   │   │   │   │   ├── abc_list_selector_disabled_holo_light.9.png
│   │   │   │   │   │   │   ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_popup_background_mtrl_mult.9.png
│   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   │   ├── abc_text_cursor_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
│   │   │   │   │   │   │   ├── guide12.jpg
│   │   │   │   │   │   │   ├── guide1.jpg
│   │   │   │   │   │   │   ├── guide21.jpg
│   │   │   │   │   │   │   ├── guide2.jpg
│   │   │   │   │   │   │   ├── guide31.jpg
│   │   │   │   │   │   │   ├── guide3.jpg
│   │   │   │   │   │   │   └── logo_about.png
│   │   │   │   │   │   ├── drawable-xxhdpi-v4
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── drawable-xxxhdpi
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_check_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_000.png
│   │   │   │   │   │   │   ├── abc_btn_radio_to_on_mtrl_015.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00001.9.png
│   │   │   │   │   │   │   ├── abc_btn_switch_to_on_mtrl_00012.9.png
│   │   │   │   │   │   │   ├── abc_ic_ab_back_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_clear_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_copy_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_cut_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_paste_mtrl_am_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_selectall_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_menu_share_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_ic_voice_search_api_mtrl_alpha.png
│   │   │   │   │   │   │   ├── abc_spinner_mtrl_am_alpha.9.png
│   │   │   │   │   │   │   ├── abc_switch_track_mtrl_alpha.9.png
│   │   │   │   │   │   │   └── abc_tab_indicator_mtrl_alpha.9.png
│   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   ├── abc_action_bar_title_item.xml
│   │   │   │   │   │   │   ├── abc_action_bar_up_container.xml
│   │   │   │   │   │   │   ├── abc_action_bar_view_list_nav_layout.xml
│   │   │   │   │   │   │   ├── abc_action_menu_item_layout.xml
│   │   │   │   │   │   │   ├── abc_action_menu_layout.xml
│   │   │   │   │   │   │   ├── abc_action_mode_bar.xml
│   │   │   │   │   │   │   ├── abc_action_mode_close_item_material.xml
│   │   │   │   │   │   │   ├── abc_activity_chooser_view_list_item.xml
│   │   │   │   │   │   │   ├── abc_activity_chooser_view.xml
│   │   │   │   │   │   │   ├── abc_alert_dialog_material.xml
│   │   │   │   │   │   │   ├── abc_dialog_title_material.xml
│   │   │   │   │   │   │   ├── abc_expanded_menu_layout.xml
│   │   │   │   │   │   │   ├── abc_list_menu_item_checkbox.xml
│   │   │   │   │   │   │   ├── abc_list_menu_item_icon.xml
│   │   │   │   │   │   │   ├── abc_list_menu_item_layout.xml
│   │   │   │   │   │   │   ├── abc_list_menu_item_radio.xml
│   │   │   │   │   │   │   ├── abc_popup_menu_item_layout.xml
│   │   │   │   │   │   │   ├── abc_screen_content_include.xml
│   │   │   │   │   │   │   ├── abc_screen_simple_overlay_action_mode.xml
│   │   │   │   │   │   │   ├── abc_screen_simple.xml
│   │   │   │   │   │   │   ├── abc_screen_toolbar.xml
│   │   │   │   │   │   │   ├── abc_search_dropdown_item_icons_2line.xml
│   │   │   │   │   │   │   ├── abc_search_view.xml
│   │   │   │   │   │   │   ├── abc_select_dialog_material.xml
│   │   │   │   │   │   │   ├── abc_simple_dropdown_hint.xml
│   │   │   │   │   │   │   ├── activity_about.xml
│   │   │   │   │   │   │   ├── activity_attention_collection_fragment.xml
│   │   │   │   │   │   │   ├── activity_attention_column_fragment.xml
│   │   │   │   │   │   │   ├── activity_attention_question_fragment.xml
│   │   │   │   │   │   │   ├── activity_attention_question_list_item.xml
│   │   │   │   │   │   │   ├── activity_attention_topic_fragment.xml
│   │   │   │   │   │   │   ├── activity_collection_list_item.xml
│   │   │   │   │   │   │   ├── activity_collection_question_list_itemheader.xml
│   │   │   │   │   │   │   ├── activity_collection_question_list_item.xml
│   │   │   │   │   │   │   ├── activity_collection_question.xml
│   │   │   │   │   │   │   ├── activity_collection.xml
│   │   │   │   │   │   │   ├── activity_comment_list_item.xml
│   │   │   │   │   │   │   ├── activity_comment.xml
│   │   │   │   │   │   │   ├── activity_find_hot_collection_detail_list_itemheader.xml
│   │   │   │   │   │   │   ├── activity_find_hot_collection_detail_list_item.xml
│   │   │   │   │   │   │   ├── activity_find_hot_collection_detail.xml
│   │   │   │   │   │   │   ├── activity_find_hot_collection_fragment.xml
│   │   │   │   │   │   │   ├── activity_find_hot_collection_list_item.xml
│   │   │   │   │   │   │   ├── activity_find_hot_month_fragment.xml
│   │   │   │   │   │   │   ├── activity_find_hot_recommend_fragment.xml
│   │   │   │   │   │   │   ├── activity_find_hot_recommend_list_head.xml
│   │   │   │   │   │   │   ├── activity_find_hot_recommend_list_item.xml
│   │   │   │   │   │   │   ├── activity_find_hot_today.xml
│   │   │   │   │   │   │   ├── activity_guide.xml
│   │   │   │   │   │   │   ├── activity_index_detail.xml
│   │   │   │   │   │   │   ├── activity_main.xml
│   │   │   │   │   │   │   ├── activity_notify.xml
│   │   │   │   │   │   │   ├── activity_question_acivity.xml
│   │   │   │   │   │   │   ├── activity_question_adddailog.xml
│   │   │   │   │   │   │   ├── activity_question_description_fragment.xml
│   │   │   │   │   │   │   ├── activity_question_qu_fragment.xml
│   │   │   │   │   │   │   ├── activity_question_topic_fragment.xml
│   │   │   │   │   │   │   ├── design_navigation_item_header.xml
│   │   │   │   │   │   │   ├── design_navigation_item_separator.xml
│   │   │   │   │   │   │   ├── design_navigation_item_subheader.xml
│   │   │   │   │   │   │   ├── design_navigation_item.xml
│   │   │   │   │   │   │   ├── design_navigation_menu.xml
│   │   │   │   │   │   │   ├── dialog_collection_add.xml
│   │   │   │   │   │   │   ├── dialog_comment_list.xml
│   │   │   │   │   │   │   ├── dialog_index_detail_zan.xml
│   │   │   │   │   │   │   ├── fragment_attention.xml
│   │   │   │   │   │   │   ├── fragment_collection_list_item.xml
│   │   │   │   │   │   │   ├── fragment_collection.xml
│   │   │   │   │   │   │   ├── fragment_draft.xml
│   │   │   │   │   │   │   ├── fragment_find.xml
│   │   │   │   │   │   │   ├── fragment_guide_one.xml
│   │   │   │   │   │   │   ├── fragment_guide_three.xml
│   │   │   │   │   │   │   ├── fragment_guide_two.xml
│   │   │   │   │   │   │   ├── fragment_index_list_item.xml
│   │   │   │   │   │   │   ├── fragment_index.xml
│   │   │   │   │   │   │   ├── fragment_main_drawer_item.xml
│   │   │   │   │   │   │   ├── fragment_main_drawer.xml
│   │   │   │   │   │   │   ├── fragment_notify_content.xml
│   │   │   │   │   │   │   ├── fragment_notify_love.xml
│   │   │   │   │   │   │   ├── fragment_notify_message.xml
│   │   │   │   │   │   │   ├── layout_snackbar_include.xml
│   │   │   │   │   │   │   ├── layout_snackbar.xml
│   │   │   │   │   │   │   ├── notification_media_action.xml
│   │   │   │   │   │   │   ├── notification_media_cancel_action.xml
│   │   │   │   │   │   │   ├── notification_template_big_media_narrow.xml
│   │   │   │   │   │   │   ├── notification_template_big_media.xml
│   │   │   │   │   │   │   ├── notification_template_lines.xml
│   │   │   │   │   │   │   ├── notification_template_media.xml
│   │   │   │   │   │   │   ├── notification_template_part_chronometer.xml
│   │   │   │   │   │   │   ├── notification_template_part_time.xml
│   │   │   │   │   │   │   ├── pop_index_detail.xml
│   │   │   │   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   │   │   │   ├── pull_to_refresh_header_vertical.xml
│   │   │   │   │   │   │   ├── select_dialog_item_material.xml
│   │   │   │   │   │   │   ├── select_dialog_multichoice_material.xml
│   │   │   │   │   │   │   ├── select_dialog_singlechoice_material.xml
│   │   │   │   │   │   │   ├── support_simple_spinner_dropdown_item.xml
│   │   │   │   │   │   │   ├── swipeback_layout.xml
│   │   │   │   │   │   │   └── toolbar.xml
│   │   │   │   │   │   ├── layout-sw600dp
│   │   │   │   │   │   │   └── layout_snackbar.xml
│   │   │   │   │   │   ├── menu
│   │   │   │   │   │   │   ├── menu_about.xml
│   │   │   │   │   │   │   ├── menu_attention_collection.xml
│   │   │   │   │   │   │   ├── menu_attention_column.xml
│   │   │   │   │   │   │   ├── menu_attention_question.xml
│   │   │   │   │   │   │   ├── menu_attention_topic.xml
│   │   │   │   │   │   │   ├── menu_collection_question.xml
│   │   │   │   │   │   │   ├── menu_collection.xml
│   │   │   │   │   │   │   ├── menu_comment.xml
│   │   │   │   │   │   │   ├── menu_find_hot_collection_detail.xml
│   │   │   │   │   │   │   ├── menu_find_hot_collection.xml
│   │   │   │   │   │   │   ├── menu_find_hot_month.xml
│   │   │   │   │   │   │   ├── menu_find_hot_recommend.xml
│   │   │   │   │   │   │   ├── menu_find_hot_today.xml
│   │   │   │   │   │   │   ├── menu_guide.xml
│   │   │   │   │   │   │   ├── menu_index_detail.xml
│   │   │   │   │   │   │   ├── menu_main.xml
│   │   │   │   │   │   │   ├── menu_notify.xml
│   │   │   │   │   │   │   ├── menu_question_acivity.xml
│   │   │   │   │   │   │   ├── menu_question_description.xml
│   │   │   │   │   │   │   ├── menu_question_qu.xml
│   │   │   │   │   │   │   └── menu_question_topic.xml
│   │   │   │   │   │   ├── mipmap-hdpi
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── mipmap-mdpi
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── mipmap-xhdpi
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── mipmap-xxhdpi
│   │   │   │   │   │   │   └── ic_launcher.png
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   ├── values-af
│   │   │   │   │   │   │   └── values-af.xml
│   │   │   │   │   │   ├── values-am
│   │   │   │   │   │   │   └── values-am.xml
│   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   ├── values-bg
│   │   │   │   │   │   │   └── values-bg.xml
│   │   │   │   │   │   ├── values-bn-rBD
│   │   │   │   │   │   │   └── values-bn-rBD.xml
│   │   │   │   │   │   ├── values-ca
│   │   │   │   │   │   │   └── values-ca.xml
│   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   ├── values-da
│   │   │   │   │   │   │   └── values-da.xml
│   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   ├── values-el
│   │   │   │   │   │   │   └── values-el.xml
│   │   │   │   │   │   ├── values-en-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-h720dp
│   │   │   │   │   │   │   └── values-h720dp.xml
│   │   │   │   │   │   ├── values-hdpi
│   │   │   │   │   │   │   └── values-hdpi.xml
│   │   │   │   │   │   ├── values-he
│   │   │   │   │   │   │   └── values-he.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
│   │   │   │   │   │   │   └── values-large.xml
│   │   │   │   │   │   ├── values-lo-rLA
│   │   │   │   │   │   │   └── values-lo-rLA.xml
│   │   │   │   │   │   ├── values-lt
│   │   │   │   │   │   │   └── values-lt.xml
│   │   │   │   │   │   ├── values-lv
│   │   │   │   │   │   │   └── values-lv.xml
│   │   │   │   │   │   ├── values-mdpi
│   │   │   │   │   │   │   └── values-mdpi.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-nl
│   │   │   │   │   │   │   └── values-nl.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-sr
│   │   │   │   │   │   │   └── values-sr.xml
│   │   │   │   │   │   ├── values-sv
│   │   │   │   │   │   │   └── values-sv.xml
│   │   │   │   │   │   ├── values-sw
│   │   │   │   │   │   │   └── values-sw.xml
│   │   │   │   │   │   ├── values-sw600dp
│   │   │   │   │   │   │   └── values-sw600dp.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-v14
│   │   │   │   │   │   │   └── values-v14.xml
│   │   │   │   │   │   ├── values-v17
│   │   │   │   │   │   │   └── values-v17.xml
│   │   │   │   │   │   ├── values-v18
│   │   │   │   │   │   │   └── values-v18.xml
│   │   │   │   │   │   ├── values-v21
│   │   │   │   │   │   │   └── values-v21.xml
│   │   │   │   │   │   ├── values-vi
│   │   │   │   │   │   │   └── values-vi.xml
│   │   │   │   │   │   ├── values-w360dp
│   │   │   │   │   │   │   └── values-w360dp.xml
│   │   │   │   │   │   ├── values-w480dp
│   │   │   │   │   │   │   └── values-w480dp.xml
│   │   │   │   │   │   ├── values-w500dp
│   │   │   │   │   │   │   └── values-w500dp.xml
│   │   │   │   │   │   ├── values-w600dp
│   │   │   │   │   │   │   └── values-w600dp.xml
│   │   │   │   │   │   ├── values-w720dp
│   │   │   │   │   │   │   └── values-w720dp.xml
│   │   │   │   │   │   ├── values-w820dp
│   │   │   │   │   │   │   └── values-w820dp.xml
│   │   │   │   │   │   ├── values-xhdpi
│   │   │   │   │   │   │   └── values-xhdpi.xml
│   │   │   │   │   │   ├── values-xlarge
│   │   │   │   │   │   │   └── values-xlarge.xml
│   │   │   │   │   │   ├── values-xlarge-land
│   │   │   │   │   │   │   └── values-xlarge-land.xml
│   │   │   │   │   │   ├── values-xxhdpi
│   │   │   │   │   │   │   └── values-xxhdpi.xml
│   │   │   │   │   │   ├── values-zh
│   │   │   │   │   │   │   └── values-zh.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
│   │   │   └── outputs
│   │   │   ├── apk
│   │   │   │   ├── app-debug.apk
│   │   │   │   └── app-debug-unaligned.apk
│   │   │   └── logs
│   │   │   └── manifest-merger-debug-report.txt
│   │   ├── build.gradle
│   │   ├── libs
│   │   │   ├── ksoap2-android-assembly-3.0.0-jar-with-dependencies.jar
│   │   │   └── volley.jar
│   │   ├── proguard-rules.pro
│   │   └── src
│   │   ├── androidTest
│   │   │   └── java
│   │   │   └── com
│   │   │   └── example
│   │   │   └── cg
│   │   │   └── myzhihu
│   │   │   └── ApplicationTest.java
│   │   └── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── com
│   │   │   └── example
│   │   │   └── cg
│   │   │   └── myzhihu
│   │   │   ├── AboutActivity.java
│   │   │   ├── Adapters
│   │   │   │   ├── Attention_question_lv_Adapter.java
│   │   │   │   ├── Attention_tab_Adapter.java
│   │   │   │   ├── Collection_fragment_lv_Adapter.java
│   │   │   │   ├── Collection_question_lv_Adapter.java
│   │   │   │   ├── Collection_typelv_Adapter.java
│   │   │   │   ├── Comment_lv_Adapter.java
│   │   │   │   ├── Find_hotCollection_detail_lv_Adapter.java
│   │   │   │   ├── Find_hotCollection_lv_Adapter.java
│   │   │   │   ├── Find_hotRecomment_lv_Adapter.java
│   │   │   │   ├── Find_hotRecomment_vp.java
│   │   │   │   ├── Find_tab_Adapter.java
│   │   │   │   ├── Guide_vp_Adapter.java
│   │   │   │   ├── Index_lv_Adapter.java
│   │   │   │   ├── Main_Drawer_lv_Adapter.java
│   │   │   │   ├── Notify_tab_Adapter.java
│   │   │   │   ├── Question_tab_Adapter.java
│   │   │   │   └── Question_tab_view_Adapter.java
│   │   │   ├── Attention_collectionFragment.java
│   │   │   ├── Attention_columnFragment.java
│   │   │   ├── AttentionFragment.java
│   │   │   ├── Attention_questionFragment.java
│   │   │   ├── Attention_topicFragment.java
│   │   │   ├── CollectionActivity.java
│   │   │   ├── CollectionFragment.java
│   │   │   ├── Collection_QuestionActivity.java
│   │   │   ├── CommentActivity.java
│   │   │   ├── DraftFragment.java
│   │   │   ├── FindFragment.java
│   │   │   ├── Find_hotCollection_detailActivity.java
│   │   │   ├── Find_hotCollectionFragment.java
│   │   │   ├── Find_hotMonthFragment.java
│   │   │   ├── Find_hotRecommendFragment.java
│   │   │   ├── Find_hotToday.java
│   │   │   ├── GuideActivity.java
│   │   │   ├── Guide_one_Fragment.java
│   │   │   ├── Guide_three_Fragment.java
│   │   │   ├── Guide_two_Fragment.java
│   │   │   ├── Index_detailActivity.java
│   │   │   ├── IndexFragment.java
│   │   │   ├── MainActivity.java
│   │   │   ├── models
│   │   │   │   ├── AnswerAndUser.java
│   │   │   │   ├── CollectionIndex.java
│   │   │   │   ├── CollectionType.java
│   │   │   │   ├── goodAnswer.java
│   │   │   │   ├── HotCollection.java
│   │   │   │   ├── IndexList.java
│   │   │   │   └── MainDrawerMenu.java
│   │   │   ├── NotifyActivity.java
│   │   │   ├── Notify_contentFragment.java
│   │   │   ├── Notify_loveFragment.java
│   │   │   ├── Notify_messageFragment.java
│   │   │   ├── QuestionAcivity.java
│   │   │   ├── Question_AddDialog.java
│   │   │   ├── Question_descriptionFragment.java
│   │   │   ├── Question_quFragment.java
│   │   │   ├── Question_topicFragment.java
│   │   │   ├── tool_NavigationDrawerFragment.java
│   │   │   └── untils
│   │   │   ├── CircleImageView.java
│   │   │   ├── configStatic.java
│   │   │   ├── configUntils.java
│   │   │   ├── imagesUntils.java
│   │   │   ├── netUntils.java
│   │   │   ├── StickyNavLayout.java
│   │   │   ├── StickyNavRela.java
│   │   │   ├── SwipeBackToolBarActivity.java
│   │   │   └── webservicesUntils.java
│   │   └── res
│   │   ├── anim
│   │   │   ├── in_from_right_fragment.xml
│   │   │   ├── in_from_right.xml
│   │   │   ├── out_to_left_fragment.xml
│   │   │   └── out_to_left.xml
│   │   ├── drawable
│   │   │   ├── collection_btn_background.xml
│   │   │   ├── collection_btn_textcolor.xml
│   │   │   ├── collection_btntitle_textcolor.xml
│   │   │   ├── comment_list_btn_background.xml
│   │   │   ├── index_list_item_background.xml
│   │   │   ├── index_list_item_contexttextcolor.xml
│   │   │   ├── index_list_item_sizebacground.xml
│   │   │   ├── index_list_item_sizetextcolor.xml
│   │   │   ├── main_drawer_background.xml
│   │   │   ├── main_drawer_text_color.xml
│   │   │   └── stroke_square_hui.xml
│   │   ├── drawable-hdpi
│   │   │   ├── abc_ic_menu_moreoverflow_mtrl_alpha.png
│   │   │   ├── btn_send_disable.png
│   │   │   ├── btn_send_normal.png
│   │   │   ├── guide_point_normal.png
│   │   │   ├── guide_point_pressed.png
│   │   │   ├── ic_action_notify.png
│   │   │   ├── ic_action_search.png
│   │   │   ├── ic_action_share.png
│   │   │   ├── ic_action_shuffle.png
│   │   │   ├── ic_choice_item_tag.png
│   │   │   ├── ic_collected.png
│   │   │   ├── ic_collect.png
│   │   │   ├── ic_commented.png
│   │   │   ├── ic_comment.png
│   │   │   ├── ic_comments.png
│   │   │   ├── ic_drawer_collect_normal.png
│   │   │   ├── ic_drawer_collect_pressed.png
│   │   │   ├── ic_drawer_draft_normal.png
│   │   │   ├── ic_drawer_draft_pressed.png
│   │   │   ├── ic_drawer_explore_normal.png
│   │   │   ├── ic_drawer_explore_pressed.png
│   │   │   ├── ic_drawer_follow_normal.png
│   │   │   ├── ic_drawer_follow_pressed.png
│   │   │   ├── ic_drawer_home_normal.png
│   │   │   ├── ic_drawer_home_pressed.png
│   │   │   ├── ic_drawer_question_normal.png
│   │   │   ├── ic_drawer_question_pressed.png
│   │   │   ├── ic_followers.png
│   │   │   ├── ic_nohelped.png
│   │   │   ├── ic_nohelp.png
│   │   │   ├── ic_notification_content.png
│   │   │   ├── ic_notification_love.png
│   │   │   ├── ic_notification_message.png
│   │   │   ├── ic_thanked.png
│   │   │   ├── ic_thank.png
│   │   │   ├── ic_vote_checked.png
│   │   │   ├── ic_vote_down_checked.png
│   │   │   ├── ic_vote_down_normal.png
│   │   │   ├── ic_vote_normal.png
│   │   │   ├── img_empty_draft.png
│   │   │   ├── img_empty_followers.png
│   │   │   ├── img_empty_follow.png
│   │   │   ├── img_empty_notify_content.png
│   │   │   ├── img_empty_notify_love.png
│   │   │   ├── img_empty_notify_message.png
│   │   │   ├── vote_down_checked.png
│   │   │   ├── vote_down_normal.png
│   │   │   ├── vote_up_checked.png
│   │   │   └── vote_up_normal.png
│   │   ├── drawable-xxhdpi
│   │   │   ├── guide12.jpg
│   │   │   ├── guide1.jpg
│   │   │   ├── guide21.jpg
│   │   │   ├── guide2.jpg
│   │   │   ├── guide31.jpg
│   │   │   ├── guide3.jpg
│   │   │   └── logo_about.png
│   │   ├── layout
│   │   │   ├── activity_about.xml
│   │   │   ├── activity_attention_collection_fragment.xml
│   │   │   ├── activity_attention_column_fragment.xml
│   │   │   ├── activity_attention_question_fragment.xml
│   │   │   ├── activity_attention_question_list_item.xml
│   │   │   ├── activity_attention_topic_fragment.xml
│   │   │   ├── activity_collection_list_item.xml
│   │   │   ├── activity_collection_question_list_itemheader.xml
│   │   │   ├── activity_collection_question_list_item.xml
│   │   │   ├── activity_collection_question.xml
│   │   │   ├── activity_collection.xml
│   │   │   ├── activity_comment_list_item.xml
│   │   │   ├── activity_comment.xml
│   │   │   ├── activity_find_hot_collection_detail_list_itemheader.xml
│   │   │   ├── activity_find_hot_collection_detail_list_item.xml
│   │   │   ├── activity_find_hot_collection_detail.xml
│   │   │   ├── activity_find_hot_collection_fragment.xml
│   │   │   ├── activity_find_hot_collection_list_item.xml
│   │   │   ├── activity_find_hot_month_fragment.xml
│   │   │   ├── activity_find_hot_recommend_fragment.xml
│   │   │   ├── activity_find_hot_recommend_list_head.xml
│   │   │   ├── activity_find_hot_recommend_list_item.xml
│   │   │   ├── activity_find_hot_today.xml
│   │   │   ├── activity_guide.xml
│   │   │   ├── activity_index_detail.xml
│   │   │   ├── activity_main.xml
│   │   │   ├── activity_notify.xml
│   │   │   ├── activity_question_acivity.xml
│   │   │   ├── activity_question_adddailog.xml
│   │   │   ├── activity_question_description_fragment.xml
│   │   │   ├── activity_question_qu_fragment.xml
│   │   │   ├── activity_question_topic_fragment.xml
│   │   │   ├── dialog_collection_add.xml
│   │   │   ├── dialog_comment_list.xml
│   │   │   ├── dialog_index_detail_zan.xml
│   │   │   ├── fragment_attention.xml
│   │   │   ├── fragment_collection_list_item.xml
│   │   │   ├── fragment_collection.xml
│   │   │   ├── fragment_draft.xml
│   │   │   ├── fragment_find.xml
│   │   │   ├── fragment_guide_one.xml
│   │   │   ├── fragment_guide_three.xml
│   │   │   ├── fragment_guide_two.xml
│   │   │   ├── fragment_index_list_item.xml
│   │   │   ├── fragment_index.xml
│   │   │   ├── fragment_main_drawer_item.xml
│   │   │   ├── fragment_main_drawer.xml
│   │   │   ├── fragment_notify_content.xml
│   │   │   ├── fragment_notify_love.xml
│   │   │   ├── fragment_notify_message.xml
│   │   │   ├── pop_index_detail.xml
│   │   │   └── toolbar.xml
│   │   ├── menu
│   │   │   ├── menu_about.xml
│   │   │   ├── menu_attention_collection.xml
│   │   │   ├── menu_attention_column.xml
│   │   │   ├── menu_attention_question.xml
│   │   │   ├── menu_attention_topic.xml
│   │   │   ├── menu_collection_question.xml
│   │   │   ├── menu_collection.xml
│   │   │   ├── menu_comment.xml
│   │   │   ├── menu_find_hot_collection_detail.xml
│   │   │   ├── menu_find_hot_collection.xml
│   │   │   ├── menu_find_hot_month.xml
│   │   │   ├── menu_find_hot_recommend.xml
│   │   │   ├── menu_find_hot_today.xml
│   │   │   ├── menu_guide.xml
│   │   │   ├── menu_index_detail.xml
│   │   │   ├── menu_main.xml
│   │   │   ├── menu_notify.xml
│   │   │   ├── menu_question_acivity.xml
│   │   │   ├── menu_question_description.xml
│   │   │   ├── menu_question_qu.xml
│   │   │   └── menu_question_topic.xml
│   │   ├── mipmap-hdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-mdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-xhdpi
│   │   │   └── ic_launcher.png
│   │   ├── mipmap-xxhdpi
│   │   │   └── ic_launcher.png
│   │   ├── values
│   │   │   ├── arrays.xml
│   │   │   ├── attr.xml
│   │   │   ├── colors.xml
│   │   │   ├── dimens.xml
│   │   │   ├── ids_sticky_nav_Llayout.xml
│   │   │   ├── strings.xml
│   │   │   └── styles.xml
│   │   ├── values-hdpi
│   │   │   └── dimens.xml
│   │   ├── values-mdpi
│   │   │   └── dimens.xml
│   │   ├── values-w820dp
│   │   │   └── dimens.xml
│   │   ├── values-xhdpi
│   │   │   └── dimens.xml
│   │   └── values-xxhdpi
│   │   └── dimens.xml
│   ├── build
│   │   └── intermediates
│   │   ├── dex-cache
│   │   │   └── cache.xml
│   │   └── gradle_project_sync_data.bin
│   ├── build.gradle
│   ├── gradle
│   │   └── wrapper
│   │   ├── gradle-wrapper.jar
│   │   └── gradle-wrapper.properties
│   ├── gradle.properties
│   ├── gradlew
│   ├── gradlew.bat
│   ├── import-summary.txt
│   ├── local.properties
│   ├── myzhihu.iml
│   ├── PullToRefreshLibrary
│   │   ├── AndroidManifest.xml
│   │   ├── bin
│   │   │   ├── AndroidManifest.xml
│   │   │   ├── classes
│   │   │   │   └── com
│   │   │   │   └── handmark
│   │   │   │   └── pulltorefresh
│   │   │   │   └── library
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── extras
│   │   │   │   │   ├── PullToRefreshWebView2$JsValueCallback.class
│   │   │   │   │   ├── PullToRefreshWebView2.class
│   │   │   │   │   └── SoundPullEventListener.class
│   │   │   │   ├── ILoadingLayout.class
│   │   │   │   ├── internal
│   │   │   │   │   ├── EmptyViewMethodAccessor.class
│   │   │   │   │   ├── FlipLoadingLayout.class
│   │   │   │   │   ├── IndicatorLayout.class
│   │   │   │   │   ├── LoadingLayout.class
│   │   │   │   │   ├── RotateLoadingLayout.class
│   │   │   │   │   ├── Utils.class
│   │   │   │   │   ├── ViewCompat$SDK11.class
│   │   │   │   │   ├── ViewCompat$SDK16.class
│   │   │   │   │   └── ViewCompat.class
│   │   │   │   ├── IPullToRefresh.class
│   │   │   │   ├── LoadingLayoutProxy.class
│   │   │   │   ├── OverscrollHelper.class
│   │   │   │   ├── PullToRefreshAdapterViewBase.class
│   │   │   │   ├── PullToRefreshBase$1.class
│   │   │   │   ├── PullToRefreshBase$2.class
│   │   │   │   ├── PullToRefreshBase$3.class
│   │   │   │   ├── PullToRefreshBase$AnimationStyle.class
│   │   │   │   ├── PullToRefreshBase$Mode.class
│   │   │   │   ├── PullToRefreshBase$OnLastItemVisibleListener.class
│   │   │   │   ├── PullToRefreshBase$OnPullEventListener.class
│   │   │   │   ├── PullToRefreshBase$OnRefreshListener2.class
│   │   │   │   ├── PullToRefreshBase$OnRefreshListener.class
│   │   │   │   ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│   │   │   │   ├── PullToRefreshBase$Orientation.class
│   │   │   │   ├── PullToRefreshBase$SmoothScrollRunnable.class
│   │   │   │   ├── PullToRefreshBase$State.class
│   │   │   │   ├── PullToRefreshBase.class
│   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│   │   │   │   ├── PullToRefreshExpandableListView.class
│   │   │   │   ├── PullToRefreshGridView$InternalGridView.class
│   │   │   │   ├── PullToRefreshGridView$InternalGridViewSDK9.class
│   │   │   │   ├── PullToRefreshGridView.class
│   │   │   │   ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│   │   │   │   ├── PullToRefreshHorizontalScrollView.class
│   │   │   │   ├── PullToRefreshListView$InternalListView.class
│   │   │   │   ├── PullToRefreshListView$InternalListViewSDK9.class
│   │   │   │   ├── PullToRefreshListView.class
│   │   │   │   ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│   │   │   │   ├── PullToRefreshScrollView.class
│   │   │   │   ├── PullToRefreshWebView$1.class
│   │   │   │   ├── PullToRefreshWebView$2.class
│   │   │   │   ├── PullToRefreshWebView$InternalWebViewSDK9.class
│   │   │   │   ├── PullToRefreshWebView.class
│   │   │   │   ├── R$anim.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$layout.class
│   │   │   │   ├── R$string.class
│   │   │   │   ├── R$styleable.class
│   │   │   │   └── R.class
│   │   │   ├── res
│   │   │   │   └── crunch
│   │   │   │   ├── drawable-hdpi
│   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   └── indicator_arrow.png
│   │   │   │   ├── drawable-mdpi
│   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   └── indicator_arrow.png
│   │   │   │   └── drawable-xhdpi
│   │   │   │   ├── default_ptr_flip.png
│   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   └── indicator_arrow.png
│   │   │   ├── R.txt
│   │   │   └── ylibrary.jar
│   │   ├── build
│   │   │   ├── generated
│   │   │   │   └── source
│   │   │   │   ├── buildConfig
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── handmark
│   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   └── library
│   │   │   │   │   │   └── test
│   │   │   │   │   │   └── BuildConfig.java
│   │   │   │   │   ├── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── handmark
│   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   └── library
│   │   │   │   │   │   └── BuildConfig.java
│   │   │   │   │   └── release
│   │   │   │   │   └── com
│   │   │   │   │   └── handmark
│   │   │   │   │   └── pulltorefresh
│   │   │   │   │   └── library
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── r
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── handmark
│   │   │   │   │   └── pulltorefresh
│   │   │   │   │   └── library
│   │   │   │   │   ├── R.java
│   │   │   │   │   └── test
│   │   │   │   │   └── R.java
│   │   │   │   ├── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── handmark
│   │   │   │   │   └── pulltorefresh
│   │   │   │   │   └── library
│   │   │   │   │   └── R.java
│   │   │   │   └── release
│   │   │   │   └── com
│   │   │   │   └── handmark
│   │   │   │   └── pulltorefresh
│   │   │   │   └── library
│   │   │   │   └── R.java
│   │   │   ├── intermediates
│   │   │   │   ├── bundles
│   │   │   │   │   ├── debug
│   │   │   │   │   │   ├── aapt
│   │   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   │   ├── classes.jar
│   │   │   │   │   │   ├── res
│   │   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   │   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   │   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   │   │   │   │   └── slide_out_to_top.xml
│   │   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   │   │   │   │   └── indicator_bg_top.xml
│   │   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   │   │   │   │   └── pull_to_refresh_header_vertical.xml
│   │   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   │   │   ├── values-he
│   │   │   │   │   │   │   │   └── values-he.xml
│   │   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   │   │   └── values-zh
│   │   │   │   │   │   │   └── values-zh.xml
│   │   │   │   │   │   └── R.txt
│   │   │   │   │   └── release
│   │   │   │   │   ├── aapt
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── classes.jar
│   │   │   │   │   ├── res
│   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   │   │   │   └── slide_out_to_top.xml
│   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   │   │   │   └── indicator_bg_top.xml
│   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   │   │   │   └── pull_to_refresh_header_vertical.xml
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   │   ├── values-he
│   │   │   │   │   │   │   └── values-he.xml
│   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   │   └── values-zh
│   │   │   │   │   │   └── values-zh.xml
│   │   │   │   │   └── R.txt
│   │   │   │   ├── classes
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── handmark
│   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   └── library
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   ├── R.class
│   │   │   │   │   │   └── test
│   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   ├── debug
│   │   │   │   │   │   └── com
│   │   │   │   │   │   └── handmark
│   │   │   │   │   │   └── pulltorefresh
│   │   │   │   │   │   └── library
│   │   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   │   ├── extras
│   │   │   │   │   │   │   ├── PullToRefreshWebView2$JsValueCallback.class
│   │   │   │   │   │   │   ├── PullToRefreshWebView2.class
│   │   │   │   │   │   │   └── SoundPullEventListener.class
│   │   │   │   │   │   ├── ILoadingLayout.class
│   │   │   │   │   │   ├── internal
│   │   │   │   │   │   │   ├── EmptyViewMethodAccessor.class
│   │   │   │   │   │   │   ├── FlipLoadingLayout$1.class
│   │   │   │   │   │   │   ├── FlipLoadingLayout.class
│   │   │   │   │   │   │   ├── IndicatorLayout$1.class
│   │   │   │   │   │   │   ├── IndicatorLayout.class
│   │   │   │   │   │   │   ├── LoadingLayout$1.class
│   │   │   │   │   │   │   ├── LoadingLayout.class
│   │   │   │   │   │   │   ├── RotateLoadingLayout.class
│   │   │   │   │   │   │   ├── Utils.class
│   │   │   │   │   │   │   ├── ViewCompat$SDK11.class
│   │   │   │   │   │   │   ├── ViewCompat$SDK16.class
│   │   │   │   │   │   │   └── ViewCompat.class
│   │   │   │   │   │   ├── IPullToRefresh.class
│   │   │   │   │   │   ├── LoadingLayoutProxy.class
│   │   │   │   │   │   ├── OverscrollHelper$1.class
│   │   │   │   │   │   ├── OverscrollHelper.class
│   │   │   │   │   │   ├── PullToRefreshAdapterViewBase$1.class
│   │   │   │   │   │   ├── PullToRefreshAdapterViewBase.class
│   │   │   │   │   │   ├── PullToRefreshBase$1.class
│   │   │   │   │   │   ├── PullToRefreshBase$2.class
│   │   │   │   │   │   ├── PullToRefreshBase$3.class
│   │   │   │   │   │   ├── PullToRefreshBase$4.class
│   │   │   │   │   │   ├── PullToRefreshBase$AnimationStyle.class
│   │   │   │   │   │   ├── PullToRefreshBase$Mode.class
│   │   │   │   │   │   ├── PullToRefreshBase$OnLastItemVisibleListener.class
│   │   │   │   │   │   ├── PullToRefreshBase$OnPullEventListener.class
│   │   │   │   │   │   ├── PullToRefreshBase$OnRefreshListener2.class
│   │   │   │   │   │   ├── PullToRefreshBase$OnRefreshListener.class
│   │   │   │   │   │   ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│   │   │   │   │   │   ├── PullToRefreshBase$Orientation.class
│   │   │   │   │   │   ├── PullToRefreshBase$SmoothScrollRunnable.class
│   │   │   │   │   │   ├── PullToRefreshBase$State.class
│   │   │   │   │   │   ├── PullToRefreshBase.class
│   │   │   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│   │   │   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshExpandableListView.class
│   │   │   │   │   │   ├── PullToRefreshGridView$InternalGridView.class
│   │   │   │   │   │   ├── PullToRefreshGridView$InternalGridViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshGridView.class
│   │   │   │   │   │   ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshHorizontalScrollView.class
│   │   │   │   │   │   ├── PullToRefreshListView$1.class
│   │   │   │   │   │   ├── PullToRefreshListView$InternalListView.class
│   │   │   │   │   │   ├── PullToRefreshListView$InternalListViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshListView.class
│   │   │   │   │   │   ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshScrollView.class
│   │   │   │   │   │   ├── PullToRefreshWebView$1.class
│   │   │   │   │   │   ├── PullToRefreshWebView$2.class
│   │   │   │   │   │   ├── PullToRefreshWebView$InternalWebViewSDK9.class
│   │   │   │   │   │   ├── PullToRefreshWebView.class
│   │   │   │   │   │   ├── R$anim.class
│   │   │   │   │   │   ├── R$attr.class
│   │   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   │   ├── R$id.class
│   │   │   │   │   │   ├── R$layout.class
│   │   │   │   │   │   ├── R$string.class
│   │   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   │   └── R.class
│   │   │   │   │   └── release
│   │   │   │   │   └── com
│   │   │   │   │   └── handmark
│   │   │   │   │   └── pulltorefresh
│   │   │   │   │   └── library
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── extras
│   │   │   │   │   │   ├── PullToRefreshWebView2$JsValueCallback.class
│   │   │   │   │   │   ├── PullToRefreshWebView2.class
│   │   │   │   │   │   └── SoundPullEventListener.class
│   │   │   │   │   ├── ILoadingLayout.class
│   │   │   │   │   ├── internal
│   │   │   │   │   │   ├── EmptyViewMethodAccessor.class
│   │   │   │   │   │   ├── FlipLoadingLayout$1.class
│   │   │   │   │   │   ├── FlipLoadingLayout.class
│   │   │   │   │   │   ├── IndicatorLayout$1.class
│   │   │   │   │   │   ├── IndicatorLayout.class
│   │   │   │   │   │   ├── LoadingLayout$1.class
│   │   │   │   │   │   ├── LoadingLayout.class
│   │   │   │   │   │   ├── RotateLoadingLayout.class
│   │   │   │   │   │   ├── Utils.class
│   │   │   │   │   │   ├── ViewCompat$SDK11.class
│   │   │   │   │   │   ├── ViewCompat$SDK16.class
│   │   │   │   │   │   └── ViewCompat.class
│   │   │   │   │   ├── IPullToRefresh.class
│   │   │   │   │   ├── LoadingLayoutProxy.class
│   │   │   │   │   ├── OverscrollHelper$1.class
│   │   │   │   │   ├── OverscrollHelper.class
│   │   │   │   │   ├── PullToRefreshAdapterViewBase$1.class
│   │   │   │   │   ├── PullToRefreshAdapterViewBase.class
│   │   │   │   │   ├── PullToRefreshBase$1.class
│   │   │   │   │   ├── PullToRefreshBase$2.class
│   │   │   │   │   ├── PullToRefreshBase$3.class
│   │   │   │   │   ├── PullToRefreshBase$4.class
│   │   │   │   │   ├── PullToRefreshBase$AnimationStyle.class
│   │   │   │   │   ├── PullToRefreshBase$Mode.class
│   │   │   │   │   ├── PullToRefreshBase$OnLastItemVisibleListener.class
│   │   │   │   │   ├── PullToRefreshBase$OnPullEventListener.class
│   │   │   │   │   ├── PullToRefreshBase$OnRefreshListener2.class
│   │   │   │   │   ├── PullToRefreshBase$OnRefreshListener.class
│   │   │   │   │   ├── PullToRefreshBase$OnSmoothScrollFinishedListener.class
│   │   │   │   │   ├── PullToRefreshBase$Orientation.class
│   │   │   │   │   ├── PullToRefreshBase$SmoothScrollRunnable.class
│   │   │   │   │   ├── PullToRefreshBase$State.class
│   │   │   │   │   ├── PullToRefreshBase.class
│   │   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListView.class
│   │   │   │   │   ├── PullToRefreshExpandableListView$InternalExpandableListViewSDK9.class
│   │   │   │   │   ├── PullToRefreshExpandableListView.class
│   │   │   │   │   ├── PullToRefreshGridView$InternalGridView.class
│   │   │   │   │   ├── PullToRefreshGridView$InternalGridViewSDK9.class
│   │   │   │   │   ├── PullToRefreshGridView.class
│   │   │   │   │   ├── PullToRefreshHorizontalScrollView$InternalHorizontalScrollViewSDK9.class
│   │   │   │   │   ├── PullToRefreshHorizontalScrollView.class
│   │   │   │   │   ├── PullToRefreshListView$1.class
│   │   │   │   │   ├── PullToRefreshListView$InternalListView.class
│   │   │   │   │   ├── PullToRefreshListView$InternalListViewSDK9.class
│   │   │   │   │   ├── PullToRefreshListView.class
│   │   │   │   │   ├── PullToRefreshScrollView$InternalScrollViewSDK9.class
│   │   │   │   │   ├── PullToRefreshScrollView.class
│   │   │   │   │   ├── PullToRefreshWebView$1.class
│   │   │   │   │   ├── PullToRefreshWebView$2.class
│   │   │   │   │   ├── PullToRefreshWebView$InternalWebViewSDK9.class
│   │   │   │   │   ├── PullToRefreshWebView.class
│   │   │   │   │   ├── R$anim.class
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$layout.class
│   │   │   │   │   ├── R$string.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   └── R.class
│   │   │   │   ├── incremental
│   │   │   │   │   ├── aidl
│   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── dependency.store
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── dependency.store
│   │   │   │   │   │   └── release
│   │   │   │   │   │   └── dependency.store
│   │   │   │   │   ├── mergeAssets
│   │   │   │   │   │   ├── androidTest
│   │   │   │   │   │   │   └── debug
│   │   │   │   │   │   │   └── merger.xml
│   │   │   │   │   │   ├── debug
│   │   │   │   │   │   │   └── merger.xml
│   │   │   │   │   │   └── release
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   ├── mergeResourcesandroidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   ├── packageResourcesdebug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   └── packageResourcesrelease
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── manifest
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   └── tmp
│   │   │   │   │   └── manifestMerger7597008027224814107.xml
│   │   │   │   ├── res
│   │   │   │   │   ├── merged
│   │   │   │   │   │   └── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   ├── anim
│   │   │   │   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   │   │   │   └── slide_out_to_top.xml
│   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   │   │   │   └── indicator_bg_top.xml
│   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   ├── default_ptr_flip.png
│   │   │   │   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   │   │   │   └── indicator_arrow.png
│   │   │   │   │   │   ├── layout
│   │   │   │   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   │   │   │   └── pull_to_refresh_header_vertical.xml
│   │   │   │   │   │   ├── values
│   │   │   │   │   │   │   └── values.xml
│   │   │   │   │   │   ├── values-ar
│   │   │   │   │   │   │   └── values-ar.xml
│   │   │   │   │   │   ├── values-cs
│   │   │   │   │   │   │   └── values-cs.xml
│   │   │   │   │   │   ├── values-de
│   │   │   │   │   │   │   └── values-de.xml
│   │   │   │   │   │   ├── values-es
│   │   │   │   │   │   │   └── values-es.xml
│   │   │   │   │   │   ├── values-fi
│   │   │   │   │   │   │   └── values-fi.xml
│   │   │   │   │   │   ├── values-fr
│   │   │   │   │   │   │   └── values-fr.xml
│   │   │   │   │   │   ├── values-he
│   │   │   │   │   │   │   └── values-he.xml
│   │   │   │   │   │   ├── values-it
│   │   │   │   │   │   │   └── values-it.xml
│   │   │   │   │   │   ├── values-iw
│   │   │   │   │   │   │   └── values-iw.xml
│   │   │   │   │   │   ├── values-ja
│   │   │   │   │   │   │   └── values-ja.xml
│   │   │   │   │   │   ├── values-ko
│   │   │   │   │   │   │   └── values-ko.xml
│   │   │   │   │   │   ├── values-nl
│   │   │   │   │   │   │   └── values-nl.xml
│   │   │   │   │   │   ├── values-pl
│   │   │   │   │   │   │   └── values-pl.xml
│   │   │   │   │   │   ├── values-pt
│   │   │   │   │   │   │   └── values-pt.xml
│   │   │   │   │   │   ├── values-pt-rBR
│   │   │   │   │   │   │   └── values-pt-rBR.xml
│   │   │   │   │   │   ├── values-ro
│   │   │   │   │   │   │   └── values-ro.xml
│   │   │   │   │   │   ├── values-ru
│   │   │   │   │   │   │   └── values-ru.xml
│   │   │   │   │   │   └── values-zh
│   │   │   │   │   │   └── values-zh.xml
│   │   │   │   │   └── resources-debug-androidTest.ap_
│   │   │   │   └── symbols
│   │   │   │   └── androidTest
│   │   │   │   └── debug
│   │   │   │   └── R.txt
│   │   │   ├── outputs
│   │   │   │   └── aar
│   │   │   │   ├── PullToRefreshLibrary-debug.aar
│   │   │   │   └── PullToRefreshLibrary-release.aar
│   │   │   └── tmp
│   │   │   ├── packageDebugJar
│   │   │   │   └── MANIFEST.MF
│   │   │   └── packageReleaseJar
│   │   │   └── MANIFEST.MF
│   │   ├── build.gradle
│   │   ├── gen
│   │   │   └── com
│   │   │   └── handmark
│   │   │   └── pulltorefresh
│   │   │   └── library
│   │   │   ├── BuildConfig.java
│   │   │   └── R.java
│   │   ├── gradle
│   │   │   └── wrapper
│   │   │   ├── gradle-wrapper.jar
│   │   │   └── gradle-wrapper.properties
│   │   ├── gradlew
│   │   ├── gradlew.bat
│   │   ├── LICENSE
│   │   ├── pom.xml
│   │   ├── project.properties
│   │   ├── PullToRefreshLibrary.iml
│   │   ├── res
│   │   │   ├── anim
│   │   │   │   ├── slide_in_from_bottom.xml
│   │   │   │   ├── slide_in_from_top.xml
│   │   │   │   ├── slide_out_to_bottom.xml
│   │   │   │   └── slide_out_to_top.xml
│   │   │   ├── drawable
│   │   │   │   ├── indicator_bg_bottom.xml
│   │   │   │   └── indicator_bg_top.xml
│   │   │   ├── drawable-hdpi
│   │   │   │   ├── default_ptr_flip.png
│   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   └── indicator_arrow.png
│   │   │   ├── drawable-mdpi
│   │   │   │   ├── default_ptr_flip.png
│   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   └── indicator_arrow.png
│   │   │   ├── drawable-xhdpi
│   │   │   │   ├── default_ptr_flip.png
│   │   │   │   ├── default_ptr_rotate.png
│   │   │   │   └── indicator_arrow.png
│   │   │   ├── layout
│   │   │   │   ├── pull_to_refresh_header_horizontal.xml
│   │   │   │   └── pull_to_refresh_header_vertical.xml
│   │   │   ├── values
│   │   │   │   ├── attrs.xml
│   │   │   │   ├── dimens.xml
│   │   │   │   ├── ids.xml
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-ar
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-cs
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-de
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-es
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-fi
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-fr
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-he
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-it
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-iw
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-ja
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-ko
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-nl
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-pl
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-pt
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-pt-rBR
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-ro
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   ├── values-ru
│   │   │   │   └── pull_refresh_strings.xml
│   │   │   └── values-zh
│   │   │   └── pull_refresh_strings.xml
│   │   ├── src
│   │   │   └── com
│   │   │   └── handmark
│   │   │   └── pulltorefresh
│   │   │   └── library
│   │   │   ├── extras
│   │   │   │   ├── PullToRefreshWebView2.java
│   │   │   │   └── SoundPullEventListener.java
│   │   │   ├── ILoadingLayout.java
│   │   │   ├── internal
│   │   │   │   ├── EmptyViewMethodAccessor.java
│   │   │   │   ├── FlipLoadingLayout.java
│   │   │   │   ├── IndicatorLayout.java
│   │   │   │   ├── LoadingLayout.java
│   │   │   │   ├── RotateLoadingLayout.java
│   │   │   │   ├── Utils.java
│   │   │   │   └── ViewCompat.java
│   │   │   ├── IPullToRefresh.java
│   │   │   ├── LoadingLayoutProxy.java
│   │   │   ├── OverscrollHelper.java
│   │   │   ├── PullToRefreshAdapterViewBase.java
│   │   │   ├── PullToRefreshBase.java
│   │   │   ├── PullToRefreshExpandableListView.java
│   │   │   ├── PullToRefreshGridView.java
│   │   │   ├── PullToRefreshHorizontalScrollView.java
│   │   │   ├── PullToRefreshListView.java
│   │   │   ├── PullToRefreshScrollView.java
│   │   │   └── PullToRefreshWebView.java
│   │   └── ylibrary.iml
│   ├── settings.gradle
│   └── viewPagerIndicatorlibrary
│   ├── build
│   │   ├── generated
│   │   │   └── source
│   │   │   ├── buildConfig
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   └── test
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   ├── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   └── BuildConfig.java
│   │   │   │   └── release
│   │   │   │   └── com
│   │   │   │   └── viewpagerindicator
│   │   │   │   └── BuildConfig.java
│   │   │   └── r
│   │   │   ├── androidTest
│   │   │   │   └── debug
│   │   │   │   └── com
│   │   │   │   └── viewpagerindicator
│   │   │   │   ├── R.java
│   │   │   │   └── test
│   │   │   │   └── R.java
│   │   │   ├── debug
│   │   │   │   └── com
│   │   │   │   └── viewpagerindicator
│   │   │   │   └── R.java
│   │   │   └── release
│   │   │   └── com
│   │   │   └── viewpagerindicator
│   │   │   └── R.java
│   │   ├── intermediates
│   │   │   ├── bundles
│   │   │   │   ├── debug
│   │   │   │   │   ├── aapt
│   │   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   │   ├── AndroidManifest.xml
│   │   │   │   │   ├── classes.jar
│   │   │   │   │   ├── res
│   │   │   │   │   │   ├── color
│   │   │   │   │   │   │   ├── vpi__dark_theme.xml
│   │   │   │   │   │   │   └── vpi__light_theme.xml
│   │   │   │   │   │   ├── drawable
│   │   │   │   │   │   │   └── vpi__tab_indicator.xml
│   │   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   │   └── values
│   │   │   │   │   │   └── values.xml
│   │   │   │   │   └── R.txt
│   │   │   │   └── release
│   │   │   │   ├── aapt
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   ├── AndroidManifest.xml
│   │   │   │   ├── classes.jar
│   │   │   │   ├── res
│   │   │   │   │   ├── color
│   │   │   │   │   │   ├── vpi__dark_theme.xml
│   │   │   │   │   │   └── vpi__light_theme.xml
│   │   │   │   │   ├── drawable
│   │   │   │   │   │   └── vpi__tab_indicator.xml
│   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   └── values
│   │   │   │   │   └── values.xml
│   │   │   │   └── R.txt
│   │   │   ├── classes
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$bool.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$integer.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   ├── R.class
│   │   │   │   │   └── test
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$bool.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$integer.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   └── R.class
│   │   │   │   ├── debug
│   │   │   │   │   └── com
│   │   │   │   │   └── viewpagerindicator
│   │   │   │   │   ├── BuildConfig.class
│   │   │   │   │   ├── CirclePageIndicator$1.class
│   │   │   │   │   ├── CirclePageIndicator$SavedState$1.class
│   │   │   │   │   ├── CirclePageIndicator$SavedState.class
│   │   │   │   │   ├── CirclePageIndicator.class
│   │   │   │   │   ├── IconPageIndicator$1.class
│   │   │   │   │   ├── IconPageIndicator.class
│   │   │   │   │   ├── IconPagerAdapter.class
│   │   │   │   │   ├── IcsLinearLayout.class
│   │   │   │   │   ├── LinePageIndicator$1.class
│   │   │   │   │   ├── LinePageIndicator$SavedState$1.class
│   │   │   │   │   ├── LinePageIndicator$SavedState.class
│   │   │   │   │   ├── LinePageIndicator.class
│   │   │   │   │   ├── PageIndicator.class
│   │   │   │   │   ├── R$attr.class
│   │   │   │   │   ├── R$bool.class
│   │   │   │   │   ├── R$color.class
│   │   │   │   │   ├── R$dimen.class
│   │   │   │   │   ├── R$drawable.class
│   │   │   │   │   ├── R$id.class
│   │   │   │   │   ├── R$integer.class
│   │   │   │   │   ├── R$styleable.class
│   │   │   │   │   ├── R$style.class
│   │   │   │   │   ├── R.class
│   │   │   │   │   ├── TabPageIndicator$1.class
│   │   │   │   │   ├── TabPageIndicator$2.class
│   │   │   │   │   ├── TabPageIndicator$OnTabReselectedListener.class
│   │   │   │   │   ├── TabPageIndicator$TabView.class
│   │   │   │   │   ├── TabPageIndicator.class
│   │   │   │   │   ├── TitlePageIndicator$1.class
│   │   │   │   │   ├── TitlePageIndicator$IndicatorStyle.class
│   │   │   │   │   ├── TitlePageIndicator$LinePosition.class
│   │   │   │   │   ├── TitlePageIndicator$OnCenterItemClickListener.class
│   │   │   │   │   ├── TitlePageIndicator$SavedState$1.class
│   │   │   │   │   ├── TitlePageIndicator$SavedState.class
│   │   │   │   │   ├── TitlePageIndicator.class
│   │   │   │   │   ├── UnderlinePageIndicator$1.class
│   │   │   │   │   ├── UnderlinePageIndicator$2.class
│   │   │   │   │   ├── UnderlinePageIndicator$SavedState$1.class
│   │   │   │   │   ├── UnderlinePageIndicator$SavedState.class
│   │   │   │   │   └── UnderlinePageIndicator.class
│   │   │   │   └── release
│   │   │   │   └── com
│   │   │   │   └── viewpagerindicator
│   │   │   │   ├── BuildConfig.class
│   │   │   │   ├── CirclePageIndicator$1.class
│   │   │   │   ├── CirclePageIndicator$SavedState$1.class
│   │   │   │   ├── CirclePageIndicator$SavedState.class
│   │   │   │   ├── CirclePageIndicator.class
│   │   │   │   ├── IconPageIndicator$1.class
│   │   │   │   ├── IconPageIndicator.class
│   │   │   │   ├── IconPagerAdapter.class
│   │   │   │   ├── IcsLinearLayout.class
│   │   │   │   ├── LinePageIndicator$1.class
│   │   │   │   ├── LinePageIndicator$SavedState$1.class
│   │   │   │   ├── LinePageIndicator$SavedState.class
│   │   │   │   ├── LinePageIndicator.class
│   │   │   │   ├── PageIndicator.class
│   │   │   │   ├── R$attr.class
│   │   │   │   ├── R$bool.class
│   │   │   │   ├── R$color.class
│   │   │   │   ├── R$dimen.class
│   │   │   │   ├── R$drawable.class
│   │   │   │   ├── R$id.class
│   │   │   │   ├── R$integer.class
│   │   │   │   ├── R$styleable.class
│   │   │   │   ├── R$style.class
│   │   │   │   ├── R.class
│   │   │   │   ├── TabPageIndicator$1.class
│   │   │   │   ├── TabPageIndicator$2.class
│   │   │   │   ├── TabPageIndicator$OnTabReselectedListener.class
│   │   │   │   ├── TabPageIndicator$TabView.class
│   │   │   │   ├── TabPageIndicator.class
│   │   │   │   ├── TitlePageIndicator$1.class
│   │   │   │   ├── TitlePageIndicator$IndicatorStyle.class
│   │   │   │   ├── TitlePageIndicator$LinePosition.class
│   │   │   │   ├── TitlePageIndicator$OnCenterItemClickListener.class
│   │   │   │   ├── TitlePageIndicator$SavedState$1.class
│   │   │   │   ├── TitlePageIndicator$SavedState.class
│   │   │   │   ├── TitlePageIndicator.class
│   │   │   │   ├── UnderlinePageIndicator$1.class
│   │   │   │   ├── UnderlinePageIndicator$2.class
│   │   │   │   ├── UnderlinePageIndicator$SavedState$1.class
│   │   │   │   ├── UnderlinePageIndicator$SavedState.class
│   │   │   │   └── UnderlinePageIndicator.class
│   │   │   ├── incremental
│   │   │   │   ├── aidl
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── dependency.store
│   │   │   │   │   ├── debug
│   │   │   │   │   │   └── dependency.store
│   │   │   │   │   └── release
│   │   │   │   │   └── dependency.store
│   │   │   │   ├── mergeAssets
│   │   │   │   │   ├── androidTest
│   │   │   │   │   │   └── debug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   ├── debug
│   │   │   │   │   │   └── merger.xml
│   │   │   │   │   └── release
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── mergeResourcesandroidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── merger.xml
│   │   │   │   ├── packageResourcesdebug
│   │   │   │   │   └── merger.xml
│   │   │   │   └── packageResourcesrelease
│   │   │   │   └── merger.xml
│   │   │   ├── manifest
│   │   │   │   ├── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   └── AndroidManifest.xml
│   │   │   │   └── tmp
│   │   │   │   └── manifestMerger5320667267309792020.xml
│   │   │   ├── res
│   │   │   │   ├── merged
│   │   │   │   │   └── androidTest
│   │   │   │   │   └── debug
│   │   │   │   │   ├── color
│   │   │   │   │   │   ├── vpi__dark_theme.xml
│   │   │   │   │   │   └── vpi__light_theme.xml
│   │   │   │   │   ├── drawable
│   │   │   │   │   │   └── vpi__tab_indicator.xml
│   │   │   │   │   ├── drawable-hdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   ├── drawable-mdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   ├── drawable-xhdpi-v4
│   │   │   │   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   │   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   │   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   │   │   │   └── values
│   │   │   │   │   └── values.xml
│   │   │   │   └── resources-debug-androidTest.ap_
│   │   │   └── symbols
│   │   │   └── androidTest
│   │   │   └── debug
│   │   │   └── R.txt
│   │   ├── outputs
│   │   │   └── aar
│   │   │   ├── viewPagerIndicatorlibrary-debug.aar
│   │   │   └── viewPagerIndicatorlibrary-release.aar
│   │   └── tmp
│   │   ├── packageDebugJar
│   │   │   └── MANIFEST.MF
│   │   └── packageReleaseJar
│   │   └── MANIFEST.MF
│   ├── build.gradle
│   ├── src
│   │   └── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── com
│   │   │   └── viewpagerindicator
│   │   │   ├── CirclePageIndicator.java
│   │   │   ├── IconPageIndicator.java
│   │   │   ├── IconPagerAdapter.java
│   │   │   ├── IcsLinearLayout.java
│   │   │   ├── LinePageIndicator.java
│   │   │   ├── PageIndicator.java
│   │   │   ├── TabPageIndicator.java
│   │   │   ├── TitlePageIndicator.java
│   │   │   └── UnderlinePageIndicator.java
│   │   └── res
│   │   ├── color
│   │   │   ├── vpi__dark_theme.xml
│   │   │   └── vpi__light_theme.xml
│   │   ├── drawable
│   │   │   └── vpi__tab_indicator.xml
│   │   ├── drawable-hdpi
│   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   ├── drawable-mdpi
│   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   ├── drawable-xhdpi
│   │   │   ├── vpi__tab_selected_focused_holo.9.png
│   │   │   ├── vpi__tab_selected_holo.9.png
│   │   │   ├── vpi__tab_selected_pressed_holo.9.png
│   │   │   ├── vpi__tab_unselected_focused_holo.9.png
│   │   │   ├── vpi__tab_unselected_holo.9.png
│   │   │   └── vpi__tab_unselected_pressed_holo.9.png
│   │   └── values
│   │   ├── vpi__attrs.xml
│   │   ├── vpi__colors.xml
│   │   ├── vpi__defaults.xml
│   │   └── vpi__styles.xml
│   └── viewPagerIndicatorlibrary.iml
├── zhihu
│   ├── Backup
│   │   ├── BLL
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BLL.csproj
│   │   │   ├── BLL.csproj.user
│   │   │   └── Users.cs
│   │   ├── DAL
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DAL.csproj
│   │   │   ├── DAL.csproj.user
│   │   │   └── Users.cs
│   │   ├── DBUtility
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CommandInfo.cs
│   │   │   ├── DbHelperMySQL.cs
│   │   │   ├── DbHelperOleDb.cs
│   │   │   ├── DbHelperOra.cs
│   │   │   ├── DbHelperSQL.cs
│   │   │   ├── DbHelperSQLite.cs
│   │   │   ├── DbHelperSQLP.cs
│   │   │   ├── DBUtility.csproj
│   │   │   ├── DBUtility.csproj.user
│   │   │   ├── DESEncrypt.cs
│   │   │   ├── OracleHelper.cs
│   │   │   ├── PubConstant.cs
│   │   │   └── SQLHelper.cs
│   │   ├── Model
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Model.csproj
│   │   │   ├── Model.csproj.user
│   │   │   └── Users.cs
│   │   ├── Web
│   │   │   ├── Controls
│   │   │   │   ├── checkright.ascx
│   │   │   │   ├── CheckRight.ascx.cs
│   │   │   │   ├── CheckRight.ascx.designer.cs
│   │   │   │   ├── CheckRight.ascx.resx
│   │   │   │   ├── copyright.ascx
│   │   │   │   ├── CopyRight.ascx.cs
│   │   │   │   ├── CopyRight.ascx.designer.cs
│   │   │   │   └── CopyRight.ascx.resx
│   │   │   ├── Default.aspx
│   │   │   ├── Default.aspx.cs
│   │   │   ├── Default.aspx.designer.cs
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.cs
│   │   │   ├── Global.asax.resx
│   │   │   ├── Images
│   │   │   │   └── top1.gif
│   │   │   ├── MasterPage.master
│   │   │   ├── MasterPage.master.cs
│   │   │   ├── MasterPage.master.designer.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Style.css
│   │   │   ├── Web.config
│   │   │   ├── Web.csproj
│   │   │   └── Web.csproj.user
│   │   ├── zhihu.sln
│   │   └── zhihu.v11.suo
│   ├── BLL
│   │   ├── AnswerHelp.cs
│   │   ├── Answers.cs
│   │   ├── AnswerZan.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Maticsoft.Common.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── System.Data.SQLite.dll
│   │   │   ├── zhihu.BLL.dll
│   │   │   ├── zhihu.BLL.pdb
│   │   │   ├── zhihu.DAL.dll
│   │   │   ├── zhihu.DAL.pdb
│   │   │   ├── zhihu.DBUtility.dll
│   │   │   ├── zhihu.DBUtility.pdb
│   │   │   ├── zhihu.Model.dll
│   │   │   └── zhihu.Model.pdb
│   │   ├── BLL.csproj
│   │   ├── BLL.csproj.user
│   │   ├── CollectionType.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   │   ├── BLL.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── zhihu.BLL.dll
│   │   │   └── zhihu.BLL.pdb
│   │   ├── Questions.cs
│   │   ├── UserCollection.cs
│   │   └── Users.cs
│   ├── DAL
│   │   ├── AnswerHelp.cs
│   │   ├── Answers.cs
│   │   ├── AnswerZan.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Maticsoft.Common.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── System.Data.SQLite.dll
│   │   │   ├── zhihu.DAL.dll
│   │   │   ├── zhihu.DAL.pdb
│   │   │   ├── zhihu.DBUtility.dll
│   │   │   ├── zhihu.DBUtility.pdb
│   │   │   ├── zhihu.Model.dll
│   │   │   └── zhihu.Model.pdb
│   │   ├── CollectionType.cs
│   │   ├── DAL.csproj
│   │   ├── DAL.csproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   │   ├── DAL.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── zhihu.DAL.dll
│   │   │   └── zhihu.DAL.pdb
│   │   ├── Questions.cs
│   │   ├── UserCollection.cs
│   │   └── Users.cs
│   ├── DBUtility
│   │   ├── AssemblyInfo.cs
│   │   ├── BaseSqlMapDao.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── MySql.Data.dll
│   │   │   ├── System.Data.SQLite.DLL
│   │   │   ├── zhihu.DBUtility.dll
│   │   │   └── zhihu.DBUtility.pdb
│   │   ├── CommandInfo.cs
│   │   ├── DbHelperMySQL.cs
│   │   ├── DbHelperOleDb.cs
│   │   ├── DbHelperOra.cs
│   │   ├── DbHelperSQL2.cs
│   │   ├── DbHelperSQL.cs
│   │   ├── DbHelperSQLite.cs
│   │   ├── DbHelperSQLP.cs
│   │   ├── DBUtility.csproj
│   │   ├── DBUtility.csproj.user
│   │   ├── DESEncrypt.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DBUtility.csproj.FileListAbsolute.txt
│   │   │   ├── DBUtility.csprojResolveAssemblyReference.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── zhihu.DBUtility.dll
│   │   │   └── zhihu.DBUtility.pdb
│   │   ├── OracleHelper.cs
│   │   ├── PubConstant.cs
│   │   ├── SQLHelper.cs
│   │   └── zhihu.suo
│   ├── Lib
│   │   ├── Maticsoft.Common.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   │   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   ├── MySql.Data.dll
│   │   ├── System.Data.SQLite.DLL
│   │   └── System.Data.SQLite.lib
│   ├── Model
│   │   ├── AnswerAndUser.cs
│   │   ├── AnswerHelp.cs
│   │   ├── Answers.cs
│   │   ├── AnswerZan.cs
│   │   ├── AssemblyInfo.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── zhihu.Model.dll
│   │   │   └── zhihu.Model.pdb
│   │   ├── CollectionIndex.cs
│   │   ├── CollectionType.cs
│   │   ├── goodAnswer.cs
│   │   ├── hotCollection.cs
│   │   ├── Model.csproj
│   │   ├── Model.csproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   ├── Model.csprojResolveAssemblyReference.cache
│   │   │   ├── zhihu.Model.dll
│   │   │   └── zhihu.Model.pdb
│   │   ├── Question_list.cs
│   │   ├── Questions.cs
│   │   ├── UserCollection.cs
│   │   └── Users.cs
│   ├── UpgradeLog.htm
│   ├── Web
│   │   ├── App_Themes
│   │   │   ├── BlueTheme
│   │   │   │   ├── Control.skin
│   │   │   │   └── Default.css
│   │   │   ├── Green2Theme
│   │   │   │   ├── Control.skin
│   │   │   │   └── Default.css
│   │   │   ├── GreenTheme
│   │   │   │   ├── Control.skin
│   │   │   │   └── Default.css
│   │   │   ├── PurpleTheme
│   │   │   │   ├── Control.skin
│   │   │   │   └── Default.css
│   │   │   └── RedTheme
│   │   │   ├── Control.skin
│   │   │   └── Default.css
│   │   ├── bin
│   │   │   ├── Maticsoft.Common.dll
│   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   ├── MySql.Data.dll
│   │   │   ├── System.Data.SQLite.dll
│   │   │   ├── zhihu.BLL.dll
│   │   │   ├── zhihu.BLL.pdb
│   │   │   ├── zhihu.DAL.dll
│   │   │   ├── zhihu.DAL.pdb
│   │   │   ├── zhihu.DBUtility.dll
│   │   │   ├── zhihu.DBUtility.pdb
│   │   │   ├── zhihu.Model.dll
│   │   │   ├── zhihu.Model.pdb
│   │   │   ├── zhihu.Web.dll
│   │   │   └── zhihu.Web.pdb
│   │   ├── Controls
│   │   │   ├── checkright.ascx
│   │   │   ├── CheckRight.ascx.cs
│   │   │   ├── CheckRight.ascx.designer.cs
│   │   │   ├── CheckRight.ascx.resx
│   │   │   ├── copyright.ascx
│   │   │   ├── CopyRight.ascx.cs
│   │   │   ├── CopyRight.ascx.designer.cs
│   │   │   └── CopyRight.ascx.resx
│   │   ├── Default.aspx
│   │   ├── Default.aspx.cs
│   │   ├── Default.aspx.designer.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── Global.asax.resx
│   │   ├── Images
│   │   │   ├── code2.JPG
│   │   │   └── top1.gif
│   │   ├── MasterPage.master
│   │   ├── MasterPage.master.cs
│   │   ├── MasterPage.master.designer.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Package
│   │   │   │   └── PackageTmp
│   │   │   │   ├── bin
│   │   │   │   │   ├── Maticsoft.Common.dll
│   │   │   │   │   ├── Microsoft.Web.UI.WebControls.dll
│   │   │   │   │   ├── MySql.Data.dll
│   │   │   │   │   ├── System.Data.SQLite.dll
│   │   │   │   │   ├── zhihu.BLL.dll
│   │   │   │   │   ├── zhihu.BLL.pdb
│   │   │   │   │   ├── zhihu.DAL.dll
│   │   │   │   │   ├── zhihu.DAL.pdb
│   │   │   │   │   ├── zhihu.DBUtility.dll
│   │   │   │   │   ├── zhihu.DBUtility.pdb
│   │   │   │   │   ├── zhihu.Model.dll
│   │   │   │   │   ├── zhihu.Model.pdb
│   │   │   │   │   ├── zhihu.Web.dll
│   │   │   │   │   └── zhihu.Web.pdb
│   │   │   │   ├── Controls
│   │   │   │   │   ├── checkright.ascx
│   │   │   │   │   └── copyright.ascx
│   │   │   │   ├── Default.aspx
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Images
│   │   │   │   │   └── top1.gif
│   │   │   │   ├── MasterPage.master
│   │   │   │   ├── Style.css
│   │   │   │   ├── Web.config
│   │   │   │   └── webServices
│   │   │   │   ├── questionInfo.asmx
│   │   │   │   └── userInfo.ashx
│   │   │   ├── Web.csproj.FileListAbsolute.txt
│   │   │   ├── Web.csproj.GenerateResource.Cache
│   │   │   ├── Web.csprojResolveAssemblyReference.cache
│   │   │   ├── _WPPLastBuildInfo.txt
│   │   │   ├── zhihu.Web.Controls.CheckRight.resources
│   │   │   ├── zhihu.Web.Controls.CopyRight1.resources
│   │   │   ├── zhihu.Web.dll
│   │   │   ├── zhihu.Web.Global.resources
│   │   │   └── zhihu.Web.pdb
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   └── PublishProfiles
│   │   │   ├── zhihu.pubxml
│   │   │   └── zhihu.pubxml.user
│   │   ├── Style.css
│   │   ├── userPic
│   │   │   ├── 201508100920356403.jpg
│   │   │   ├── 201508100930057437.jpg
│   │   │   ├── 201508101011543013.jpg
│   │   │   ├── 201508101020276695.jpg
│   │   │   ├── 201508101026462205.jpg
│   │   │   ├── 201508101028459307.jpg
│   │   │   ├── 201508121105572455.jpg
│   │   │   ├── 201508121108047212.jpg
│   │   │   └── 201508121111286956.jpg
│   │   ├── Users
│   │   │   ├── Add.aspx
│   │   │   ├── Add.aspx.cs
│   │   │   ├── Add.aspx.designer.cs
│   │   │   ├── List.aspx
│   │   │   ├── List.aspx.cs
│   │   │   ├── List.aspx.designer.cs
│   │   │   ├── Modify.aspx
│   │   │   ├── Modify.aspx.cs
│   │   │   ├── Modify.aspx.designer.cs
│   │   │   ├── Show.aspx
│   │   │   ├── Show.aspx.cs
│   │   │   └── Show.aspx.designer.cs
│   │   ├── Web.config
│   │   ├── Web.csproj
│   │   ├── Web.csproj.user
│   │   └── webServices
│   │   ├── questionInfo.asmx
│   │   ├── questionInfo.asmx.cs
│   │   ├── userInfo.ashx
│   │   └── userInfo.ashx.cs
│   ├── zhihu.sln
│   ├── zhihu.suo
│   └── zhihu.v11.suo
├── zhihu20151027.bak
└── 说明.txt

857 directories, 2544 files

标签:

实例下载地址

仿知乎程序

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警