实例介绍
在android studio 下完美运行 仿照qq登陆
【实例截图】
【核心代码】
ff28eccb-d0de-436e-9738-5580057a9b69
└── KXchat
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── ljl
│ │ │ │ │ └── kxchat
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── ljl
│ │ │ │ └── kxchat
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ └── debug
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ └── R.java
│ │ │ └── com
│ │ │ └── ljl
│ │ │ └── kxchat
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── color.json
│ │ │ │ │ ├── values-af.json
│ │ │ │ │ ├── values-am.json
│ │ │ │ │ ├── values-ar.json
│ │ │ │ │ ├── values-az-rAZ.json
│ │ │ │ │ ├── values-bg.json
│ │ │ │ │ ├── values-bn-rBD.json
│ │ │ │ │ ├── values-ca.json
│ │ │ │ │ ├── values-cs.json
│ │ │ │ │ ├── values-da.json
│ │ │ │ │ ├── values-de.json
│ │ │ │ │ ├── values-el.json
│ │ │ │ │ ├── values-en-rAU.json
│ │ │ │ │ ├── values-en-rGB.json
│ │ │ │ │ ├── values-en-rIN.json
│ │ │ │ │ ├── values-es.json
│ │ │ │ │ ├── values-es-rUS.json
│ │ │ │ │ ├── values-et-rEE.json
│ │ │ │ │ ├── values-eu-rES.json
│ │ │ │ │ ├── values-fa.json
│ │ │ │ │ ├── values-fi.json
│ │ │ │ │ ├── values-fr.json
│ │ │ │ │ ├── values-fr-rCA.json
│ │ │ │ │ ├── values-gl-rES.json
│ │ │ │ │ ├── values-gu-rIN.json
│ │ │ │ │ ├── values-h320dp-v13.json
│ │ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ │ ├── values-hi.json
│ │ │ │ │ ├── values-hr.json
│ │ │ │ │ ├── values-hu.json
│ │ │ │ │ ├── values-hy-rAM.json
│ │ │ │ │ ├── values-in.json
│ │ │ │ │ ├── values-is-rIS.json
│ │ │ │ │ ├── values-it.json
│ │ │ │ │ ├── values-iw.json
│ │ │ │ │ ├── values-ja.json
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-ka-rGE.json
│ │ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ │ ├── values-km-rKH.json
│ │ │ │ │ ├── values-kn-rIN.json
│ │ │ │ │ ├── values-ko.json
│ │ │ │ │ ├── values-ky-rKG.json
│ │ │ │ │ ├── values-land.json
│ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ │ ├── values-ldrtl-v23.json
│ │ │ │ │ ├── values-lo-rLA.json
│ │ │ │ │ ├── values-lt.json
│ │ │ │ │ ├── values-lv.json
│ │ │ │ │ ├── values-mk-rMK.json
│ │ │ │ │ ├── values-ml-rIN.json
│ │ │ │ │ ├── values-mn-rMN.json
│ │ │ │ │ ├── values-mr-rIN.json
│ │ │ │ │ ├── values-ms-rMY.json
│ │ │ │ │ ├── values-my-rMM.json
│ │ │ │ │ ├── values-nb.json
│ │ │ │ │ ├── values-ne-rNP.json
│ │ │ │ │ ├── values-nl.json
│ │ │ │ │ ├── values-pa-rIN.json
│ │ │ │ │ ├── values-pl.json
│ │ │ │ │ ├── values-port.json
│ │ │ │ │ ├── values-pt.json
│ │ │ │ │ ├── values-pt-rBR.json
│ │ │ │ │ ├── values-pt-rPT.json
│ │ │ │ │ ├── values-ro.json
│ │ │ │ │ ├── values-ru.json
│ │ │ │ │ ├── values-si-rLK.json
│ │ │ │ │ ├── values-sk.json
│ │ │ │ │ ├── values-sl.json
│ │ │ │ │ ├── values-sq-rAL.json
│ │ │ │ │ ├── values-sr.json
│ │ │ │ │ ├── values-sv.json
│ │ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ │ ├── values-sw.json
│ │ │ │ │ ├── values-ta-rIN.json
│ │ │ │ │ ├── values-te-rIN.json
│ │ │ │ │ ├── values-th.json
│ │ │ │ │ ├── values-tl.json
│ │ │ │ │ ├── values-tr.json
│ │ │ │ │ ├── values-uk.json
│ │ │ │ │ ├── values-ur-rPK.json
│ │ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-v12.json
│ │ │ │ │ ├── values-v14.json
│ │ │ │ │ ├── values-v17.json
│ │ │ │ │ ├── values-v18.json
│ │ │ │ │ ├── values-v21.json
│ │ │ │ │ ├── values-v22.json
│ │ │ │ │ ├── values-v23.json
│ │ │ │ │ ├── values-vi.json
│ │ │ │ │ ├── values-w360dp-v13.json
│ │ │ │ │ ├── values-w480dp-v13.json
│ │ │ │ │ ├── values-w500dp-v13.json
│ │ │ │ │ ├── values-w600dp-v13.json
│ │ │ │ │ ├── values-w720dp-v13.json
│ │ │ │ │ ├── values-xlarge-land-v4.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ ├── values-zh-rHK.json
│ │ │ │ │ ├── values-zh-rTW.json
│ │ │ │ │ └── values-zu.json
│ │ │ │ └── single
│ │ │ │ ├── anim.json
│ │ │ │ ├── color.json
│ │ │ │ ├── color-v11.json
│ │ │ │ ├── color-v23.json
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable.json
│ │ │ │ ├── drawable-ldrtl-hdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-mdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxhdpi-v17.json
│ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-v21.json
│ │ │ │ ├── drawable-v23.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable-xxhdpi-v4.json
│ │ │ │ ├── drawable-xxxhdpi-v4.json
│ │ │ │ ├── layout.json
│ │ │ │ ├── mipmap-hdpi-v4.json
│ │ │ │ ├── mipmap-mdpi-v4.json
│ │ │ │ ├── mipmap-xhdpi-v4.json
│ │ │ │ ├── mipmap-xxhdpi-v4.json
│ │ │ │ └── mipmap-xxxhdpi-v4.json
│ │ │ ├── classes
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── ljl
│ │ │ │ │ └── kxchat
│ │ │ │ │ ├── ApplicationTest.class
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.class
│ │ │ │ ├── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ └── appcompat
│ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── ljl
│ │ │ │ │ └── kxchat
│ │ │ │ │ ├── action
│ │ │ │ │ │ └── UserAction.class
│ │ │ │ │ ├── activity
│ │ │ │ │ │ ├── ChatActivity$1.class
│ │ │ │ │ │ ├── ChatActivity$2.class
│ │ │ │ │ │ ├── ChatActivity.class
│ │ │ │ │ │ ├── FriendSearchResultActivity$1$1.class
│ │ │ │ │ │ ├── FriendSearchResultActivity$1$2.class
│ │ │ │ │ │ ├── FriendSearchResultActivity$1$3.class
│ │ │ │ │ │ ├── FriendSearchResultActivity$1$4.class
│ │ │ │ │ │ ├── FriendSearchResultActivity$1.class
│ │ │ │ │ │ ├── FriendSearchResultActivity.class
│ │ │ │ │ │ ├── LoginActivity$1.class
│ │ │ │ │ │ ├── LoginActivity$2.class
│ │ │ │ │ │ ├── LoginActivity$3.class
│ │ │ │ │ │ ├── LoginActivity.class
│ │ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ │ ├── SearchFriendActivity.class
│ │ │ │ │ │ ├── WelcomeActivity$1.class
│ │ │ │ │ │ └── WelcomeActivity.class
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ ├── ChatMessageAdapter.class
│ │ │ │ │ │ ├── FriendListAdapter.class
│ │ │ │ │ │ ├── FriendMessageAdapter.class
│ │ │ │ │ │ └── FriendSearchResultAdapter.class
│ │ │ │ │ ├── base
│ │ │ │ │ │ ├── BaseActivity.class
│ │ │ │ │ │ └── BaseDialog.class
│ │ │ │ │ ├── beran
│ │ │ │ │ │ ├── ApplicationData.class
│ │ │ │ │ │ ├── ChatEntity.class
│ │ │ │ │ │ ├── MessageTabEntity.class
│ │ │ │ │ │ ├── TranObject.class
│ │ │ │ │ │ ├── TranObjectType.class
│ │ │ │ │ │ └── User.class
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── database
│ │ │ │ │ │ ├── ImDB.class
│ │ │ │ │ │ └── ImOpenHelper.class
│ │ │ │ │ ├── dialog
│ │ │ │ │ │ └── FlippingLoadingDialog.class
│ │ │ │ │ ├── fragment
│ │ │ │ │ │ ├── FriendListFragment$1.class
│ │ │ │ │ │ ├── FriendListFragment$2.class
│ │ │ │ │ │ ├── FriendListFragment$3.class
│ │ │ │ │ │ ├── FriendListFragment.class
│ │ │ │ │ │ ├── MessageFragment$1.class
│ │ │ │ │ │ ├── MessageFragment$2.class
│ │ │ │ │ │ ├── MessageFragment$3.class
│ │ │ │ │ │ ├── MessageFragment$4.class
│ │ │ │ │ │ ├── MessageFragment$5.class
│ │ │ │ │ │ ├── MessageFragment.class
│ │ │ │ │ │ ├── NearByFragment.class
│ │ │ │ │ │ └── UserInfoFragment.class
│ │ │ │ │ ├── global
│ │ │ │ │ │ └── Result.class
│ │ │ │ │ ├── imagefactory
│ │ │ │ │ │ ├── ImageFactoryActivity$1.class
│ │ │ │ │ │ ├── ImageFactoryActivity$2.class
│ │ │ │ │ │ ├── ImageFactoryActivity$OnRightImageButtonClickListener.class
│ │ │ │ │ │ ├── ImageFactoryActivity.class
│ │ │ │ │ │ ├── ImageFactory.class
│ │ │ │ │ │ ├── ImageFactoryCrop$1.class
│ │ │ │ │ │ ├── ImageFactoryCrop.class
│ │ │ │ │ │ ├── ImageFactoryFliter$1.class
│ │ │ │ │ │ ├── ImageFactoryFliter$FilterItem.class
│ │ │ │ │ │ ├── ImageFactoryFliter$FilterType.class
│ │ │ │ │ │ └── ImageFactoryFliter.class
│ │ │ │ │ ├── network
│ │ │ │ │ │ ├── ClientListenThread$1.class
│ │ │ │ │ │ ├── ClientListenThread.class
│ │ │ │ │ │ ├── ClientSendThread.class
│ │ │ │ │ │ ├── NetConnect.class
│ │ │ │ │ │ └── NetService.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$mipmap.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ ├── R.class
│ │ │ │ │ ├── register
│ │ │ │ │ │ ├── RegisterActivity$1.class
│ │ │ │ │ │ ├── RegisterActivity$2.class
│ │ │ │ │ │ ├── RegisterActivity.class
│ │ │ │ │ │ ├── RegisterStep$onNextActionListener.class
│ │ │ │ │ │ ├── RegisterStep.class
│ │ │ │ │ │ ├── StepAccount$1.class
│ │ │ │ │ │ ├── StepAccount.class
│ │ │ │ │ │ ├── StepBaseInfo$1.class
│ │ │ │ │ │ ├── StepBaseInfo.class
│ │ │ │ │ │ ├── StepBirthday.class
│ │ │ │ │ │ ├── StepPhoto$1.class
│ │ │ │ │ │ ├── StepPhoto.class
│ │ │ │ │ │ └── StepSetPassword.class
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── DateUtils.class
│ │ │ │ │ │ ├── FileUtils.class
│ │ │ │ │ │ ├── IntentSpan.class
│ │ │ │ │ │ ├── NetWorkUtils$NetWorkState.class
│ │ │ │ │ │ ├── NetWorkUtils.class
│ │ │ │ │ │ ├── PhotoUtils.class
│ │ │ │ │ │ ├── SpUtil.class
│ │ │ │ │ │ ├── SystemMethod.class
│ │ │ │ │ │ ├── TextUtils.class
│ │ │ │ │ │ └── VerifyUtils.class
│ │ │ │ │ └── view
│ │ │ │ │ ├── CropImage$1$1.class
│ │ │ │ │ ├── CropImage$1.class
│ │ │ │ │ ├── CropImage$2$1.class
│ │ │ │ │ ├── CropImage$2.class
│ │ │ │ │ ├── CropImage$3$1.class
│ │ │ │ │ ├── CropImage$3.class
│ │ │ │ │ ├── CropImage$BackgroundJob$1.class
│ │ │ │ │ ├── CropImage$BackgroundJob.class
│ │ │ │ │ ├── CropImage.class
│ │ │ │ │ ├── CropImageView.class
│ │ │ │ │ ├── FlippingImageView.class
│ │ │ │ │ ├── HandyTextView.class
│ │ │ │ │ ├── HeaderLayout$1.class
│ │ │ │ │ ├── HeaderLayout$2.class
│ │ │ │ │ ├── HeaderLayout$3.class
│ │ │ │ │ ├── HeaderLayout$4.class
│ │ │ │ │ ├── HeaderLayout$5.class
│ │ │ │ │ ├── HeaderLayout$6.class
│ │ │ │ │ ├── HeaderLayout$7.class
│ │ │ │ │ ├── HeaderLayout$HeaderStyle.class
│ │ │ │ │ ├── HeaderLayout$onMiddleImageButtonClickListener.class
│ │ │ │ │ ├── HeaderLayout$onRightImageButtonClickListener.class
│ │ │ │ │ ├── HeaderLayout$onSearchListener.class
│ │ │ │ │ ├── HeaderLayout$SearchState.class
│ │ │ │ │ ├── HeaderLayout.class
│ │ │ │ │ ├── HeaderSpinner$1.class
│ │ │ │ │ ├── HeaderSpinner$onSpinnerClickListener.class
│ │ │ │ │ ├── HeaderSpinner.class
│ │ │ │ │ ├── HighlightView$ModifyMode.class
│ │ │ │ │ ├── HighlightView.class
│ │ │ │ │ ├── ImageViewTouchBase$1.class
│ │ │ │ │ ├── ImageViewTouchBase$2.class
│ │ │ │ │ ├── ImageViewTouchBase$Recycler.class
│ │ │ │ │ ├── ImageViewTouchBase.class
│ │ │ │ │ ├── RotateAnimation$Mode.class
│ │ │ │ │ ├── RotateAnimation.class
│ │ │ │ │ ├── RotateBitmap.class
│ │ │ │ │ ├── RotateImageView$RotateType.class
│ │ │ │ │ ├── RotateImageView.class
│ │ │ │ │ ├── RotatingImageView.class
│ │ │ │ │ ├── ScrollingTextView.class
│ │ │ │ │ ├── SlideCutListView$RemoveDirection.class
│ │ │ │ │ ├── SlideCutListView$RemoveListener.class
│ │ │ │ │ ├── SlideCutListView.class
│ │ │ │ │ ├── SwitcherButton$1.class
│ │ │ │ │ ├── SwitcherButton$2.class
│ │ │ │ │ ├── SwitcherButton$onSwitcherButtonClickListener.class
│ │ │ │ │ ├── SwitcherButton$SwitcherButtonState.class
│ │ │ │ │ ├── SwitcherButton.class
│ │ │ │ │ └── TitleBarView.class
│ │ │ │ └── test
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── ljl
│ │ │ │ └── kxchat
│ │ │ │ └── ExampleUnitTest.class
│ │ │ ├── exploded-aar
│ │ │ │ └── com.android.support
│ │ │ │ ├── appcompat-v7
│ │ │ │ │ └── 23.1.1
│ │ │ │ │ ├── aapt
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── jars
│ │ │ │ │ │ └── classes.jar
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ └── abc_slide_out_top.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ └── abc_color_highlight_material.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background_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_seekbar_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ └── abc_textfield_search_material.xml
│ │ │ │ │ │ ├── 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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── 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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ └── abc_btn_colored_material.xml
│ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ ├── 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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── 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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── 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_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ └── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ │ ├── 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-az-rAZ
│ │ │ │ │ │ │ └── values-az-rAZ.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-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ │ ├── values-h320dp
│ │ │ │ │ │ │ └── values-h320dp.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-ldltr-v21
│ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ ├── values-ldrtl-v23
│ │ │ │ │ │ │ └── values-ldrtl-v23.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-pa-rIN
│ │ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-sw600dp
│ │ │ │ │ │ │ └── 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-v22
│ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ └── values-v23.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
│ │ │ │ └── support-v4
│ │ │ │ └── 23.1.1
│ │ │ │ ├── aapt
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ ├── media
│ │ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ │ └── session
│ │ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ │ └── os
│ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── jars
│ │ │ │ ├── classes.jar
│ │ │ │ └── libs
│ │ │ │ └── internal_impl-23.1.1.jar
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── mergeDebugAndroidTestAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ └── mergeDebugResources
│ │ │ │ └── merger.xml
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── classes.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v7
│ │ │ │ │ └── appcompat
│ │ │ │ │ ├── R$anim.class
│ │ │ │ │ ├── R$attr.class
│ │ │ │ │ ├── R$bool.class
│ │ │ │ │ ├── R$color.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$integer.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── ljl
│ │ │ │ └── kxchat
│ │ │ │ ├── action
│ │ │ │ │ └── UserAction.class
│ │ │ │ ├── activity
│ │ │ │ │ ├── ChatActivity$1.class
│ │ │ │ │ ├── ChatActivity$2.class
│ │ │ │ │ ├── ChatActivity.class
│ │ │ │ │ ├── FriendSearchResultActivity$1$1.class
│ │ │ │ │ ├── FriendSearchResultActivity$1$2.class
│ │ │ │ │ ├── FriendSearchResultActivity$1$3.class
│ │ │ │ │ ├── FriendSearchResultActivity$1$4.class
│ │ │ │ │ ├── FriendSearchResultActivity$1.class
│ │ │ │ │ ├── FriendSearchResultActivity.class
│ │ │ │ │ ├── LoginActivity$1.class
│ │ │ │ │ ├── LoginActivity$2.class
│ │ │ │ │ ├── LoginActivity$3.class
│ │ │ │ │ ├── LoginActivity.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$7.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── SearchFriendActivity.class
│ │ │ │ │ ├── WelcomeActivity$1.class
│ │ │ │ │ └── WelcomeActivity.class
│ │ │ │ ├── adapter
│ │ │ │ │ ├── ChatMessageAdapter.class
│ │ │ │ │ ├── FriendListAdapter.class
│ │ │ │ │ ├── FriendMessageAdapter.class
│ │ │ │ │ └── FriendSearchResultAdapter.class
│ │ │ │ ├── base
│ │ │ │ │ ├── BaseActivity.class
│ │ │ │ │ └── BaseDialog.class
│ │ │ │ ├── beran
│ │ │ │ │ ├── ApplicationData.class
│ │ │ │ │ ├── ChatEntity.class
│ │ │ │ │ ├── MessageTabEntity.class
│ │ │ │ │ ├── TranObject.class
│ │ │ │ │ ├── TranObjectType.class
│ │ │ │ │ └── User.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── database
│ │ │ │ │ ├── ImDB.class
│ │ │ │ │ └── ImOpenHelper.class
│ │ │ │ ├── dialog
│ │ │ │ │ └── FlippingLoadingDialog.class
│ │ │ │ ├── fragment
│ │ │ │ │ ├── FriendListFragment$1.class
│ │ │ │ │ ├── FriendListFragment$2.class
│ │ │ │ │ ├── FriendListFragment$3.class
│ │ │ │ │ ├── FriendListFragment.class
│ │ │ │ │ ├── MessageFragment$1.class
│ │ │ │ │ ├── MessageFragment$2.class
│ │ │ │ │ ├── MessageFragment$3.class
│ │ │ │ │ ├── MessageFragment$4.class
│ │ │ │ │ ├── MessageFragment$5.class
│ │ │ │ │ ├── MessageFragment.class
│ │ │ │ │ ├── NearByFragment.class
│ │ │ │ │ └── UserInfoFragment.class
│ │ │ │ ├── global
│ │ │ │ │ └── Result.class
│ │ │ │ ├── imagefactory
│ │ │ │ │ ├── ImageFactoryActivity$1.class
│ │ │ │ │ ├── ImageFactoryActivity$2.class
│ │ │ │ │ ├── ImageFactoryActivity$OnRightImageButtonClickListener.class
│ │ │ │ │ ├── ImageFactoryActivity.class
│ │ │ │ │ ├── ImageFactory.class
│ │ │ │ │ ├── ImageFactoryCrop$1.class
│ │ │ │ │ ├── ImageFactoryCrop.class
│ │ │ │ │ ├── ImageFactoryFliter$1.class
│ │ │ │ │ ├── ImageFactoryFliter$FilterItem.class
│ │ │ │ │ ├── ImageFactoryFliter$FilterType.class
│ │ │ │ │ └── ImageFactoryFliter.class
│ │ │ │ ├── network
│ │ │ │ │ ├── ClientListenThread$1.class
│ │ │ │ │ ├── ClientListenThread.class
│ │ │ │ │ ├── ClientSendThread.class
│ │ │ │ │ ├── NetConnect.class
│ │ │ │ │ └── NetService.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$mipmap.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R.class
│ │ │ │ ├── register
│ │ │ │ │ ├── RegisterActivity$1.class
│ │ │ │ │ ├── RegisterActivity$2.class
│ │ │ │ │ ├── RegisterActivity.class
│ │ │ │ │ ├── RegisterStep$onNextActionListener.class
│ │ │ │ │ ├── RegisterStep.class
│ │ │ │ │ ├── StepAccount$1.class
│ │ │ │ │ ├── StepAccount.class
│ │ │ │ │ ├── StepBaseInfo$1.class
│ │ │ │ │ ├── StepBaseInfo.class
│ │ │ │ │ ├── StepBirthday.class
│ │ │ │ │ ├── StepPhoto$1.class
│ │ │ │ │ ├── StepPhoto.class
│ │ │ │ │ └── StepSetPassword.class
│ │ │ │ ├── util
│ │ │ │ │ ├── DateUtils.class
│ │ │ │ │ ├── FileUtils.class
│ │ │ │ │ ├── IntentSpan.class
│ │ │ │ │ ├── NetWorkUtils$NetWorkState.class
│ │ │ │ │ ├── NetWorkUtils.class
│ │ │ │ │ ├── PhotoUtils.class
│ │ │ │ │ ├── SpUtil.class
│ │ │ │ │ ├── SystemMethod.class
│ │ │ │ │ ├── TextUtils.class
│ │ │ │ │ └── VerifyUtils.class
│ │ │ │ └── view
│ │ │ │ ├── CropImage$1$1.class
│ │ │ │ ├── CropImage$1.class
│ │ │ │ ├── CropImage$2$1.class
│ │ │ │ ├── CropImage$2.class
│ │ │ │ ├── CropImage$3$1.class
│ │ │ │ ├── CropImage$3.class
│ │ │ │ ├── CropImage$BackgroundJob$1.class
│ │ │ │ ├── CropImage$BackgroundJob.class
│ │ │ │ ├── CropImage.class
│ │ │ │ ├── CropImageView.class
│ │ │ │ ├── FlippingImageView.class
│ │ │ │ ├── HandyTextView.class
│ │ │ │ ├── HeaderLayout$1.class
│ │ │ │ ├── HeaderLayout$2.class
│ │ │ │ ├── HeaderLayout$3.class
│ │ │ │ ├── HeaderLayout$4.class
│ │ │ │ ├── HeaderLayout$5.class
│ │ │ │ ├── HeaderLayout$6.class
│ │ │ │ ├── HeaderLayout$7.class
│ │ │ │ ├── HeaderLayout$HeaderStyle.class
│ │ │ │ ├── HeaderLayout$onMiddleImageButtonClickListener.class
│ │ │ │ ├── HeaderLayout$onRightImageButtonClickListener.class
│ │ │ │ ├── HeaderLayout$onSearchListener.class
│ │ │ │ ├── HeaderLayout$SearchState.class
│ │ │ │ ├── HeaderLayout.class
│ │ │ │ ├── HeaderSpinner$1.class
│ │ │ │ ├── HeaderSpinner$onSpinnerClickListener.class
│ │ │ │ ├── HeaderSpinner.class
│ │ │ │ ├── HighlightView$ModifyMode.class
│ │ │ │ ├── HighlightView.class
│ │ │ │ ├── ImageViewTouchBase$1.class
│ │ │ │ ├── ImageViewTouchBase$2.class
│ │ │ │ ├── ImageViewTouchBase$Recycler.class
│ │ │ │ ├── ImageViewTouchBase.class
│ │ │ │ ├── RotateAnimation$Mode.class
│ │ │ │ ├── RotateAnimation.class
│ │ │ │ ├── RotateBitmap.class
│ │ │ │ ├── RotateImageView$RotateType.class
│ │ │ │ ├── RotateImageView.class
│ │ │ │ ├── RotatingImageView.class
│ │ │ │ ├── ScrollingTextView.class
│ │ │ │ ├── SlideCutListView$RemoveDirection.class
│ │ │ │ ├── SlideCutListView$RemoveListener.class
│ │ │ │ ├── SlideCutListView.class
│ │ │ │ ├── SwitcherButton$1.class
│ │ │ │ ├── SwitcherButton$2.class
│ │ │ │ ├── SwitcherButton$onSwitcherButtonClickListener.class
│ │ │ │ ├── SwitcherButton$SwitcherButtonState.class
│ │ │ │ ├── SwitcherButton.class
│ │ │ │ └── TitleBarView.class
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── package.marker
│ │ │ │ └── reload-changes.txt
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── manifests
│ │ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── pre-dexed
│ │ │ │ └── debug
│ │ │ │ ├── classes_ffed0acb1bd957e929fc6a07697cf61338a01456.jar
│ │ │ │ ├── com.android.support-appcompat-v7-23.1.1_f6ad35de45cf048dee51b968a6c9f0bd423911ab.jar
│ │ │ │ ├── com.android.support-support-v4-23.1.1_e18c9fec78da7fe8249247f75b7469bb3207b613.jar
│ │ │ │ ├── instant-run_080b5330ada530313f41f3f012a8d29d6e1f677b.jar
│ │ │ │ ├── internal_impl-23.1.1_7a3484852404345c65e88dad5d7999cd61d79670.jar
│ │ │ │ ├── main_6fcf874782379cc70c71e75704b1546e99dcf6a0.jar
│ │ │ │ └── support-annotations-23.1.1_9e5639e8226e7e6422cb6c0e211195132dd67f56.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
│ │ │ │ │ │ ├── activity_down.xml
│ │ │ │ │ │ ├── activity_up.xml
│ │ │ │ │ │ ├── controller_enter.xml
│ │ │ │ │ │ ├── controller_exit.xml
│ │ │ │ │ │ ├── decelerate_quint.xml
│ │ │ │ │ │ ├── dialog_enter.xml
│ │ │ │ │ │ ├── dialog_exit.xml
│ │ │ │ │ │ ├── enter_dropdown.xml
│ │ │ │ │ │ ├── enter_dropup.xml
│ │ │ │ │ │ ├── enter_scale.xml
│ │ │ │ │ │ ├── exit_dropdown.xml
│ │ │ │ │ │ ├── exit_dropup.xml
│ │ │ │ │ │ ├── exit_scale.xml
│ │ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ │ ├── fragment_fadein.xml
│ │ │ │ │ │ ├── fragment_fadeout.xml
│ │ │ │ │ │ ├── layout_alpha_in.xml
│ │ │ │ │ │ ├── layout_alpha_out.xml
│ │ │ │ │ │ ├── loading.xml
│ │ │ │ │ │ ├── login_anim.xml
│ │ │ │ │ │ ├── my_slide_left_in.xml
│ │ │ │ │ │ ├── my_slide_left_out.xml
│ │ │ │ │ │ ├── my_slide_right_in.xml
│ │ │ │ │ │ ├── my_slide_right_out.xml
│ │ │ │ │ │ ├── pop_down.xml
│ │ │ │ │ │ ├── pop_enter.xml
│ │ │ │ │ │ ├── pop_out.xml
│ │ │ │ │ │ ├── pop_up.xml
│ │ │ │ │ │ ├── push_down_in.xml
│ │ │ │ │ │ ├── push_down_out.xml
│ │ │ │ │ │ ├── push_left_in.xml
│ │ │ │ │ │ ├── push_left_out.xml
│ │ │ │ │ │ ├── push_right_in.xml
│ │ │ │ │ │ ├── push_right_out.xml
│ │ │ │ │ │ ├── push_up_in.xml
│ │ │ │ │ │ ├── push_up_out.xml
│ │ │ │ │ │ ├── welcome_ctrlbar_slideup.xml
│ │ │ │ │ │ ├── zoom_enter.xml
│ │ │ │ │ │ └── zoom_exit.xml
│ │ │ │ │ ├── color
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── btn_text_color.xml
│ │ │ │ │ │ ├── feed_site_textcolor.xml
│ │ │ │ │ │ ├── maintab_text_color.xml
│ │ │ │ │ │ ├── profile_bottom_text_color.xml
│ │ │ │ │ │ ├── radiobutton_text_color.xml
│ │ │ │ │ │ ├── switcher_textcolor.xml
│ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ ├── switch_thumb_material_light.xml
│ │ │ │ │ │ └── text_color_selector_default.xml
│ │ │ │ │ ├── color-v11
│ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ ├── color-v23
│ │ │ │ │ │ └── abc_color_highlight_material.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ ├── abc_dialog_material_background_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_seekbar_thumb_material.xml
│ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ ├── bar_constact.xml
│ │ │ │ │ │ ├── bar_deynaimic.xml
│ │ │ │ │ │ ├── bar_news.xml
│ │ │ │ │ │ ├── bar_setting.xml
│ │ │ │ │ │ ├── bg_card_inner_bottom_center.xml
│ │ │ │ │ │ ├── bg_card_inner_bottom_left.xml
│ │ │ │ │ │ ├── bg_card_inner_bottom_right.xml
│ │ │ │ │ │ ├── bg_card_inner_bottom.xml
│ │ │ │ │ │ ├── bg_card.xml
│ │ │ │ │ │ ├── bg_chat_plusitem.xml
│ │ │ │ │ │ ├── bg_chat_repeat.xml
│ │ │ │ │ │ ├── bg_dialog_listitem_selector.xml
│ │ │ │ │ │ ├── bg_dialog_simplelist.xml
│ │ │ │ │ │ ├── bg_download_process_bar.xml
│ │ │ │ │ │ ├── bg_gender_famal.xml
│ │ │ │ │ │ ├── bg_gender_male.xml
│ │ │ │ │ │ ├── bg_grouplist_ower.xml
│ │ │ │ │ │ ├── bg_groupparty_desc.xml
│ │ │ │ │ │ ├── bg_headerbar_spinner.xml
│ │ │ │ │ │ ├── bg_header_defaul.xml
│ │ │ │ │ │ ├── bglistitem_selector_feedcomments.xml
│ │ │ │ │ │ ├── bglistitem_selector_session_select.xml
│ │ │ │ │ │ ├── bglistitem_selector_user.xml
│ │ │ │ │ │ ├── bglistitem_selector.xml
│ │ │ │ │ │ ├── bg_maintab_item_lightblue.xml
│ │ │ │ │ │ ├── bg_message_box_receive.xml
│ │ │ │ │ │ ├── bg_message_box_send.xml
│ │ │ │ │ │ ├── bg_message_photo.xml
│ │ │ │ │ │ ├── bg_message_status_failed.xml
│ │ │ │ │ │ ├── bg_message_status_new.xml
│ │ │ │ │ │ ├── bg_message_status_readed.xml
│ │ │ │ │ │ ├── bg_message_status_sended.xml
│ │ │ │ │ │ ├── bg_message_status_sending.xml
│ │ │ │ │ │ ├── bg_nearbygroup_parent.xml
│ │ │ │ │ │ ├── bg_tab_center.xml
│ │ │ │ │ │ ├── bg_tab_full.xml
│ │ │ │ │ │ ├── bg_tab_left.xml
│ │ │ │ │ │ ├── bg_tab_right.xml
│ │ │ │ │ │ ├── bg_tb_item_center.xml
│ │ │ │ │ │ ├── bg_tips.xml
│ │ │ │ │ │ ├── bg_userpro_press.xml
│ │ │ │ │ │ ├── bg_user_signature.xml
│ │ │ │ │ │ ├── bg_vipavatar_cover.xml
│ │ │ │ │ │ ├── btn_bottombar.xml
│ │ │ │ │ │ ├── btn_chatbtn2.xml
│ │ │ │ │ │ ├── btn_chatbtn3.xml
│ │ │ │ │ │ ├── btn_chatbtn.xml
│ │ │ │ │ │ ├── btn_default_blue.xml
│ │ │ │ │ │ ├── btn_default_popsubmit.xml
│ │ │ │ │ │ ├── btn_default_submit.xml
│ │ │ │ │ │ ├── btn_default_white.xml
│ │ │ │ │ │ ├── btn_default.xml
│ │ │ │ │ │ ├── btn_emote_selector.xml
│ │ │ │ │ │ ├── btn_filter_cover.xml
│ │ │ │ │ │ ├── btn_profile_bottom_icon_chat.xml
│ │ │ │ │ │ ├── btn_profile_bottom_icon_follow.xml
│ │ │ │ │ │ ├── btn_profile_bottom_icon_report.xml
│ │ │ │ │ │ ├── btn_profile_bottom_icon_unfollow.xml
│ │ │ │ │ │ ├── btn_reflush_cancel.xml
│ │ │ │ │ │ ├── btn_search_clear.xml
│ │ │ │ │ │ ├── btn_small_default.xml
│ │ │ │ │ │ ├── checkbox.xml
│ │ │ │ │ │ ├── edittext_default.xml
│ │ │ │ │ │ ├── edittext_multiline.xml
│ │ │ │ │ │ ├── edittext_sendmsg.xml
│ │ │ │ │ │ ├── ic_nav_1_active.png
│ │ │ │ │ │ ├── ic_tab_chat.xml
│ │ │ │ │ │ ├── ic_tab_friend.xml
│ │ │ │ │ │ ├── ic_tab_nearby.xml
│ │ │ │ │ │ ├── ic_tab_profile.xml
│ │ │ │ │ │ ├── ic_tab_site.xml
│ │ │ │ │ │ ├── list_selector_transition.xml
│ │ │ │ │ │ ├── ll_top_bg.xml
│ │ │ │ │ │ ├── login_btn.xml
│ │ │ │ │ │ ├── login_et_bg.xml
│ │ │ │ │ │ ├── login_picture_bg.xml
│ │ │ │ │ │ ├── message_rbtn_bg.xml
│ │ │ │ │ │ ├── pop_bg.xml
│ │ │ │ │ │ ├── qq_constact.xml
│ │ │ │ │ │ ├── refresh_progress.xml
│ │ │ │ │ │ ├── register_phone_bg.xml
│ │ │ │ │ │ ├── register_user_btn.xml
│ │ │ │ │ │ ├── round_corner_filter_cover_nomarl.xml
│ │ │ │ │ │ ├── round_corner_filter_cover_press.xml
│ │ │ │ │ │ ├── round_corner_filter_cover_selected.xml
│ │ │ │ │ │ ├── round_corner_filter_gray.xml
│ │ │ │ │ │ └── round_corner_vipavatar_press.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── acm_inputbox.9.png
│ │ │ │ │ │ ├── app_icon.png
│ │ │ │ │ │ ├── bg_bottombar_center_normal.png
│ │ │ │ │ │ ├── bg_bottombar_center_press.png
│ │ │ │ │ │ ├── bg_card_inner_bottom_center_press.9.png
│ │ │ │ │ │ ├── bg_card_inner_bottom_left_press.9.png
│ │ │ │ │ │ ├── bg_card_inner_bottom_normal.9.png
│ │ │ │ │ │ ├── bg_card_inner_bottom_press.9.png
│ │ │ │ │ │ ├── bg_card_inner_bottom_right_press.9.png
│ │ │ │ │ │ ├── bg_card_inner_top_normal.9.png
│ │ │ │ │ │ ├── bg_card_inner_top_press.9.png
│ │ │ │ │ │ ├── bg_card_normal.9.png
│ │ │ │ │ │ ├── bg_card_press.9.png
│ │ │ │ │ │ ├── bg_chat_active.9.png
│ │ │ │ │ │ ├── bg_chatbar_textmode.9.png
│ │ │ │ │ │ ├── bg_chat_dis_active.png
│ │ │ │ │ │ ├── bg_chat_dis_normal.png
│ │ │ │ │ │ ├── bg_chat_emote_selector.9.png
│ │ │ │ │ │ ├── bg_chat_plusbar.9.png
│ │ │ │ │ │ ├── bg_chat.png
│ │ │ │ │ │ ├── bg_common_tabselector.9.png
│ │ │ │ │ │ ├── bg_common_tabseletor_on.9.png
│ │ │ │ │ │ ├── bg_common_toast.9.png
│ │ │ │ │ │ ├── bg_cover_userheader.9.png
│ │ │ │ │ │ ├── bg_cover_userheader_outerpress.9.png
│ │ │ │ │ │ ├── bg_cover_userheader_press.9.png
│ │ │ │ │ │ ├── bg_dropmenu.9.png
│ │ │ │ │ │ ├── bg_dropmenu_topbar.9.png
│ │ │ │ │ │ ├── bg_dropmenu_up.9.png
│ │ │ │ │ │ ├── bg_loadbar.png
│ │ │ │ │ │ ├── bg_msgbox_receive_normal.9.png
│ │ │ │ │ │ ├── bg_msgbox_receive_press.9.png
│ │ │ │ │ │ ├── bg_msgbox_send_normal.9.png
│ │ │ │ │ │ ├── bg_msgbox_send_press.9.png
│ │ │ │ │ │ ├── bg_msgtip_normal.9.png
│ │ │ │ │ │ ├── bg_msgtip_point.png
│ │ │ │ │ │ ├── bg_popwindow.9.png
│ │ │ │ │ │ ├── bg_reg_userhead.9.png
│ │ │ │ │ │ ├── bg_tab_bluelight_normal.9.png
│ │ │ │ │ │ ├── bg_tab_bluelight_press.9.png
│ │ │ │ │ │ ├── bg_tab_bluelight_selected.9.png
│ │ │ │ │ │ ├── bg_tab_bluelight_selectedpress.9.png
│ │ │ │ │ │ ├── bg_tabselector2_center_normal.9.png
│ │ │ │ │ │ ├── bg_tabselector2_center_select.9.png
│ │ │ │ │ │ ├── bg_tabselector2_full_normal.9.png
│ │ │ │ │ │ ├── bg_tabselector2_full_select.9.png
│ │ │ │ │ │ ├── bg_tabselector2_left_normal.9.png
│ │ │ │ │ │ ├── bg_tabselector2_left_select.9.png
│ │ │ │ │ │ ├── bg_tabselector2_right_normal.9.png
│ │ │ │ │ │ ├── bg_tabselector2_right_select.9.png
│ │ │ │ │ │ ├── bg_tb_item_on.9.png
│ │ │ │ │ │ ├── bg_topbar.9.png
│ │ │ │ │ │ ├── bg_topbar_shadow.png
│ │ │ │ │ │ ├── bg_unlogin_bar.9.png
│ │ │ │ │ │ ├── bg_userheader_vip_shadow.9.png
│ │ │ │ │ │ ├── bg_user_signature2_normal.9.png
│ │ │ │ │ │ ├── bg_user_signature2_press.9.png
│ │ │ │ │ │ ├── bg_user_signature_normal.9.png
│ │ │ │ │ │ ├── bg_user_signature_press.9.png
│ │ │ │ │ │ ├── bg_welcome_ctrlbar.9.png
│ │ │ │ │ │ ├── boss_unipay_icon_back.png
│ │ │ │ │ │ ├── btn_big_blue_disable.9.png
│ │ │ │ │ │ ├── btn_big_blue_normal.9.png
│ │ │ │ │ │ ├── btn_big_blue_press.9.png
│ │ │ │ │ │ ├── btn_big_normal_disable.9.png
│ │ │ │ │ │ ├── btn_big_normal_normal.9.png
│ │ │ │ │ │ ├── btn_big_normal_press.9.png
│ │ │ │ │ │ ├── btn_big_popsubmit_disable.9.png
│ │ │ │ │ │ ├── btn_big_popsubmit_normal.9.png
│ │ │ │ │ │ ├── btn_big_popsubmit_press.9.png
│ │ │ │ │ │ ├── btn_big_submit_disable.9.png
│ │ │ │ │ │ ├── btn_big_submit_normal.9.png
│ │ │ │ │ │ ├── btn_big_submit_press.9.png
│ │ │ │ │ │ ├── btn_big_white_disable.9.png
│ │ │ │ │ │ ├── btn_big_white_normal.9.png
│ │ │ │ │ │ ├── btn_big_white_press.9.png
│ │ │ │ │ │ ├── btn_bottombar_disable.9.png
│ │ │ │ │ │ ├── btn_bottombar_normal.9.png
│ │ │ │ │ │ ├── btn_bottombar_press.9.png
│ │ │ │ │ │ ├── btn_chatbtn2_normal.9.png
│ │ │ │ │ │ ├── btn_chatbtn2_press.9.png
│ │ │ │ │ │ ├── btn_chatbtn3_normal.9.png
│ │ │ │ │ │ ├── btn_chatbtn3_press.9.png
│ │ │ │ │ │ ├── btn_chatbtn_normal.9.png
│ │ │ │ │ │ ├── btn_chatbtn_press.9.png
│ │ │ │ │ │ ├── btn_small_normal_disable.9.png
│ │ │ │ │ │ ├── btn_small_normal_normal.9.png
│ │ │ │ │ │ ├── btn_small_normal_press.9.png
│ │ │ │ │ │ ├── btn_topbar_def_normal.9.png
│ │ │ │ │ │ ├── btn_topbar_def_press.9.png
│ │ │ │ │ │ ├── channel_qq.png
│ │ │ │ │ │ ├── checkbox_normal.png
│ │ │ │ │ │ ├── checkbox_null.png
│ │ │ │ │ │ ├── edittext_multiline_focus.9.png
│ │ │ │ │ │ ├── edittext_multiline_normal.9.png
│ │ │ │ │ │ ├── edittext_normal_focus.9.png
│ │ │ │ │ │ ├── edittext_normal_normal.9.png
│ │ │ │ │ │ ├── edittext_normal_press.9.png
│ │ │ │ │ │ ├── edittext_sendmsg_normal.9.png
│ │ │ │ │ │ ├── h001.png
│ │ │ │ │ │ ├── ic_chat_emote_normal.png
│ │ │ │ │ │ ├── ic_chat_keyboard_normal.png
│ │ │ │ │ │ ├── ic_chat_plusbar_camera_normal.png
│ │ │ │ │ │ ├── ic_chat_plusbar_location_normal.png
│ │ │ │ │ │ ├── ic_chat_plusbar_pic_normal.png
│ │ │ │ │ │ ├── ic_chat_plusbar_present_normal.png
│ │ │ │ │ │ ├── ic_chat_plus_normal.png
│ │ │ │ │ │ ├── ic_common_arrow.png
│ │ │ │ │ │ ├── ic_common_def_header.png
│ │ │ │ │ │ ├── ic_common_droparrow.png
│ │ │ │ │ │ ├── ic_common_droparrow_up.png
│ │ │ │ │ │ ├── ic_cropphoto_buoy2.png
│ │ │ │ │ │ ├── ic_cropphoto_buoy.png
│ │ │ │ │ │ ├── ic_dropmenu_selector.png
│ │ │ │ │ │ ├── ic_logo_blue.png
│ │ │ │ │ │ ├── ic_nav_1_normal.png
│ │ │ │ │ │ ├── ic_nav_2_active.png
│ │ │ │ │ │ ├── ic_nav_2_normal.png
│ │ │ │ │ │ ├── ic_nav_3_active.png
│ │ │ │ │ │ ├── ic_nav_3_normal.png
│ │ │ │ │ │ ├── ic_nav_4_active.png
│ │ │ │ │ │ ├── ic_nav_4_normal.png
│ │ │ │ │ │ ├── ic_nav_5_active.png
│ │ │ │ │ │ ├── ic_nav_5_normal.png
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── ic_profilebar_chat_normal.png
│ │ │ │ │ │ ├── ic_profilebar_follow_normal.png
│ │ │ │ │ │ ├── ic_profilebar_forbid_normal.png
│ │ │ │ │ │ ├── ic_profilebar_unfollow_normal.png
│ │ │ │ │ │ ├── ic_publish_emote.png
│ │ │ │ │ │ ├── ic_refrashbar_cancel_normal.png
│ │ │ │ │ │ ├── ic_refrashbar_cancel_press.png
│ │ │ │ │ │ ├── ic_reg_album.png
│ │ │ │ │ │ ├── ic_reg_camera.png
│ │ │ │ │ │ ├── ic_searchbar_clear_normal.png
│ │ │ │ │ │ ├── ic_searchbar_clear_press.png
│ │ │ │ │ │ ├── ic_topbar_dropdown_arrow.png
│ │ │ │ │ │ ├── ic_topbar_logo.png
│ │ │ │ │ │ ├── ic_topbar_rotation.png
│ │ │ │ │ │ ├── ic_userinfo_group.png
│ │ │ │ │ │ ├── ic_userpro_bind_press.png
│ │ │ │ │ │ ├── index_bottom_1.png
│ │ │ │ │ │ ├── index_bottom_2.png
│ │ │ │ │ │ ├── index_bottom_3.png
│ │ │ │ │ │ ├── index_bottom_4.png
│ │ │ │ │ │ ├── index_bottom_5.png
│ │ │ │ │ │ ├── index_content_1.png
│ │ │ │ │ │ ├── index_content_2.png
│ │ │ │ │ │ ├── index_content_3.png
│ │ │ │ │ │ ├── index_content_4.png
│ │ │ │ │ │ ├── index_content_5.png
│ │ │ │ │ │ ├── index_intro_bg.png
│ │ │ │ │ │ ├── lbs_popup_bg.9.png
│ │ │ │ │ │ ├── login_default_avatar.png
│ │ │ │ │ │ ├── messageview.png
│ │ │ │ │ │ ├── no_chat.png
│ │ │ │ │ │ ├── pic_index_copyright.png
│ │ │ │ │ │ ├── pic_index_logo.png
│ │ │ │ │ │ ├── picture_cut_button_normal.png
│ │ │ │ │ │ ├── qq_contact_list_add_bt_common.png
│ │ │ │ │ │ ├── qq_contact_list_add_bt_pressed.png
│ │ │ │ │ │ ├── reader_item_divider.png
│ │ │ │ │ │ ├── refresh_arrow.png
│ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ ├── skin_about_brand.png
│ │ │ │ │ │ ├── skin_conversation_title_right_btn_selected.png
│ │ │ │ │ │ ├── skin_qzone_title_progress.png
│ │ │ │ │ │ ├── skin_tab_icon_contact_normal.png
│ │ │ │ │ │ ├── skin_tab_icon_contact_selected.png
│ │ │ │ │ │ ├── skin_tab_icon_conversation_normal.png
│ │ │ │ │ │ ├── skin_tab_icon_conversation_selected.png
│ │ │ │ │ │ ├── skin_tab_icon_plugin_normal.png
│ │ │ │ │ │ ├── skin_tab_icon_plugin_selected.png
│ │ │ │ │ │ ├── skin_tab_icon_setup_normal.png
│ │ │ │ │ │ ├── skin_tab_icon_setup_selected.png
│ │ │ │ │ │ ├── status_online.png
│ │ │ │ │ │ ├── terminal_icon_ios.png
│ │ │ │ │ │ └── unread_msg_indicator3.png
│ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ ├── 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-v17
│ │ │ │ │ │ ├── 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-v17
│ │ │ │ │ │ ├── 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-v17
│ │ │ │ │ │ ├── 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-v17
│ │ │ │ │ │ ├── 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-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ └── abc_btn_colored_material.xml
│ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_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_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ └── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ ├── abc_ic_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_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ └── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ ├── abc_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
│ │ │ │ │ │ ├── activity_baseweb.xml
│ │ │ │ │ │ ├── activity_chat.xml
│ │ │ │ │ │ ├── activity_friend_search_result.xml
│ │ │ │ │ │ ├── activity_imagefactory.xml
│ │ │ │ │ │ ├── activity_login.xml
│ │ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ │ ├── activity_register.xml
│ │ │ │ │ │ ├── activity_searchfriend.xml
│ │ │ │ │ │ ├── activity_welcome.xml
│ │ │ │ │ │ ├── app_exit.xml
│ │ │ │ │ │ ├── chat_message_item_.xml
│ │ │ │ │ │ ├── common_dialog_generic.xml
│ │ │ │ │ │ ├── common_flipping_loading_diloag.xml
│ │ │ │ │ │ ├── common_headerbar_spinner.xml
│ │ │ │ │ │ ├── common_headerbar.xml
│ │ │ │ │ │ ├── common_loading_view.xml
│ │ │ │ │ │ ├── common_switcher.xml
│ │ │ │ │ │ ├── common_title_bar.xml
│ │ │ │ │ │ ├── common_toast.xml
│ │ │ │ │ │ ├── common_url_textview.xml
│ │ │ │ │ │ ├── fragment_friendlist.xml
│ │ │ │ │ │ ├── fragment_message_item.xml
│ │ │ │ │ │ ├── fragment_message.xml
│ │ │ │ │ │ ├── fragment_nearby.xml
│ │ │ │ │ │ ├── fragment_userinfo.xml
│ │ │ │ │ │ ├── friend_list_item.xml
│ │ │ │ │ │ ├── friend_search_result_item.xml
│ │ │ │ │ │ ├── include_dialog_edittext.xml
│ │ │ │ │ │ ├── include_dialog_simplelist.xml
│ │ │ │ │ │ ├── include_dialog_web.xml
│ │ │ │ │ │ ├── include_header_rightimagebutton.xml
│ │ │ │ │ │ ├── include_header_righttext.xml
│ │ │ │ │ │ ├── include_header.xml
│ │ │ │ │ │ ├── include_imagefactory_crop.xml
│ │ │ │ │ │ ├── include_imagefactory_fliter.xml
│ │ │ │ │ │ ├── include_loading_indicator.xml
│ │ │ │ │ │ ├── include_register_account.xml
│ │ │ │ │ │ ├── include_register_baseinfo.xml
│ │ │ │ │ │ ├── include_register_birthday.xml
│ │ │ │ │ │ ├── include_register_photo.xml
│ │ │ │ │ │ ├── include_register_setpwd.xml
│ │ │ │ │ │ ├── include_welcome_item.xml
│ │ │ │ │ │ ├── listitem_dialog.xml
│ │ │ │ │ │ ├── listitem_filter_item.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
│ │ │ │ │ ├── mipmap-hdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── mipmap-xxxhdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ ├── values-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-rAU
│ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ ├── values-h320dp-v13
│ │ │ │ │ │ └── values-h320dp-v13.xml
│ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ ├── values-land
│ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ ├── values-ldrtl-v23
│ │ │ │ │ │ └── values-ldrtl-v23.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-pa-rIN
│ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-port
│ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v12
│ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-v17
│ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ ├── values-v18
│ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ ├── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ ├── values-v22
│ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ ├── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w360dp-v13
│ │ │ │ │ │ └── values-w360dp-v13.xml
│ │ │ │ │ ├── values-w480dp-v13
│ │ │ │ │ │ └── values-w480dp-v13.xml
│ │ │ │ │ ├── values-w500dp-v13
│ │ │ │ │ │ └── values-w500dp-v13.xml
│ │ │ │ │ ├── values-w600dp-v13
│ │ │ │ │ │ └── values-w600dp-v13.xml
│ │ │ │ │ ├── values-w720dp-v13
│ │ │ │ │ │ └── values-w720dp-v13.xml
│ │ │ │ │ ├── values-xlarge-land-v4
│ │ │ │ │ │ └── values-xlarge-land-v4.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ ├── resources-debug-androidTest.ap_
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── restart-dex
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── symbols
│ │ │ │ └── debug
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ └── debug
│ │ │ │ └── folders
│ │ │ │ └── 1000
│ │ │ │ └── 1f
│ │ │ │ └── main
│ │ │ │ └── classes.dex
│ │ │ └── instantRun
│ │ │ └── debug
│ │ │ └── folders
│ │ │ └── 1
│ │ │ └── 5
│ │ │ └── main
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$bool.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ ├── R$style.class
│ │ │ │ └── R.class
│ │ │ └── com
│ │ │ └── ljl
│ │ │ └── kxchat
│ │ │ ├── action
│ │ │ │ └── UserAction.class
│ │ │ ├── activity
│ │ │ │ ├── ChatActivity$1.class
│ │ │ │ ├── ChatActivity$2.class
│ │ │ │ ├── ChatActivity.class
│ │ │ │ ├── FriendSearchResultActivity$1$1.class
│ │ │ │ ├── FriendSearchResultActivity$1$2.class
│ │ │ │ ├── FriendSearchResultActivity$1$3.class
│ │ │ │ ├── FriendSearchResultActivity$1$4.class
│ │ │ │ ├── FriendSearchResultActivity$1.class
│ │ │ │ ├── FriendSearchResultActivity.class
│ │ │ │ ├── LoginActivity$1.class
│ │ │ │ ├── LoginActivity$2.class
│ │ │ │ ├── LoginActivity$3.class
│ │ │ │ ├── LoginActivity.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$4.class
│ │ │ │ ├── MainActivity$5.class
│ │ │ │ ├── MainActivity$6.class
│ │ │ │ ├── MainActivity$7.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── SearchFriendActivity.class
│ │ │ │ ├── WelcomeActivity$1.class
│ │ │ │ └── WelcomeActivity.class
│ │ │ ├── adapter
│ │ │ │ ├── ChatMessageAdapter.class
│ │ │ │ ├── FriendListAdapter.class
│ │ │ │ ├── FriendMessageAdapter.class
│ │ │ │ └── FriendSearchResultAdapter.class
│ │ │ ├── base
│ │ │ │ ├── BaseActivity.class
│ │ │ │ └── BaseDialog.class
│ │ │ ├── beran
│ │ │ │ ├── ApplicationData.class
│ │ │ │ ├── ChatEntity.class
│ │ │ │ ├── MessageTabEntity.class
│ │ │ │ ├── TranObject.class
│ │ │ │ ├── TranObjectType.class
│ │ │ │ └── User.class
│ │ │ ├── BuildConfig.class
│ │ │ ├── database
│ │ │ │ ├── ImDB.class
│ │ │ │ └── ImOpenHelper.class
│ │ │ ├── dialog
│ │ │ │ └── FlippingLoadingDialog.class
│ │ │ ├── fragment
│ │ │ │ ├── FriendListFragment$1.class
│ │ │ │ ├── FriendListFragment$2.class
│ │ │ │ ├── FriendListFragment$3.class
│ │ │ │ ├── FriendListFragment.class
│ │ │ │ ├── MessageFragment$1.class
│ │ │ │ ├── MessageFragment$2.class
│ │ │ │ ├── MessageFragment$3.class
│ │ │ │ ├── MessageFragment$4.class
│ │ │ │ ├── MessageFragment$5.class
│ │ │ │ ├── MessageFragment.class
│ │ │ │ ├── NearByFragment.class
│ │ │ │ └── UserInfoFragment.class
│ │ │ ├── global
│ │ │ │ └── Result.class
│ │ │ ├── imagefactory
│ │ │ │ ├── ImageFactoryActivity$1.class
│ │ │ │ ├── ImageFactoryActivity$2.class
│ │ │ │ ├── ImageFactoryActivity$OnRightImageButtonClickListener.class
│ │ │ │ ├── ImageFactoryActivity.class
│ │ │ │ ├── ImageFactory.class
│ │ │ │ ├── ImageFactoryCrop$1.class
│ │ │ │ ├── ImageFactoryCrop.class
│ │ │ │ ├── ImageFactoryFliter$1.class
│ │ │ │ ├── ImageFactoryFliter$FilterItem.class
│ │ │ │ ├── ImageFactoryFliter$FilterType.class
│ │ │ │ └── ImageFactoryFliter.class
│ │ │ ├── network
│ │ │ │ ├── ClientListenThread$1.class
│ │ │ │ ├── ClientListenThread.class
│ │ │ │ ├── ClientSendThread.class
│ │ │ │ ├── NetConnect.class
│ │ │ │ └── NetService.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$mipmap.class
│ │ │ ├── R$string.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── register
│ │ │ │ ├── RegisterActivity$1.class
│ │ │ │ ├── RegisterActivity$2.class
│ │ │ │ ├── RegisterActivity.class
│ │ │ │ ├── RegisterStep$onNextActionListener.class
│ │ │ │ ├── RegisterStep.class
│ │ │ │ ├── StepAccount$1.class
│ │ │ │ ├── StepAccount.class
│ │ │ │ ├── StepBaseInfo$1.class
│ │ │ │ ├── StepBaseInfo.class
│ │ │ │ ├── StepBirthday.class
│ │ │ │ ├── StepPhoto$1.class
│ │ │ │ ├── StepPhoto.class
│ │ │ │ └── StepSetPassword.class
│ │ │ ├── util
│ │ │ │ ├── DateUtils.class
│ │ │ │ ├── FileUtils.class
│ │ │ │ ├── IntentSpan.class
│ │ │ │ ├── NetWorkUtils$NetWorkState.class
│ │ │ │ ├── NetWorkUtils.class
│ │ │ │ ├── PhotoUtils.class
│ │ │ │ ├── SpUtil.class
│ │ │ │ ├── SystemMethod.class
│ │ │ │ ├── TextUtils.class
│ │ │ │ └── VerifyUtils.class
│ │ │ └── view
│ │ │ ├── CropImage$1$1.class
│ │ │ ├── CropImage$1.class
│ │ │ ├── CropImage$2$1.class
│ │ │ ├── CropImage$2.class
│ │ │ ├── CropImage$3$1.class
│ │ │ ├── CropImage$3.class
│ │ │ ├── CropImage$BackgroundJob$1.class
│ │ │ ├── CropImage$BackgroundJob.class
│ │ │ ├── CropImage.class
│ │ │ ├── CropImageView.class
│ │ │ ├── FlippingImageView.class
│ │ │ ├── HandyTextView.class
│ │ │ ├── HeaderLayout$1.class
│ │ │ ├── HeaderLayout$2.class
│ │ │ ├── HeaderLayout$3.class
│ │ │ ├── HeaderLayout$4.class
│ │ │ ├── HeaderLayout$5.class
│ │ │ ├── HeaderLayout$6.class
│ │ │ ├── HeaderLayout$7.class
│ │ │ ├── HeaderLayout$HeaderStyle.class
│ │ │ ├── HeaderLayout$onMiddleImageButtonClickListener.class
│ │ │ ├── HeaderLayout$onRightImageButtonClickListener.class
│ │ │ ├── HeaderLayout$onSearchListener.class
│ │ │ ├── HeaderLayout$SearchState.class
│ │ │ ├── HeaderLayout.class
│ │ │ ├── HeaderSpinner$1.class
│ │ │ ├── HeaderSpinner$onSpinnerClickListener.class
│ │ │ ├── HeaderSpinner.class
│ │ │ ├── HighlightView$ModifyMode.class
│ │ │ ├── HighlightView.class
│ │ │ ├── ImageViewTouchBase$1.class
│ │ │ ├── ImageViewTouchBase$2.class
│ │ │ ├── ImageViewTouchBase$Recycler.class
│ │ │ ├── ImageViewTouchBase.class
│ │ │ ├── RotateAnimation$Mode.class
│ │ │ ├── RotateAnimation.class
│ │ │ ├── RotateBitmap.class
│ │ │ ├── RotateImageView$RotateType.class
│ │ │ ├── RotateImageView.class
│ │ │ ├── RotatingImageView.class
│ │ │ ├── ScrollingTextView.class
│ │ │ ├── SlideCutListView$RemoveDirection.class
│ │ │ ├── SlideCutListView$RemoveListener.class
│ │ │ ├── SlideCutListView.class
│ │ │ ├── SwitcherButton$1.class
│ │ │ ├── SwitcherButton$2.class
│ │ │ ├── SwitcherButton$onSwitcherButtonClickListener.class
│ │ │ ├── SwitcherButton$SwitcherButtonState.class
│ │ │ ├── SwitcherButton.class
│ │ │ └── TitleBarView.class
│ │ └── outputs
│ │ ├── apk
│ │ │ ├── app-debug.apk
│ │ │ └── app-debug-unaligned.apk
│ │ └── logs
│ │ └── manifest-merger-debug-report.txt
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ │ └── com
│ │ └── ljl
│ │ └── kxchat
│ │ └── ApplicationTest.java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ │ └── com
│ │ │ └── ljl
│ │ │ └── kxchat
│ │ │ ├── action
│ │ │ │ └── UserAction.java
│ │ │ ├── activity
│ │ │ │ ├── ChatActivity.java
│ │ │ │ ├── FriendSearchResultActivity.java
│ │ │ │ ├── LoginActivity.java
│ │ │ │ ├── MainActivity.java
│ │ │ │ ├── SearchFriendActivity.java
│ │ │ │ └── WelcomeActivity.java
│ │ │ ├── adapter
│ │ │ │ ├── ChatMessageAdapter.java
│ │ │ │ ├── FriendListAdapter.java
│ │ │ │ ├── FriendMessageAdapter.java
│ │ │ │ └── FriendSearchResultAdapter.java
│ │ │ ├── base
│ │ │ │ ├── BaseActivity.java
│ │ │ │ └── BaseDialog.java
│ │ │ ├── beran
│ │ │ │ ├── ApplicationData.java
│ │ │ │ ├── ChatEntity.java
│ │ │ │ ├── MessageTabEntity.java
│ │ │ │ ├── TranObject.java
│ │ │ │ ├── TranObjectType.java
│ │ │ │ └── User.java
│ │ │ ├── database
│ │ │ │ ├── ImDB.java
│ │ │ │ └── ImOpenHelper.java
│ │ │ ├── dialog
│ │ │ │ └── FlippingLoadingDialog.java
│ │ │ ├── fragment
│ │ │ │ ├── FriendListFragment.java
│ │ │ │ ├── MessageFragment.java
│ │ │ │ ├── NearByFragment.java
│ │ │ │ └── UserInfoFragment.java
│ │ │ ├── global
│ │ │ │ └── Result.java
│ │ │ ├── imagefactory
│ │ │ │ ├── ImageFactoryActivity.java
│ │ │ │ ├── ImageFactoryCrop.java
│ │ │ │ ├── ImageFactoryFliter.java
│ │ │ │ └── ImageFactory.java
│ │ │ ├── network
│ │ │ │ ├── ClientListenThread.java
│ │ │ │ ├── ClientSendThread.java
│ │ │ │ ├── NetConnect.java
│ │ │ │ └── NetService.java
│ │ │ ├── register
│ │ │ │ ├── RegisterActivity.java
│ │ │ │ ├── RegisterStep.java
│ │ │ │ ├── StepAccount.java
│ │ │ │ ├── StepBaseInfo.java
│ │ │ │ ├── StepBirthday.java
│ │ │ │ ├── StepPhoto.java
│ │ │ │ └── StepSetPassword.java
│ │ │ ├── util
│ │ │ │ ├── DateUtils.java
│ │ │ │ ├── FileUtils.java
│ │ │ │ ├── IntentSpan.java
│ │ │ │ ├── NetWorkUtils.java
│ │ │ │ ├── PhotoUtils.java
│ │ │ │ ├── SpUtil.java
│ │ │ │ ├── SystemMethod.java
│ │ │ │ ├── TextUtils.java
│ │ │ │ └── VerifyUtils.java
│ │ │ └── view
│ │ │ ├── CropImage.java
│ │ │ ├── CropImageView.java
│ │ │ ├── FlippingImageView.java
│ │ │ ├── HandyTextView.java
│ │ │ ├── HeaderLayout.java
│ │ │ ├── HeaderSpinner.java
│ │ │ ├── HighlightView.java
│ │ │ ├── ImageViewTouchBase.java
│ │ │ ├── RotateAnimation.java
│ │ │ ├── RotateBitmap.java
│ │ │ ├── RotateImageView.java
│ │ │ ├── RotatingImageView.java
│ │ │ ├── ScrollingTextView.java
│ │ │ ├── SlideCutListView.java
│ │ │ ├── SwitcherButton.java
│ │ │ └── TitleBarView.java
│ │ └── res
│ │ ├── anim
│ │ │ ├── activity_down.xml
│ │ │ ├── activity_up.xml
│ │ │ ├── controller_enter.xml
│ │ │ ├── controller_exit.xml
│ │ │ ├── decelerate_quint.xml
│ │ │ ├── dialog_enter.xml
│ │ │ ├── dialog_exit.xml
│ │ │ ├── enter_dropdown.xml
│ │ │ ├── enter_dropup.xml
│ │ │ ├── enter_scale.xml
│ │ │ ├── exit_dropdown.xml
│ │ │ ├── exit_dropup.xml
│ │ │ ├── exit_scale.xml
│ │ │ ├── fade_in.xml
│ │ │ ├── fade_out.xml
│ │ │ ├── fragment_fadein.xml
│ │ │ ├── fragment_fadeout.xml
│ │ │ ├── layout_alpha_in.xml
│ │ │ ├── layout_alpha_out.xml
│ │ │ ├── loading.xml
│ │ │ ├── login_anim.xml
│ │ │ ├── my_slide_left_in.xml
│ │ │ ├── my_slide_left_out.xml
│ │ │ ├── my_slide_right_in.xml
│ │ │ ├── my_slide_right_out.xml
│ │ │ ├── pop_down.xml
│ │ │ ├── pop_enter.xml
│ │ │ ├── pop_out.xml
│ │ │ ├── pop_up.xml
│ │ │ ├── push_down_in.xml
│ │ │ ├── push_down_out.xml
│ │ │ ├── push_left_in.xml
│ │ │ ├── push_left_out.xml
│ │ │ ├── push_right_in.xml
│ │ │ ├── push_right_out.xml
│ │ │ ├── push_up_in.xml
│ │ │ ├── push_up_out.xml
│ │ │ ├── welcome_ctrlbar_slideup.xml
│ │ │ ├── zoom_enter.xml
│ │ │ └── zoom_exit.xml
│ │ ├── color
│ │ │ ├── btn_text_color.xml
│ │ │ ├── feed_site_textcolor.xml
│ │ │ ├── maintab_text_color.xml
│ │ │ ├── profile_bottom_text_color.xml
│ │ │ ├── radiobutton_text_color.xml
│ │ │ ├── switcher_textcolor.xml
│ │ │ └── text_color_selector_default.xml
│ │ ├── drawable
│ │ │ ├── bar_constact.xml
│ │ │ ├── bar_deynaimic.xml
│ │ │ ├── bar_news.xml
│ │ │ ├── bar_setting.xml
│ │ │ ├── bg_card_inner_bottom_center.xml
│ │ │ ├── bg_card_inner_bottom_left.xml
│ │ │ ├── bg_card_inner_bottom_right.xml
│ │ │ ├── bg_card_inner_bottom.xml
│ │ │ ├── bg_card.xml
│ │ │ ├── bg_chat_plusitem.xml
│ │ │ ├── bg_chat_repeat.xml
│ │ │ ├── bg_dialog_listitem_selector.xml
│ │ │ ├── bg_dialog_simplelist.xml
│ │ │ ├── bg_download_process_bar.xml
│ │ │ ├── bg_gender_famal.xml
│ │ │ ├── bg_gender_male.xml
│ │ │ ├── bg_grouplist_ower.xml
│ │ │ ├── bg_groupparty_desc.xml
│ │ │ ├── bg_headerbar_spinner.xml
│ │ │ ├── bg_header_defaul.xml
│ │ │ ├── bglistitem_selector_feedcomments.xml
│ │ │ ├── bglistitem_selector_session_select.xml
│ │ │ ├── bglistitem_selector_user.xml
│ │ │ ├── bglistitem_selector.xml
│ │ │ ├── bg_maintab_item_lightblue.xml
│ │ │ ├── bg_message_box_receive.xml
│ │ │ ├── bg_message_box_send.xml
│ │ │ ├── bg_message_photo.xml
│ │ │ ├── bg_message_status_failed.xml
│ │ │ ├── bg_message_status_new.xml
│ │ │ ├── bg_message_status_readed.xml
│ │ │ ├── bg_message_status_sended.xml
│ │ │ ├── bg_message_status_sending.xml
│ │ │ ├── bg_nearbygroup_parent.xml
│ │ │ ├── bg_tab_center.xml
│ │ │ ├── bg_tab_full.xml
│ │ │ ├── bg_tab_left.xml
│ │ │ ├── bg_tab_right.xml
│ │ │ ├── bg_tb_item_center.xml
│ │ │ ├── bg_tips.xml
│ │ │ ├── bg_userpro_press.xml
│ │ │ ├── bg_user_signature.xml
│ │ │ ├── bg_vipavatar_cover.xml
│ │ │ ├── btn_bottombar.xml
│ │ │ ├── btn_chatbtn2.xml
│ │ │ ├── btn_chatbtn3.xml
│ │ │ ├── btn_chatbtn.xml
│ │ │ ├── btn_default_blue.xml
│ │ │ ├── btn_default_popsubmit.xml
│ │ │ ├── btn_default_submit.xml
│ │ │ ├── btn_default_white.xml
│ │ │ ├── btn_default.xml
│ │ │ ├── btn_emote_selector.xml
│ │ │ ├── btn_filter_cover.xml
│ │ │ ├── btn_profile_bottom_icon_chat.xml
│ │ │ ├── btn_profile_bottom_icon_follow.xml
│ │ │ ├── btn_profile_bottom_icon_report.xml
│ │ │ ├── btn_profile_bottom_icon_unfollow.xml
│ │ │ ├── btn_reflush_cancel.xml
│ │ │ ├── btn_search_clear.xml
│ │ │ ├── btn_small_default.xml
│ │ │ ├── checkbox.xml
│ │ │ ├── edittext_default.xml
│ │ │ ├── edittext_multiline.xml
│ │ │ ├── edittext_sendmsg.xml
│ │ │ ├── ic_nav_1_active.png
│ │ │ ├── ic_tab_chat.xml
│ │ │ ├── ic_tab_friend.xml
│ │ │ ├── ic_tab_nearby.xml
│ │ │ ├── ic_tab_profile.xml
│ │ │ ├── ic_tab_site.xml
│ │ │ ├── list_selector_transition.xml
│ │ │ ├── ll_top_bg.xml
│ │ │ ├── login_btn.xml
│ │ │ ├── login_et_bg.xml
│ │ │ ├── login_picture_bg.xml
│ │ │ ├── message_rbtn_bg.xml
│ │ │ ├── pop_bg.xml
│ │ │ ├── qq_constact.xml
│ │ │ ├── refresh_progress.xml
│ │ │ ├── register_phone_bg.xml
│ │ │ ├── register_user_btn.xml
│ │ │ ├── round_corner_filter_cover_nomarl.xml
│ │ │ ├── round_corner_filter_cover_press.xml
│ │ │ ├── round_corner_filter_cover_selected.xml
│ │ │ ├── round_corner_filter_gray.xml
│ │ │ └── round_corner_vipavatar_press.xml
│ │ ├── drawable-hdpi
│ │ │ ├── acm_inputbox.9.png
│ │ │ ├── app_icon.png
│ │ │ ├── bg_bottombar_center_normal.png
│ │ │ ├── bg_bottombar_center_press.png
│ │ │ ├── bg_card_inner_bottom_center_press.9.png
│ │ │ ├── bg_card_inner_bottom_left_press.9.png
│ │ │ ├── bg_card_inner_bottom_normal.9.png
│ │ │ ├── bg_card_inner_bottom_press.9.png
│ │ │ ├── bg_card_inner_bottom_right_press.9.png
│ │ │ ├── bg_card_inner_top_normal.9.png
│ │ │ ├── bg_card_inner_top_press.9.png
│ │ │ ├── bg_card_normal.9.png
│ │ │ ├── bg_card_press.9.png
│ │ │ ├── bg_chat_active.9.png
│ │ │ ├── bg_chatbar_textmode.9.png
│ │ │ ├── bg_chat_dis_active.png
│ │ │ ├── bg_chat_dis_normal.png
│ │ │ ├── bg_chat_emote_selector.9.png
│ │ │ ├── bg_chat_plusbar.9.png
│ │ │ ├── bg_chat.png
│ │ │ ├── bg_common_tabselector.9.png
│ │ │ ├── bg_common_tabseletor_on.9.png
│ │ │ ├── bg_common_toast.9.png
│ │ │ ├── bg_cover_userheader.9.png
│ │ │ ├── bg_cover_userheader_outerpress.9.png
│ │ │ ├── bg_cover_userheader_press.9.png
│ │ │ ├── bg_dropmenu.9.png
│ │ │ ├── bg_dropmenu_topbar.9.png
│ │ │ ├── bg_dropmenu_up.9.png
│ │ │ ├── bg_loadbar.png
│ │ │ ├── bg_msgbox_receive_normal.9.png
│ │ │ ├── bg_msgbox_receive_press.9.png
│ │ │ ├── bg_msgbox_send_normal.9.png
│ │ │ ├── bg_msgbox_send_press.9.png
│ │ │ ├── bg_msgtip_normal.9.png
│ │ │ ├── bg_msgtip_point.png
│ │ │ ├── bg_popwindow.9.png
│ │ │ ├── bg_reg_userhead.9.png
│ │ │ ├── bg_tab_bluelight_normal.9.png
│ │ │ ├── bg_tab_bluelight_press.9.png
│ │ │ ├── bg_tab_bluelight_selected.9.png
│ │ │ ├── bg_tab_bluelight_selectedpress.9.png
│ │ │ ├── bg_tabselector2_center_normal.9.png
│ │ │ ├── bg_tabselector2_center_select.9.png
│ │ │ ├── bg_tabselector2_full_normal.9.png
│ │ │ ├── bg_tabselector2_full_select.9.png
│ │ │ ├── bg_tabselector2_left_normal.9.png
│ │ │ ├── bg_tabselector2_left_select.9.png
│ │ │ ├── bg_tabselector2_right_normal.9.png
│ │ │ ├── bg_tabselector2_right_select.9.png
│ │ │ ├── bg_tb_item_on.9.png
│ │ │ ├── bg_topbar.9.png
│ │ │ ├── bg_topbar_shadow.png
│ │ │ ├── bg_unlogin_bar.9.png
│ │ │ ├── bg_userheader_vip_shadow.9.png
│ │ │ ├── bg_user_signature2_normal.9.png
│ │ │ ├── bg_user_signature2_press.9.png
│ │ │ ├── bg_user_signature_normal.9.png
│ │ │ ├── bg_user_signature_press.9.png
│ │ │ ├── bg_welcome_ctrlbar.9.png
│ │ │ ├── boss_unipay_icon_back.png
│ │ │ ├── btn_big_blue_disable.9.png
│ │ │ ├── btn_big_blue_normal.9.png
│ │ │ ├── btn_big_blue_press.9.png
│ │ │ ├── btn_big_normal_disable.9.png
│ │ │ ├── btn_big_normal_normal.9.png
│ │ │ ├── btn_big_normal_press.9.png
│ │ │ ├── btn_big_popsubmit_disable.9.png
│ │ │ ├── btn_big_popsubmit_normal.9.png
│ │ │ ├── btn_big_popsubmit_press.9.png
│ │ │ ├── btn_big_submit_disable.9.png
│ │ │ ├── btn_big_submit_normal.9.png
│ │ │ ├── btn_big_submit_press.9.png
│ │ │ ├── btn_big_white_disable.9.png
│ │ │ ├── btn_big_white_normal.9.png
│ │ │ ├── btn_big_white_press.9.png
│ │ │ ├── btn_bottombar_disable.9.png
│ │ │ ├── btn_bottombar_normal.9.png
│ │ │ ├── btn_bottombar_press.9.png
│ │ │ ├── btn_chatbtn2_normal.9.png
│ │ │ ├── btn_chatbtn2_press.9.png
│ │ │ ├── btn_chatbtn3_normal.9.png
│ │ │ ├── btn_chatbtn3_press.9.png
│ │ │ ├── btn_chatbtn_normal.9.png
│ │ │ ├── btn_chatbtn_press.9.png
│ │ │ ├── btn_small_normal_disable.9.png
│ │ │ ├── btn_small_normal_normal.9.png
│ │ │ ├── btn_small_normal_press.9.png
│ │ │ ├── btn_topbar_def_normal.9.png
│ │ │ ├── btn_topbar_def_press.9.png
│ │ │ ├── channel_qq.png
│ │ │ ├── checkbox_normal.png
│ │ │ ├── checkbox_null.png
│ │ │ ├── edittext_multiline_focus.9.png
│ │ │ ├── edittext_multiline_normal.9.png
│ │ │ ├── edittext_normal_focus.9.png
│ │ │ ├── edittext_normal_normal.9.png
│ │ │ ├── edittext_normal_press.9.png
│ │ │ ├── edittext_sendmsg_normal.9.png
│ │ │ ├── h001.png
│ │ │ ├── ic_chat_emote_normal.png
│ │ │ ├── ic_chat_keyboard_normal.png
│ │ │ ├── ic_chat_plusbar_camera_normal.png
│ │ │ ├── ic_chat_plusbar_location_normal.png
│ │ │ ├── ic_chat_plusbar_pic_normal.png
│ │ │ ├── ic_chat_plusbar_present_normal.png
│ │ │ ├── ic_chat_plus_normal.png
│ │ │ ├── ic_common_arrow.png
│ │ │ ├── ic_common_def_header.png
│ │ │ ├── ic_common_droparrow.png
│ │ │ ├── ic_common_droparrow_up.png
│ │ │ ├── ic_cropphoto_buoy2.png
│ │ │ ├── ic_cropphoto_buoy.png
│ │ │ ├── ic_dropmenu_selector.png
│ │ │ ├── ic_logo_blue.png
│ │ │ ├── ic_nav_1_normal.png
│ │ │ ├── ic_nav_2_active.png
│ │ │ ├── ic_nav_2_normal.png
│ │ │ ├── ic_nav_3_active.png
│ │ │ ├── ic_nav_3_normal.png
│ │ │ ├── ic_nav_4_active.png
│ │ │ ├── ic_nav_4_normal.png
│ │ │ ├── ic_nav_5_active.png
│ │ │ ├── ic_nav_5_normal.png
│ │ │ ├── icon.png
│ │ │ ├── ic_profilebar_chat_normal.png
│ │ │ ├── ic_profilebar_follow_normal.png
│ │ │ ├── ic_profilebar_forbid_normal.png
│ │ │ ├── ic_profilebar_unfollow_normal.png
│ │ │ ├── ic_publish_emote.png
│ │ │ ├── ic_refrashbar_cancel_normal.png
│ │ │ ├── ic_refrashbar_cancel_press.png
│ │ │ ├── ic_reg_album.png
│ │ │ ├── ic_reg_camera.png
│ │ │ ├── ic_searchbar_clear_normal.png
│ │ │ ├── ic_searchbar_clear_press.png
│ │ │ ├── ic_topbar_dropdown_arrow.png
│ │ │ ├── ic_topbar_logo.png
│ │ │ ├── ic_topbar_rotation.png
│ │ │ ├── ic_userinfo_group.png
│ │ │ ├── ic_userpro_bind_press.png
│ │ │ ├── index_bottom_1.png
│ │ │ ├── index_bottom_2.png
│ │ │ ├── index_bottom_3.png
│ │ │ ├── index_bottom_4.png
│ │ │ ├── index_bottom_5.png
│ │ │ ├── index_content_1.png
│ │ │ ├── index_content_2.png
│ │ │ ├── index_content_3.png
│ │ │ ├── index_content_4.png
│ │ │ ├── index_content_5.png
│ │ │ ├── index_intro_bg.png
│ │ │ ├── lbs_popup_bg.9.png
│ │ │ ├── login_default_avatar.png
│ │ │ ├── messageview.png
│ │ │ ├── no_chat.png
│ │ │ ├── pic_index_copyright.png
│ │ │ ├── pic_index_logo.png
│ │ │ ├── picture_cut_button_normal.png
│ │ │ ├── qq_contact_list_add_bt_common.png
│ │ │ ├── qq_contact_list_add_bt_pressed.png
│ │ │ ├── reader_item_divider.png
│ │ │ ├── refresh_arrow.png
│ │ │ ├── search.png
│ │ │ ├── skin_about_brand.png
│ │ │ ├── skin_conversation_title_right_btn_selected.png
│ │ │ ├── skin_qzone_title_progress.png
│ │ │ ├── skin_tab_icon_contact_normal.png
│ │ │ ├── skin_tab_icon_contact_selected.png
│ │ │ ├── skin_tab_icon_conversation_normal.png
│ │ │ ├── skin_tab_icon_conversation_selected.png
│ │ │ ├── skin_tab_icon_plugin_normal.png
│ │ │ ├── skin_tab_icon_plugin_selected.png
│ │ │ ├── skin_tab_icon_setup_normal.png
│ │ │ ├── skin_tab_icon_setup_selected.png
│ │ │ ├── status_online.png
│ │ │ ├── terminal_icon_ios.png
│ │ │ └── unread_msg_indicator3.png
│ │ ├── layout
│ │ │ ├── activity_baseweb.xml
│ │ │ ├── activity_chat.xml
│ │ │ ├── activity_friend_search_result.xml
│ │ │ ├── activity_imagefactory.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_main.xml
│ │ │ ├── activity_register.xml
│ │ │ ├── activity_searchfriend.xml
│ │ │ ├── activity_welcome.xml
│ │ │ ├── app_exit.xml
│ │ │ ├── chat_message_item_.xml
│ │ │ ├── common_dialog_generic.xml
│ │ │ ├── common_flipping_loading_diloag.xml
│ │ │ ├── common_headerbar_spinner.xml
│ │ │ ├── common_headerbar.xml
│ │ │ ├── common_loading_view.xml
│ │ │ ├── common_switcher.xml
│ │ │ ├── common_title_bar.xml
│ │ │ ├── common_toast.xml
│ │ │ ├── common_url_textview.xml
│ │ │ ├── fragment_friendlist.xml
│ │ │ ├── fragment_message_item.xml
│ │ │ ├── fragment_message.xml
│ │ │ ├── fragment_nearby.xml
│ │ │ ├── fragment_userinfo.xml
│ │ │ ├── friend_list_item.xml
│ │ │ ├── friend_search_result_item.xml
│ │ │ ├── include_dialog_edittext.xml
│ │ │ ├── include_dialog_simplelist.xml
│ │ │ ├── include_dialog_web.xml
│ │ │ ├── include_header_rightimagebutton.xml
│ │ │ ├── include_header_righttext.xml
│ │ │ ├── include_header.xml
│ │ │ ├── include_imagefactory_crop.xml
│ │ │ ├── include_imagefactory_fliter.xml
│ │ │ ├── include_loading_indicator.xml
│ │ │ ├── include_register_account.xml
│ │ │ ├── include_register_baseinfo.xml
│ │ │ ├── include_register_birthday.xml
│ │ │ ├── include_register_photo.xml
│ │ │ ├── include_register_setpwd.xml
│ │ │ ├── include_welcome_item.xml
│ │ │ ├── listitem_dialog.xml
│ │ │ └── listitem_filter_item.xml
│ │ ├── mipmap-hdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── mipmap-xxxhdpi
│ │ │ └── ic_launcher.png
│ │ └── values
│ │ ├── arrays.xml
│ │ ├── colors.xml
│ │ ├── dimens.xml
│ │ ├── drawables.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── test
│ └── java
│ └── com
│ └── ljl
│ └── kxchat
│ └── ExampleUnitTest.java
├── build
│ ├── generated
│ │ └── mockable-android-23.jar
│ └── intermediates
│ └── dex-cache
│ └── cache.xml
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
├── KXchat.iml
├── local.properties
└── settings.gradle
468 directories, 2310 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论