实例介绍
【实例简介】
在使用环信通讯的时候导入EaseUI报错,后来我在网上找到一个修改后的的EaseUI,这是我在网上找的修改好的依赖库,和大家交流学习
【实例截图】
【核心代码】
环信easeui聊天依赖库
└── 环信easeui聊天依赖库
└── easeui
├── AndroidManifest.xml
├── EaseUI.iml
├── LICENSE
├── README.md
├── build
│ ├── generated
│ │ └── source
│ │ ├── buildConfig
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── hyphenate
│ │ │ │ └── easeui
│ │ │ │ └── test
│ │ │ │ └── BuildConfig.java
│ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ └── hyphenate
│ │ │ │ └── easeui
│ │ │ │ └── BuildConfig.java
│ │ │ └── release
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ └── BuildConfig.java
│ │ └── r
│ │ ├── androidTest
│ │ │ └── debug
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ ├── R.java
│ │ │ └── test
│ │ │ └── R.java
│ │ ├── debug
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ └── R.java
│ │ └── release
│ │ ├── android
│ │ │ └── support
│ │ │ ├── compat
│ │ │ │ └── R.java
│ │ │ ├── coreui
│ │ │ │ └── R.java
│ │ │ ├── coreutils
│ │ │ │ └── R.java
│ │ │ ├── fragment
│ │ │ │ └── R.java
│ │ │ ├── graphics
│ │ │ │ └── drawable
│ │ │ │ ├── R.java
│ │ │ │ └── animated
│ │ │ │ └── R.java
│ │ │ ├── mediacompat
│ │ │ │ └── R.java
│ │ │ ├── v4
│ │ │ │ └── R.java
│ │ │ └── v7
│ │ │ └── appcompat
│ │ │ └── R.java
│ │ └── com
│ │ └── hyphenate
│ │ └── easeui
│ │ └── R.java
│ ├── intermediates
│ │ ├── blame
│ │ │ └── res
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ └── values.json
│ │ │ │ └── single
│ │ │ │ ├── anim.json
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable.json
│ │ │ │ └── layout.json
│ │ │ └── release
│ │ │ ├── multi
│ │ │ │ ├── values-af.json
│ │ │ │ ├── values-am.json
│ │ │ │ ├── values-ar.json
│ │ │ │ ├── values-az-rAZ.json
│ │ │ │ ├── values-b+sr+Latn.json
│ │ │ │ ├── values-be-rBY.json
│ │ │ │ ├── values-bg.json
│ │ │ │ ├── values-bn-rBD.json
│ │ │ │ ├── values-bs-rBA.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-rUS.json
│ │ │ │ ├── values-es.json
│ │ │ │ ├── values-et-rEE.json
│ │ │ │ ├── values-eu-rES.json
│ │ │ │ ├── values-fa.json
│ │ │ │ ├── values-fi.json
│ │ │ │ ├── values-fr-rCA.json
│ │ │ │ ├── values-fr.json
│ │ │ │ ├── values-gl-rES.json
│ │ │ │ ├── values-gu-rIN.json
│ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ ├── values-hi.json
│ │ │ │ ├── values-hr.json
│ │ │ │ ├── values-hu.json
│ │ │ │ ├── values-hy-rAM.json
│ │ │ │ ├── values-in.json
│ │ │ │ ├── values-is-rIS.json
│ │ │ │ ├── values-it.json
│ │ │ │ ├── values-iw.json
│ │ │ │ ├── values-ja.json
│ │ │ │ ├── values-ka-rGE.json
│ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ ├── values-km-rKH.json
│ │ │ │ ├── values-kn-rIN.json
│ │ │ │ ├── values-ko.json
│ │ │ │ ├── values-ky-rKG.json
│ │ │ │ ├── values-land.json
│ │ │ │ ├── values-large-v4.json
│ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ ├── values-lo-rLA.json
│ │ │ │ ├── values-lt.json
│ │ │ │ ├── values-lv.json
│ │ │ │ ├── values-mk-rMK.json
│ │ │ │ ├── values-ml-rIN.json
│ │ │ │ ├── values-mn-rMN.json
│ │ │ │ ├── values-mr-rIN.json
│ │ │ │ ├── values-ms-rMY.json
│ │ │ │ ├── values-my-rMM.json
│ │ │ │ ├── values-nb.json
│ │ │ │ ├── values-ne-rNP.json
│ │ │ │ ├── values-night-v8.json
│ │ │ │ ├── values-nl.json
│ │ │ │ ├── values-pa-rIN.json
│ │ │ │ ├── values-pl.json
│ │ │ │ ├── values-port.json
│ │ │ │ ├── values-pt-rBR.json
│ │ │ │ ├── values-pt-rPT.json
│ │ │ │ ├── values-pt.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-sw.json
│ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ ├── values-ta-rIN.json
│ │ │ │ ├── values-te-rIN.json
│ │ │ │ ├── values-th.json
│ │ │ │ ├── values-tl.json
│ │ │ │ ├── values-tr.json
│ │ │ │ ├── values-uk.json
│ │ │ │ ├── values-ur-rPK.json
│ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ ├── values-v11.json
│ │ │ │ ├── values-v12.json
│ │ │ │ ├── values-v13.json
│ │ │ │ ├── values-v14.json
│ │ │ │ ├── values-v16.json
│ │ │ │ ├── values-v17.json
│ │ │ │ ├── values-v18.json
│ │ │ │ ├── values-v21.json
│ │ │ │ ├── values-v22.json
│ │ │ │ ├── values-v23.json
│ │ │ │ ├── values-v24.json
│ │ │ │ ├── values-v25.json
│ │ │ │ ├── values-vi.json
│ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ ├── values-zh-rCN.json
│ │ │ │ ├── values-zh-rHK.json
│ │ │ │ ├── values-zh-rTW.json
│ │ │ │ ├── values-zu.json
│ │ │ │ └── values.json
│ │ │ └── single
│ │ │ ├── anim.json
│ │ │ ├── color-v11.json
│ │ │ ├── color-v23.json
│ │ │ ├── color.json
│ │ │ ├── drawable-hdpi-v4.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
│ │ │ ├── drawable.json
│ │ │ ├── layout-v11.json
│ │ │ ├── layout-v16.json
│ │ │ ├── layout-v21.json
│ │ │ └── layout.json
│ │ ├── bundles
│ │ │ ├── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ └── res
│ │ │ │ ├── anim
│ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ ├── head_in.xml
│ │ │ │ │ ├── head_out.xml
│ │ │ │ │ ├── hold.xml
│ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ └── ease_type_select_btn.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ ├── ee_1.png
│ │ │ │ │ ├── ee_10.png
│ │ │ │ │ ├── ee_11.png
│ │ │ │ │ ├── ee_12.png
│ │ │ │ │ ├── ee_13.png
│ │ │ │ │ ├── ee_14.png
│ │ │ │ │ ├── ee_15.png
│ │ │ │ │ ├── ee_16.png
│ │ │ │ │ ├── ee_17.png
│ │ │ │ │ ├── ee_18.png
│ │ │ │ │ ├── ee_19.png
│ │ │ │ │ ├── ee_2.png
│ │ │ │ │ ├── ee_20.png
│ │ │ │ │ ├── ee_21.png
│ │ │ │ │ ├── ee_22.png
│ │ │ │ │ ├── ee_23.png
│ │ │ │ │ ├── ee_24.png
│ │ │ │ │ ├── ee_25.png
│ │ │ │ │ ├── ee_26.png
│ │ │ │ │ ├── ee_27.png
│ │ │ │ │ ├── ee_28.png
│ │ │ │ │ ├── ee_29.png
│ │ │ │ │ ├── ee_3.png
│ │ │ │ │ ├── ee_30.png
│ │ │ │ │ ├── ee_31.png
│ │ │ │ │ ├── ee_32.png
│ │ │ │ │ ├── ee_33.png
│ │ │ │ │ ├── ee_34.png
│ │ │ │ │ ├── ee_35.png
│ │ │ │ │ ├── ee_4.png
│ │ │ │ │ ├── ee_5.png
│ │ │ │ │ ├── ee_6.png
│ │ │ │ │ ├── ee_7.png
│ │ │ │ │ ├── ee_8.png
│ │ │ │ │ └── ee_9.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ └── ease_unread_dot.9.png
│ │ │ │ ├── layout
│ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ └── values-zh-rCN
│ │ │ │ └── values-zh-rCN.xml
│ │ │ └── default
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── R.txt
│ │ │ ├── classes.jar
│ │ │ ├── jni
│ │ │ │ ├── arm64-v8a
│ │ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ │ ├── libhyphenate.so
│ │ │ │ │ ├── libhyphenate_av.so
│ │ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ │ ├── liblocSDK7.so
│ │ │ │ │ └── libsqlite.so
│ │ │ │ ├── armeabi-v7a
│ │ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ │ ├── libhyphenate.so
│ │ │ │ │ ├── libhyphenate_av.so
│ │ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ │ ├── liblocSDK7.so
│ │ │ │ │ └── libsqlite.so
│ │ │ │ └── x86
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── libs
│ │ │ │ ├── BaiduLBS_Android.jar
│ │ │ │ ├── HwPush_SDK_V2705_nomap.jar
│ │ │ │ ├── MiPush_SDK_Client_2_2_19.jar
│ │ │ │ ├── glide-3.6.1.jar
│ │ │ │ ├── google-play-services.jar
│ │ │ │ ├── hyphenatechat_3.3.0.jar
│ │ │ │ └── org.apache.http.legacy.jar
│ │ │ └── res
│ │ │ ├── anim
│ │ │ │ ├── fade_in.xml
│ │ │ │ ├── fade_out.xml
│ │ │ │ ├── head_in.xml
│ │ │ │ ├── head_out.xml
│ │ │ │ ├── hold.xml
│ │ │ │ ├── push_bottom_in.xml
│ │ │ │ ├── push_bottom_out.xml
│ │ │ │ ├── push_top_in.xml
│ │ │ │ ├── push_top_in2.xml
│ │ │ │ ├── push_top_out.xml
│ │ │ │ ├── push_top_out2.xml
│ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ ├── voice_from_icon.xml
│ │ │ │ └── voice_to_icon.xml
│ │ │ ├── drawable
│ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ ├── ease_search_clear.xml
│ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ └── ease_type_select_btn.xml
│ │ │ ├── drawable-hdpi-v4
│ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ ├── ease_default_avatar.png
│ │ │ │ ├── ease_default_image.png
│ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ ├── ease_groups_icon.png
│ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ ├── ease_icon_marka.png
│ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ ├── ease_settings_normal.png
│ │ │ │ ├── ease_settings_selected.png
│ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ ├── ease_voice_unread.png
│ │ │ │ ├── ee_1.png
│ │ │ │ ├── ee_10.png
│ │ │ │ ├── ee_11.png
│ │ │ │ ├── ee_12.png
│ │ │ │ ├── ee_13.png
│ │ │ │ ├── ee_14.png
│ │ │ │ ├── ee_15.png
│ │ │ │ ├── ee_16.png
│ │ │ │ ├── ee_17.png
│ │ │ │ ├── ee_18.png
│ │ │ │ ├── ee_19.png
│ │ │ │ ├── ee_2.png
│ │ │ │ ├── ee_20.png
│ │ │ │ ├── ee_21.png
│ │ │ │ ├── ee_22.png
│ │ │ │ ├── ee_23.png
│ │ │ │ ├── ee_24.png
│ │ │ │ ├── ee_25.png
│ │ │ │ ├── ee_26.png
│ │ │ │ ├── ee_27.png
│ │ │ │ ├── ee_28.png
│ │ │ │ ├── ee_29.png
│ │ │ │ ├── ee_3.png
│ │ │ │ ├── ee_30.png
│ │ │ │ ├── ee_31.png
│ │ │ │ ├── ee_32.png
│ │ │ │ ├── ee_33.png
│ │ │ │ ├── ee_34.png
│ │ │ │ ├── ee_35.png
│ │ │ │ ├── ee_4.png
│ │ │ │ ├── ee_5.png
│ │ │ │ ├── ee_6.png
│ │ │ │ ├── ee_7.png
│ │ │ │ ├── ee_8.png
│ │ │ │ └── ee_9.png
│ │ │ ├── drawable-mdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi-v4
│ │ │ │ ├── ease_blue_add.png
│ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ ├── ease_close_icon.png
│ │ │ │ ├── ease_default_avatar.png
│ │ │ │ ├── ease_default_expression.png
│ │ │ │ ├── ease_delete_expression.png
│ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ ├── ease_group_icon.png
│ │ │ │ ├── ease_groups_icon.png
│ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ ├── ease_open_icon.png
│ │ │ │ └── ease_unread_dot.9.png
│ │ │ ├── layout
│ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ ├── ease_emojicon.xml
│ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ ├── ease_row_contact.xml
│ │ │ │ ├── ease_row_expression.xml
│ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ ├── ease_search_bar.xml
│ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ ├── values
│ │ │ │ └── values.xml
│ │ │ ├── values-large-v4
│ │ │ │ └── values-large-v4.xml
│ │ │ ├── values-v11
│ │ │ │ └── values-v11.xml
│ │ │ ├── values-w820dp-v13
│ │ │ │ └── values-w820dp-v13.xml
│ │ │ ├── values-xlarge-v4
│ │ │ │ └── values-xlarge-v4.xml
│ │ │ └── values-zh-rCN
│ │ │ └── values-zh-rCN.xml
│ │ ├── classes
│ │ │ └── release
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ ├── compat
│ │ │ │ │ └── R.class
│ │ │ │ ├── coreui
│ │ │ │ │ └── R.class
│ │ │ │ ├── coreutils
│ │ │ │ │ └── R.class
│ │ │ │ ├── fragment
│ │ │ │ │ └── R.class
│ │ │ │ ├── graphics
│ │ │ │ │ └── drawable
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── animated
│ │ │ │ │ └── R.class
│ │ │ │ ├── mediacompat
│ │ │ │ │ └── R.class
│ │ │ │ ├── v4
│ │ │ │ │ └── R.class
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$bool.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ └── R.class
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ ├── BuildConfig.class
│ │ │ ├── EaseConstant.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$bool.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$integer.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R.class
│ │ │ ├── adapter
│ │ │ │ ├── EaseContactAdapter$1.class
│ │ │ │ ├── EaseContactAdapter$MyFilter.class
│ │ │ │ ├── EaseContactAdapter$ViewHolder.class
│ │ │ │ ├── EaseContactAdapter.class
│ │ │ │ ├── EaseConversationAdapter$1.class
│ │ │ │ ├── EaseConversationAdapter$ConversationFilter.class
│ │ │ │ ├── EaseConversationAdapter$ViewHolder.class
│ │ │ │ ├── EaseConversationAdapter.class
│ │ │ │ ├── EaseExpressionPagerAdapter.class
│ │ │ │ ├── EaseMessageAdapter$1.class
│ │ │ │ ├── EaseMessageAdapter$2.class
│ │ │ │ ├── EaseMessageAdapter.class
│ │ │ │ ├── EmojiconGridAdapter.class
│ │ │ │ └── EmojiconPagerAdapter.class
│ │ │ ├── controller
│ │ │ │ ├── EaseUI$1.class
│ │ │ │ ├── EaseUI$DefaultSettingsProvider.class
│ │ │ │ ├── EaseUI$EaseEmojiconInfoProvider.class
│ │ │ │ ├── EaseUI$EaseSettingsProvider.class
│ │ │ │ ├── EaseUI$EaseUserProfileProvider.class
│ │ │ │ └── EaseUI.class
│ │ │ ├── domain
│ │ │ │ ├── EaseEmojicon$Type.class
│ │ │ │ ├── EaseEmojicon.class
│ │ │ │ ├── EaseEmojiconGroupEntity.class
│ │ │ │ └── EaseUser.class
│ │ │ ├── model
│ │ │ │ ├── EaseAtMessageHelper.class
│ │ │ │ ├── EaseDefaultEmojiconDatas.class
│ │ │ │ ├── EaseImageCache$1.class
│ │ │ │ ├── EaseImageCache.class
│ │ │ │ ├── EaseNotifier$1.class
│ │ │ │ ├── EaseNotifier$2.class
│ │ │ │ ├── EaseNotifier$EaseNotificationInfoProvider.class
│ │ │ │ ├── EaseNotifier.class
│ │ │ │ ├── EasePreferenceManager.class
│ │ │ │ ├── EaseVoiceRecorder$1.class
│ │ │ │ └── EaseVoiceRecorder.class
│ │ │ ├── ui
│ │ │ │ ├── EaseBaiduMapActivity$1.class
│ │ │ │ ├── EaseBaiduMapActivity$BaiduSDKReceiver.class
│ │ │ │ ├── EaseBaiduMapActivity$MyLocationListenner.class
│ │ │ │ ├── EaseBaiduMapActivity.class
│ │ │ │ ├── EaseBaseActivity.class
│ │ │ │ ├── EaseBaseFragment.class
│ │ │ │ ├── EaseChatFragment$1$1.class
│ │ │ │ ├── EaseChatFragment$1.class
│ │ │ │ ├── EaseChatFragment$10.class
│ │ │ │ ├── EaseChatFragment$2.class
│ │ │ │ ├── EaseChatFragment$3.class
│ │ │ │ ├── EaseChatFragment$4.class
│ │ │ │ ├── EaseChatFragment$5$1.class
│ │ │ │ ├── EaseChatFragment$5.class
│ │ │ │ ├── EaseChatFragment$6$1.class
│ │ │ │ ├── EaseChatFragment$6.class
│ │ │ │ ├── EaseChatFragment$7$1.class
│ │ │ │ ├── EaseChatFragment$7$2.class
│ │ │ │ ├── EaseChatFragment$7.class
│ │ │ │ ├── EaseChatFragment$8.class
│ │ │ │ ├── EaseChatFragment$9.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$1.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$2.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$3.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$4.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener.class
│ │ │ │ ├── EaseChatFragment$EaseChatFragmentHelper.class
│ │ │ │ ├── EaseChatFragment$GroupListener$1.class
│ │ │ │ ├── EaseChatFragment$GroupListener$2.class
│ │ │ │ ├── EaseChatFragment$GroupListener.class
│ │ │ │ ├── EaseChatFragment$MyItemClickListener.class
│ │ │ │ ├── EaseChatFragment.class
│ │ │ │ ├── EaseChatRoomListener.class
│ │ │ │ ├── EaseContactListFragment$1.class
│ │ │ │ ├── EaseContactListFragment$2.class
│ │ │ │ ├── EaseContactListFragment$3.class
│ │ │ │ ├── EaseContactListFragment$4.class
│ │ │ │ ├── EaseContactListFragment$5$1.class
│ │ │ │ ├── EaseContactListFragment$5$2.class
│ │ │ │ ├── EaseContactListFragment$5.class
│ │ │ │ ├── EaseContactListFragment$6.class
│ │ │ │ ├── EaseContactListFragment$7$1.class
│ │ │ │ ├── EaseContactListFragment$7$2.class
│ │ │ │ ├── EaseContactListFragment$7.class
│ │ │ │ ├── EaseContactListFragment$EaseContactListItemClickListener.class
│ │ │ │ ├── EaseContactListFragment.class
│ │ │ │ ├── EaseConversationListFragment$1.class
│ │ │ │ ├── EaseConversationListFragment$2.class
│ │ │ │ ├── EaseConversationListFragment$3.class
│ │ │ │ ├── EaseConversationListFragment$4.class
│ │ │ │ ├── EaseConversationListFragment$5.class
│ │ │ │ ├── EaseConversationListFragment$6.class
│ │ │ │ ├── EaseConversationListFragment$7.class
│ │ │ │ ├── EaseConversationListFragment$8.class
│ │ │ │ ├── EaseConversationListFragment$EaseConversationListItemClickListener.class
│ │ │ │ ├── EaseConversationListFragment.class
│ │ │ │ ├── EaseGroupListener.class
│ │ │ │ ├── EaseShowBigImageActivity$1.class
│ │ │ │ ├── EaseShowBigImageActivity$2$1.class
│ │ │ │ ├── EaseShowBigImageActivity$2$2.class
│ │ │ │ ├── EaseShowBigImageActivity$2$3.class
│ │ │ │ ├── EaseShowBigImageActivity$2.class
│ │ │ │ ├── EaseShowBigImageActivity.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$1.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$2.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$3.class
│ │ │ │ ├── EaseShowNormalFileActivity$1.class
│ │ │ │ ├── EaseShowNormalFileActivity.class
│ │ │ │ ├── EaseShowVideoActivity$1$1.class
│ │ │ │ ├── EaseShowVideoActivity$1$2.class
│ │ │ │ ├── EaseShowVideoActivity$1.class
│ │ │ │ └── EaseShowVideoActivity.class
│ │ │ ├── utils
│ │ │ │ ├── EaseCommonUtils$1.class
│ │ │ │ ├── EaseCommonUtils$1GetInitialLetter.class
│ │ │ │ ├── EaseCommonUtils.class
│ │ │ │ ├── EaseImageUtils.class
│ │ │ │ ├── EaseLoadLocalBigImgTask.class
│ │ │ │ ├── EaseSmileUtils.class
│ │ │ │ └── EaseUserUtils.class
│ │ │ └── widget
│ │ │ ├── EaseAlertDialog$1.class
│ │ │ ├── EaseAlertDialog$AlertDialogUser.class
│ │ │ ├── EaseAlertDialog.class
│ │ │ ├── EaseChatExtendMenu$ChatMenuItem.class
│ │ │ ├── EaseChatExtendMenu$ChatMenuItemModel.class
│ │ │ ├── EaseChatExtendMenu$EaseChatExtendMenuItemClickListener.class
│ │ │ ├── EaseChatExtendMenu$ItemAdapter$1.class
│ │ │ ├── EaseChatExtendMenu$ItemAdapter.class
│ │ │ ├── EaseChatExtendMenu.class
│ │ │ ├── EaseChatInputMenu$1.class
│ │ │ ├── EaseChatInputMenu$2.class
│ │ │ ├── EaseChatInputMenu$3.class
│ │ │ ├── EaseChatInputMenu$4.class
│ │ │ ├── EaseChatInputMenu$ChatInputMenuListener.class
│ │ │ ├── EaseChatInputMenu.class
│ │ │ ├── EaseChatMessageList$MessageListItemClickListener.class
│ │ │ ├── EaseChatMessageList.class
│ │ │ ├── EaseChatPrimaryMenu$1.class
│ │ │ ├── EaseChatPrimaryMenu$2.class
│ │ │ ├── EaseChatPrimaryMenu$3.class
│ │ │ ├── EaseChatPrimaryMenu$4.class
│ │ │ ├── EaseChatPrimaryMenu$5.class
│ │ │ ├── EaseChatPrimaryMenu.class
│ │ │ ├── EaseChatPrimaryMenuBase$EaseChatPrimaryMenuListener.class
│ │ │ ├── EaseChatPrimaryMenuBase.class
│ │ │ ├── EaseContactList$1.class
│ │ │ ├── EaseContactList.class
│ │ │ ├── EaseConversationList$1.class
│ │ │ ├── EaseConversationList$EaseConversationListHelper.class
│ │ │ ├── EaseConversationList.class
│ │ │ ├── EaseExpandGridView.class
│ │ │ ├── EaseImageView.class
│ │ │ ├── EaseSidebar.class
│ │ │ ├── EaseSwitchButton.class
│ │ │ ├── EaseTitleBar.class
│ │ │ ├── EaseVoiceRecorderView$1.class
│ │ │ ├── EaseVoiceRecorderView$EaseVoiceRecorderCallback.class
│ │ │ ├── EaseVoiceRecorderView.class
│ │ │ ├── chatrow
│ │ │ │ ├── EaseChatRow$1$1.class
│ │ │ │ ├── EaseChatRow$1.class
│ │ │ │ ├── EaseChatRow$2$1.class
│ │ │ │ ├── EaseChatRow$2.class
│ │ │ │ ├── EaseChatRow$3.class
│ │ │ │ ├── EaseChatRow$4.class
│ │ │ │ ├── EaseChatRow$5.class
│ │ │ │ ├── EaseChatRow$6.class
│ │ │ │ ├── EaseChatRow$7.class
│ │ │ │ ├── EaseChatRow$8.class
│ │ │ │ ├── EaseChatRow$9.class
│ │ │ │ ├── EaseChatRow.class
│ │ │ │ ├── EaseChatRowBigExpression.class
│ │ │ │ ├── EaseChatRowFile$1.class
│ │ │ │ ├── EaseChatRowFile.class
│ │ │ │ ├── EaseChatRowImage$1$1.class
│ │ │ │ ├── EaseChatRowImage$1.class
│ │ │ │ ├── EaseChatRowImage.class
│ │ │ │ ├── EaseChatRowLocation$1.class
│ │ │ │ ├── EaseChatRowLocation$MapClickListener.class
│ │ │ │ ├── EaseChatRowLocation.class
│ │ │ │ ├── EaseChatRowText$1.class
│ │ │ │ ├── EaseChatRowText.class
│ │ │ │ ├── EaseChatRowVideo$1.class
│ │ │ │ ├── EaseChatRowVideo.class
│ │ │ │ ├── EaseChatRowVoice.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener$1.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener$2.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener.class
│ │ │ │ └── EaseCustomChatRowProvider.class
│ │ │ ├── emojicon
│ │ │ │ ├── EaseEmojiconIndicatorView.class
│ │ │ │ ├── EaseEmojiconMenu$1.class
│ │ │ │ ├── EaseEmojiconMenu$EmojiconPagerViewListener.class
│ │ │ │ ├── EaseEmojiconMenu.class
│ │ │ │ ├── EaseEmojiconMenuBase$EaseEmojiconMenuListener.class
│ │ │ │ ├── EaseEmojiconMenuBase.class
│ │ │ │ ├── EaseEmojiconPagerView$1.class
│ │ │ │ ├── EaseEmojiconPagerView$EaseEmojiconPagerViewListener.class
│ │ │ │ ├── EaseEmojiconPagerView$EmojiPagerChangeListener.class
│ │ │ │ ├── EaseEmojiconPagerView.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$1.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$2.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$EaseScrollTabBarItemClickListener.class
│ │ │ │ └── EaseEmojiconScrollTabBar.class
│ │ │ └── photoview
│ │ │ ├── Compat.class
│ │ │ ├── EasePhotoView.class
│ │ │ ├── IPhotoView.class
│ │ │ ├── PhotoViewAttacher$1.class
│ │ │ ├── PhotoViewAttacher$2.class
│ │ │ ├── PhotoViewAttacher$AnimatedZoomRunnable.class
│ │ │ ├── PhotoViewAttacher$FlingRunnable.class
│ │ │ ├── PhotoViewAttacher$OnMatrixChangedListener.class
│ │ │ ├── PhotoViewAttacher$OnPhotoTapListener.class
│ │ │ ├── PhotoViewAttacher$OnViewTapListener.class
│ │ │ ├── PhotoViewAttacher.class
│ │ │ ├── SDK16.class
│ │ │ ├── ScrollerProxy$GingerScroller.class
│ │ │ ├── ScrollerProxy$PreGingerScroller.class
│ │ │ ├── ScrollerProxy.class
│ │ │ ├── VersionedGestureDetector$CupcakeDetector.class
│ │ │ ├── VersionedGestureDetector$EclairDetector.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector$1.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector.class
│ │ │ ├── VersionedGestureDetector$OnGestureListener.class
│ │ │ └── VersionedGestureDetector.class
│ │ ├── incremental
│ │ │ ├── compileDebugAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileReleaseAidl
│ │ │ │ └── dependency.store
│ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── merger.xml
│ │ │ ├── mergeDebugAssets
│ │ │ │ └── merger.xml
│ │ │ ├── mergeDebugShaders
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseAssets
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ ├── values-bg
│ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ ├── values-land
│ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ ├── values-lt
│ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ ├── values-lv
│ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ ├── values-nb
│ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-port
│ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v12
│ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ ├── values-v13
│ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── values-v17
│ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ ├── values-v18
│ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ ├── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ ├── values-v22
│ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ ├── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ ├── values-v24
│ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ ├── values-v25
│ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseShaders
│ │ │ │ └── merger.xml
│ │ │ ├── packageDebugResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── merger.xml
│ │ │ └── packageReleaseResources
│ │ │ ├── compile-file-map.properties
│ │ │ ├── merged.dir
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ └── values-zh-rCN
│ │ │ │ └── values-zh-rCN.xml
│ │ │ └── merger.xml
│ │ ├── incremental-safeguard
│ │ │ └── release
│ │ │ └── tag.txt
│ │ ├── jniLibs
│ │ │ └── release
│ │ │ ├── BaiduLBS_Android.jar
│ │ │ ├── HwPush_SDK_V2705_nomap.jar
│ │ │ ├── MiPush_SDK_Client_2_2_19.jar
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── glide-3.6.1.jar
│ │ │ ├── google-play-services.jar
│ │ │ ├── hyphenatechat_3.3.0.jar
│ │ │ ├── org.apache.http.legacy.jar
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ ├── manifest
│ │ │ └── androidTest
│ │ │ └── debug
│ │ │ └── AndroidManifest.xml
│ │ ├── manifests
│ │ │ └── aapt
│ │ │ ├── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ └── release
│ │ │ └── AndroidManifest.xml
│ │ ├── res
│ │ │ ├── merged
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── anim
│ │ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ │ ├── head_in.xml
│ │ │ │ │ │ ├── head_out.xml
│ │ │ │ │ │ ├── hold.xml
│ │ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ │ └── ease_type_select_btn.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ │ ├── ee_1.png
│ │ │ │ │ │ ├── ee_10.png
│ │ │ │ │ │ ├── ee_11.png
│ │ │ │ │ │ ├── ee_12.png
│ │ │ │ │ │ ├── ee_13.png
│ │ │ │ │ │ ├── ee_14.png
│ │ │ │ │ │ ├── ee_15.png
│ │ │ │ │ │ ├── ee_16.png
│ │ │ │ │ │ ├── ee_17.png
│ │ │ │ │ │ ├── ee_18.png
│ │ │ │ │ │ ├── ee_19.png
│ │ │ │ │ │ ├── ee_2.png
│ │ │ │ │ │ ├── ee_20.png
│ │ │ │ │ │ ├── ee_21.png
│ │ │ │ │ │ ├── ee_22.png
│ │ │ │ │ │ ├── ee_23.png
│ │ │ │ │ │ ├── ee_24.png
│ │ │ │ │ │ ├── ee_25.png
│ │ │ │ │ │ ├── ee_26.png
│ │ │ │ │ │ ├── ee_27.png
│ │ │ │ │ │ ├── ee_28.png
│ │ │ │ │ │ ├── ee_29.png
│ │ │ │ │ │ ├── ee_3.png
│ │ │ │ │ │ ├── ee_30.png
│ │ │ │ │ │ ├── ee_31.png
│ │ │ │ │ │ ├── ee_32.png
│ │ │ │ │ │ ├── ee_33.png
│ │ │ │ │ │ ├── ee_34.png
│ │ │ │ │ │ ├── ee_35.png
│ │ │ │ │ │ ├── ee_4.png
│ │ │ │ │ │ ├── ee_5.png
│ │ │ │ │ │ ├── ee_6.png
│ │ │ │ │ │ ├── ee_7.png
│ │ │ │ │ │ ├── ee_8.png
│ │ │ │ │ │ └── ee_9.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ │ └── ease_unread_dot.9.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── release
│ │ │ │ ├── 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
│ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ ├── head_in.xml
│ │ │ │ │ ├── head_out.xml
│ │ │ │ │ ├── hold.xml
│ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ ├── color
│ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ ├── color-v11
│ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ ├── color-v23
│ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ ├── ease_type_select_btn.xml
│ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ ├── ee_1.png
│ │ │ │ │ ├── ee_10.png
│ │ │ │ │ ├── ee_11.png
│ │ │ │ │ ├── ee_12.png
│ │ │ │ │ ├── ee_13.png
│ │ │ │ │ ├── ee_14.png
│ │ │ │ │ ├── ee_15.png
│ │ │ │ │ ├── ee_16.png
│ │ │ │ │ ├── ee_17.png
│ │ │ │ │ ├── ee_18.png
│ │ │ │ │ ├── ee_19.png
│ │ │ │ │ ├── ee_2.png
│ │ │ │ │ ├── ee_20.png
│ │ │ │ │ ├── ee_21.png
│ │ │ │ │ ├── ee_22.png
│ │ │ │ │ ├── ee_23.png
│ │ │ │ │ ├── ee_24.png
│ │ │ │ │ ├── ee_25.png
│ │ │ │ │ ├── ee_26.png
│ │ │ │ │ ├── ee_27.png
│ │ │ │ │ ├── ee_28.png
│ │ │ │ │ ├── ee_29.png
│ │ │ │ │ ├── ee_3.png
│ │ │ │ │ ├── ee_30.png
│ │ │ │ │ ├── ee_31.png
│ │ │ │ │ ├── ee_32.png
│ │ │ │ │ ├── ee_33.png
│ │ │ │ │ ├── ee_34.png
│ │ │ │ │ ├── ee_35.png
│ │ │ │ │ ├── ee_4.png
│ │ │ │ │ ├── ee_5.png
│ │ │ │ │ ├── ee_6.png
│ │ │ │ │ ├── ee_7.png
│ │ │ │ │ ├── ee_8.png
│ │ │ │ │ ├── ee_9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-v21
│ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ └── notification_action_background.xml
│ │ │ │ ├── drawable-v23
│ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ ├── ease_unread_dot.9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ ├── layout
│ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ ├── ease_widget_voice_recorder.xml
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ ├── layout-v11
│ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ └── notification_template_big_media_narrow_custom.xml
│ │ │ │ ├── layout-v16
│ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ ├── layout-v21
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ ├── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ │ ├── values-ar
│ │ │ │ │ └── values-ar.xml
│ │ │ │ ├── values-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ ├── values-ca
│ │ │ │ │ └── values-ca.xml
│ │ │ │ ├── values-cs
│ │ │ │ │ └── values-cs.xml
│ │ │ │ ├── values-da
│ │ │ │ │ └── values-da.xml
│ │ │ │ ├── values-de
│ │ │ │ │ └── values-de.xml
│ │ │ │ ├── values-el
│ │ │ │ │ └── values-el.xml
│ │ │ │ ├── values-en-rAU
│ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ ├── values-en-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ ├── values-fa
│ │ │ │ │ └── values-fa.xml
│ │ │ │ ├── values-fi
│ │ │ │ │ └── values-fi.xml
│ │ │ │ ├── values-fr
│ │ │ │ │ └── values-fr.xml
│ │ │ │ ├── values-fr-rCA
│ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ ├── values-gl-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ ├── values-hi
│ │ │ │ │ └── values-hi.xml
│ │ │ │ ├── values-hr
│ │ │ │ │ └── values-hr.xml
│ │ │ │ ├── values-hu
│ │ │ │ │ └── values-hu.xml
│ │ │ │ ├── values-hy-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-night-v8
│ │ │ │ │ └── values-night-v8.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ ├── values-pl
│ │ │ │ │ └── values-pl.xml
│ │ │ │ ├── values-port
│ │ │ │ │ └── values-port.xml
│ │ │ │ ├── values-pt
│ │ │ │ │ └── values-pt.xml
│ │ │ │ ├── values-pt-rBR
│ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ ├── values-pt-rPT
│ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ ├── values-ro
│ │ │ │ │ └── values-ro.xml
│ │ │ │ ├── values-ru
│ │ │ │ │ └── values-ru.xml
│ │ │ │ ├── values-si-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ ├── values-sr
│ │ │ │ │ └── values-sr.xml
│ │ │ │ ├── values-sv
│ │ │ │ │ └── values-sv.xml
│ │ │ │ ├── values-sw
│ │ │ │ │ └── values-sw.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ ├── values-ta-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-v12
│ │ │ │ │ └── values-v12.xml
│ │ │ │ ├── values-v13
│ │ │ │ │ └── values-v13.xml
│ │ │ │ ├── values-v14
│ │ │ │ │ └── values-v14.xml
│ │ │ │ ├── values-v16
│ │ │ │ │ └── values-v16.xml
│ │ │ │ ├── values-v17
│ │ │ │ │ └── values-v17.xml
│ │ │ │ ├── values-v18
│ │ │ │ │ └── values-v18.xml
│ │ │ │ ├── values-v21
│ │ │ │ │ └── values-v21.xml
│ │ │ │ ├── values-v22
│ │ │ │ │ └── values-v22.xml
│ │ │ │ ├── values-v23
│ │ │ │ │ └── values-v23.xml
│ │ │ │ ├── values-v24
│ │ │ │ │ └── values-v24.xml
│ │ │ │ ├── values-v25
│ │ │ │ │ └── values-v25.xml
│ │ │ │ ├── values-vi
│ │ │ │ │ └── values-vi.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ ├── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ ├── values-zh-rHK
│ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ ├── values-zh-rTW
│ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ └── values-zu
│ │ │ │ └── values-zu.xml
│ │ │ └── resources-debug-androidTest.ap_
│ │ ├── symbols
│ │ │ └── androidTest
│ │ │ └── debug
│ │ │ └── R.txt
│ │ └── transforms
│ │ ├── mergeJavaRes
│ │ │ └── release
│ │ │ └── jars
│ │ │ └── 2
│ │ │ └── 3
│ │ │ └── main.jar
│ │ ├── mergeJniLibs
│ │ │ └── release
│ │ │ └── folders
│ │ │ └── 2000
│ │ │ └── 3
│ │ │ └── main
│ │ │ └── lib
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ └── stripDebugSymbol
│ │ └── release
│ │ ├── folders
│ │ │ └── 2000
│ │ │ └── 3
│ │ │ └── main
│ │ │ └── lib
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ └── jars
│ │ └── 2000
│ │ └── 10
│ │ └── cfa7e4f6acdbb5a37cc4fde833ccf160c11355f4.jar
│ └── outputs
│ └── aar
│ ├── easeui-debug.aar
│ └── easeui-release.aar
├── build.gradle
├── build.xml
├── hyphenate.sh
├── ic_launcher-web.png
├── libs
│ ├── BaiduLBS_Android.jar
│ ├── HwPush_SDK_V2705_nomap.jar
│ ├── MiPush_SDK_Client_2_2_19.jar
│ ├── arm64-v8a
│ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ ├── libhyphenate.so
│ │ ├── libhyphenate_av.so
│ │ ├── libhyphenate_av_recorder.so
│ │ ├── liblocSDK7.so
│ │ └── libsqlite.so
│ ├── armeabi-v7a
│ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ ├── libhyphenate.so
│ │ ├── libhyphenate_av.so
│ │ ├── libhyphenate_av_recorder.so
│ │ ├── liblocSDK7.so
│ │ └── libsqlite.so
│ ├── glide-3.6.1.jar
│ ├── google-play-services.jar
│ ├── hyphenatechat_3.3.0.jar
│ ├── org.apache.http.legacy.jar
│ └── x86
│ ├── libBaiduMapSDK_base_v4_0_0.so
│ ├── libBaiduMapSDK_map_v4_0_0.so
│ ├── libBaiduMapSDK_util_v4_0_0.so
│ ├── libhyphenate.so
│ ├── libhyphenate_av.so
│ ├── libhyphenate_av_recorder.so
│ ├── liblocSDK7.so
│ └── libsqlite.so
├── lint.xml
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── fade_in.xml
│ │ ├── fade_out.xml
│ │ ├── head_in.xml
│ │ ├── head_out.xml
│ │ ├── hold.xml
│ │ ├── push_bottom_in.xml
│ │ ├── push_bottom_out.xml
│ │ ├── push_top_in.xml
│ │ ├── push_top_in2.xml
│ │ ├── push_top_out.xml
│ │ ├── push_top_out2.xml
│ │ ├── slide_in_from_left.xml
│ │ ├── slide_in_from_right.xml
│ │ ├── slide_out_to_left.xml
│ │ ├── slide_out_to_right.xml
│ │ ├── voice_from_icon.xml
│ │ └── voice_to_icon.xml
│ ├── drawable
│ │ ├── ease_btn_blue_normal_shape.xml
│ │ ├── ease_btn_blue_pressed_shape.xml
│ │ ├── ease_btn_blue_selector.xml
│ │ ├── ease_btn_cancel_bj.xml
│ │ ├── ease_btn_cancel_normal_shape.xml
│ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ ├── ease_chat_image_selector.xml
│ │ ├── ease_chat_location_selector.xml
│ │ ├── ease_chat_press_speak_btn.xml
│ │ ├── ease_chat_send_btn_selector.xml
│ │ ├── ease_chat_takepic_selector.xml
│ │ ├── ease_chatfrom_bg.xml
│ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ ├── ease_chatto_bg.xml
│ │ ├── ease_common_tab_bg.xml
│ │ ├── ease_edit_text_bg.xml
│ │ ├── ease_mm_listitem.xml
│ │ ├── ease_mm_listitem_grey.xml
│ │ ├── ease_msg_state_failed_resend.xml
│ │ ├── ease_recording_hint_bg.xml
│ │ ├── ease_recording_text_hint_bg.xml
│ │ ├── ease_search_clear.xml
│ │ ├── ease_sidebar_background_pressed.xml
│ │ ├── ease_timestampe_bg.xml
│ │ └── ease_type_select_btn.xml
│ ├── drawable-hdpi
│ │ ├── ease_app_panel_video_icon.9.png
│ │ ├── ease_appitem_del_btn_normal.png
│ │ ├── ease_appitem_del_btn_pressed.png
│ │ ├── ease_chat_face_normal.png
│ │ ├── ease_chat_face_pressed.png
│ │ ├── ease_chat_video_mask_to.9.png
│ │ ├── ease_chatfrom_bg_focused.9.png
│ │ ├── ease_chatfrom_bg_normal.9.png
│ │ ├── ease_chatfrom_voice_playing.png
│ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ ├── ease_chatto_bg_focused.9.png
│ │ ├── ease_chatto_bg_normal.9.png
│ │ ├── ease_chatto_voice_playing.png
│ │ ├── ease_chatto_voice_playing_f1.png
│ │ ├── ease_chatto_voice_playing_f2.png
│ │ ├── ease_chatto_voice_playing_f3.png
│ │ ├── ease_contact_list_normal.png
│ │ ├── ease_contact_list_selected.png
│ │ ├── ease_conversation_normal.png
│ │ ├── ease_conversation_selected.png
│ │ ├── ease_default_avatar.png
│ │ ├── ease_default_image.png
│ │ ├── ease_dx_checkbox_gray_on.png
│ │ ├── ease_dx_checkbox_off.png
│ │ ├── ease_dx_checkbox_on.png
│ │ ├── ease_groups_icon.png
│ │ ├── ease_ic_launcher.png
│ │ ├── ease_icon_marka.png
│ │ ├── ease_input_bar_bg_active.9.png
│ │ ├── ease_input_bar_bg_normal.9.png
│ │ ├── ease_location_msg.9.png
│ │ ├── ease_login_error_icon.png
│ │ ├── ease_mm_listitem_disable.9.png
│ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ ├── ease_mm_listitem_pressed.9.png
│ │ ├── ease_mm_listitem_simple.9.png
│ │ ├── ease_mm_title_back.png
│ │ ├── ease_mm_title_remove.png
│ │ ├── ease_msg_state_fail_resend.png
│ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ ├── ease_new_friends_icon.png
│ │ ├── ease_record_animate_01.png
│ │ ├── ease_record_animate_02.png
│ │ ├── ease_record_animate_03.png
│ │ ├── ease_record_animate_04.png
│ │ ├── ease_record_animate_05.png
│ │ ├── ease_record_animate_06.png
│ │ ├── ease_record_animate_07.png
│ │ ├── ease_record_animate_08.png
│ │ ├── ease_record_animate_09.png
│ │ ├── ease_record_animate_10.png
│ │ ├── ease_record_animate_11.png
│ │ ├── ease_record_animate_12.png
│ │ ├── ease_record_animate_13.png
│ │ ├── ease_record_animate_14.png
│ │ ├── ease_seabar_input.9.png
│ │ ├── ease_search_bar_icon_normal.png
│ │ ├── ease_search_clear_normal.png
│ │ ├── ease_search_clear_pressed.png
│ │ ├── ease_settings_normal.png
│ │ ├── ease_settings_selected.png
│ │ ├── ease_show_head_toast_bg.9.png
│ │ ├── ease_slidetab_bg_press.9.png
│ │ ├── ease_to_group_details_normal.png
│ │ ├── ease_type_select_btn_nor.png
│ │ ├── ease_type_select_btn_pressed.png
│ │ ├── ease_unread_count_bg.9.png
│ │ ├── ease_video_download_btn_nor.png
│ │ ├── ease_video_play_btn_small_nor.png
│ │ ├── ease_video_recorder_start_btn.png
│ │ ├── ease_video_recorder_stop_btn.png
│ │ ├── ease_voice_unread.png
│ │ ├── ee_1.png
│ │ ├── ee_10.png
│ │ ├── ee_11.png
│ │ ├── ee_12.png
│ │ ├── ee_13.png
│ │ ├── ee_14.png
│ │ ├── ee_15.png
│ │ ├── ee_16.png
│ │ ├── ee_17.png
│ │ ├── ee_18.png
│ │ ├── ee_19.png
│ │ ├── ee_2.png
│ │ ├── ee_20.png
│ │ ├── ee_21.png
│ │ ├── ee_22.png
│ │ ├── ee_23.png
│ │ ├── ee_24.png
│ │ ├── ee_25.png
│ │ ├── ee_26.png
│ │ ├── ee_27.png
│ │ ├── ee_28.png
│ │ ├── ee_29.png
│ │ ├── ee_3.png
│ │ ├── ee_30.png
│ │ ├── ee_31.png
│ │ ├── ee_32.png
│ │ ├── ee_33.png
│ │ ├── ee_34.png
│ │ ├── ee_35.png
│ │ ├── ee_4.png
│ │ ├── ee_5.png
│ │ ├── ee_6.png
│ │ ├── ee_7.png
│ │ ├── ee_8.png
│ │ └── ee_9.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── ease_blue_add.png
│ │ ├── ease_chat_edit_normal.9.png
│ │ ├── ease_chat_image_normal.png
│ │ ├── ease_chat_image_pressed.png
│ │ ├── ease_chat_item_file.png
│ │ ├── ease_chat_location_normal.png
│ │ ├── ease_chat_location_pressed.png
│ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ ├── ease_chat_send_btn_normal.9.png
│ │ ├── ease_chat_send_btn_pressed.9.png
│ │ ├── ease_chat_takepic_normal.png
│ │ ├── ease_chat_takepic_pressed.png
│ │ ├── ease_chat_video_call_receive.png
│ │ ├── ease_chat_video_call_self.png
│ │ ├── ease_chat_voice_call_receive.png
│ │ ├── ease_chat_voice_call_self.png
│ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ ├── ease_close_icon.png
│ │ ├── ease_default_avatar.png
│ │ ├── ease_default_expression.png
│ │ ├── ease_delete_expression.png
│ │ ├── ease_dot_emojicon_selected.png
│ │ ├── ease_dot_emojicon_unselected.png
│ │ ├── ease_group_icon.png
│ │ ├── ease_groups_icon.png
│ │ ├── ease_mm_title_remove.png
│ │ ├── ease_new_friends_icon.png
│ │ ├── ease_open_icon.png
│ │ └── ease_unread_dot.9.png
│ ├── layout
│ │ ├── ease_activity_baidumap.xml
│ │ ├── ease_activity_show_big_image.xml
│ │ ├── ease_activity_show_file.xml
│ │ ├── ease_alert_dialog.xml
│ │ ├── ease_chat_menu_item.xml
│ │ ├── ease_chat_message_list.xml
│ │ ├── ease_commom_back_btn.xml
│ │ ├── ease_conversation_item.xml
│ │ ├── ease_emojicon.xml
│ │ ├── ease_expression_gridview.xml
│ │ ├── ease_fragment_chat.xml
│ │ ├── ease_fragment_contact_list.xml
│ │ ├── ease_fragment_conversation_list.xml
│ │ ├── ease_layout_chat_primary_menu.xml
│ │ ├── ease_layout_emojicon_menu.xml
│ │ ├── ease_row_big_expression.xml
│ │ ├── ease_row_chat_history.xml
│ │ ├── ease_row_contact.xml
│ │ ├── ease_row_expression.xml
│ │ ├── ease_row_received_bigexpression.xml
│ │ ├── ease_row_received_file.xml
│ │ ├── ease_row_received_location.xml
│ │ ├── ease_row_received_message.xml
│ │ ├── ease_row_received_picture.xml
│ │ ├── ease_row_received_video.xml
│ │ ├── ease_row_received_video_call.xml
│ │ ├── ease_row_received_voice.xml
│ │ ├── ease_row_received_voice_call.xml
│ │ ├── ease_row_sent_bigexpression.xml
│ │ ├── ease_row_sent_file.xml
│ │ ├── ease_row_sent_location.xml
│ │ ├── ease_row_sent_message.xml
│ │ ├── ease_row_sent_picture.xml
│ │ ├── ease_row_sent_video.xml
│ │ ├── ease_row_sent_video_call.xml
│ │ ├── ease_row_sent_voice.xml
│ │ ├── ease_row_sent_voice_call.xml
│ │ ├── ease_scroll_tab_item.xml
│ │ ├── ease_search_bar.xml
│ │ ├── ease_search_bar_with_padding.xml
│ │ ├── ease_showvideo_activity.xml
│ │ ├── ease_widget_chat_input_menu.xml
│ │ ├── ease_widget_chat_primary_menu.xml
│ │ ├── ease_widget_contact_list.xml
│ │ ├── ease_widget_emojicon.xml
│ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ ├── ease_widget_switch_button.xml
│ │ ├── ease_widget_title_bar.xml
│ │ └── ease_widget_voice_recorder.xml
│ ├── values
│ │ ├── ease_attrs.xml
│ │ ├── ease_colors.xml
│ │ ├── ease_dimens.xml
│ │ ├── ease_strings.xml
│ │ └── ease_styles.xml
│ ├── values-large
│ │ └── ease_dimens.xml
│ ├── values-v11
│ │ └── ease_styles.xml
│ ├── values-w820dp
│ │ └── ease_dimens.xml
│ ├── values-xlarge
│ │ └── ease_dimens.xml
│ └── values-zh-rCN
│ └── ease_strings.xml
├── simpledemo
│ ├── AndroidManifest.xml
│ ├── ic_launcher-web.png
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── color
│ │ │ └── em_main_botton_text_color.xml
│ │ ├── drawable
│ │ │ ├── em_main_bottom_item_bg.xml
│ │ │ ├── em_tab_chat_bg.xml
│ │ │ ├── em_tab_contact_list_bg.xml
│ │ │ └── em_tab_setting_bg.xml
│ │ ├── drawable-hdpi
│ │ │ ├── em_contact_list_normal.png
│ │ │ ├── em_contact_list_selected.png
│ │ │ ├── em_conversation_normal.png
│ │ │ ├── em_conversation_selected.png
│ │ │ ├── em_settings_normal.png
│ │ │ ├── em_settings_selected.png
│ │ │ ├── em_unread_count_bg.9.png
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── activity_chat.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_main.xml
│ │ │ └── fragment_settings.xml
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ └── strings.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── src
│ └── com
│ └── hyphenate
│ └── easeuisimpledemo
│ ├── DemoApplication.java
│ └── ui
│ ├── ChatActivity.java
│ ├── LoginActivity.java
│ ├── MainActivity.java
│ └── SettingsFragment.java
└── src
└── com
└── hyphenate
└── easeui
├── EaseConstant.java
├── adapter
│ ├── EaseContactAdapter.java
│ ├── EaseConversationAdapter.java
│ ├── EaseExpressionPagerAdapter.java
│ ├── EaseMessageAdapter.java
│ ├── EmojiconGridAdapter.java
│ └── EmojiconPagerAdapter.java
├── controller
│ └── EaseUI.java
├── domain
│ ├── EaseEmojicon.java
│ ├── EaseEmojiconGroupEntity.java
│ └── EaseUser.java
├── model
│ ├── EaseAtMessageHelper.java
│ ├── EaseDefaultEmojiconDatas.java
│ ├── EaseImageCache.java
│ ├── EaseNotifier.java
│ ├── EasePreferenceManager.java
│ └── EaseVoiceRecorder.java
├── ui
│ ├── EaseBaiduMapActivity.java
│ ├── EaseBaseActivity.java
│ ├── EaseBaseFragment.java
│ ├── EaseChatFragment.java
│ ├── EaseChatRoomListener.java
│ ├── EaseContactListFragment.java
│ ├── EaseConversationListFragment.java
│ ├── EaseGroupListener.java
│ ├── EaseShowBigImageActivity.java
│ ├── EaseShowNormalFileActivity.java
│ └── EaseShowVideoActivity.java
├── utils
│ ├── EaseCommonUtils.java
│ ├── EaseImageUtils.java
│ ├── EaseLoadLocalBigImgTask.java
│ ├── EaseSmileUtils.java
│ └── EaseUserUtils.java
└── widget
├── EaseAlertDialog.java
├── EaseChatExtendMenu.java
├── EaseChatInputMenu.java
├── EaseChatMessageList.java
├── EaseChatPrimaryMenu.java
├── EaseChatPrimaryMenuBase.java
├── EaseContactList.java
├── EaseConversationList.java
├── EaseExpandGridView.java
├── EaseImageView.java
├── EaseSidebar.java
├── EaseSwitchButton.java
├── EaseTitleBar.java
├── EaseVoiceRecorderView.java
├── chatrow
│ ├── EaseChatRow.java
│ ├── EaseChatRowBigExpression.java
│ ├── EaseChatRowFile.java
│ ├── EaseChatRowImage.java
│ ├── EaseChatRowLocation.java
│ ├── EaseChatRowText.java
│ ├── EaseChatRowVideo.java
│ ├── EaseChatRowVoice.java
│ ├── EaseChatRowVoicePlayClickListener.java
│ └── EaseCustomChatRowProvider.java
├── emojicon
│ ├── EaseEmojiconIndicatorView.java
│ ├── EaseEmojiconMenu.java
│ ├── EaseEmojiconMenuBase.java
│ ├── EaseEmojiconPagerView.java
│ └── EaseEmojiconScrollTabBar.java
└── photoview
├── Compat.java
├── EasePhotoView.java
├── IPhotoView.java
├── PhotoViewAttacher.java
├── SDK16.java
├── ScrollerProxy.java
└── VersionedGestureDetector.java
496 directories, 2519 files
在使用环信通讯的时候导入EaseUI报错,后来我在网上找到一个修改后的的EaseUI,这是我在网上找的修改好的依赖库,和大家交流学习
【实例截图】
【核心代码】
环信easeui聊天依赖库
└── 环信easeui聊天依赖库
└── easeui
├── AndroidManifest.xml
├── EaseUI.iml
├── LICENSE
├── README.md
├── build
│ ├── generated
│ │ └── source
│ │ ├── buildConfig
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── hyphenate
│ │ │ │ └── easeui
│ │ │ │ └── test
│ │ │ │ └── BuildConfig.java
│ │ │ ├── debug
│ │ │ │ └── com
│ │ │ │ └── hyphenate
│ │ │ │ └── easeui
│ │ │ │ └── BuildConfig.java
│ │ │ └── release
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ └── BuildConfig.java
│ │ └── r
│ │ ├── androidTest
│ │ │ └── debug
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ ├── R.java
│ │ │ └── test
│ │ │ └── R.java
│ │ ├── debug
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ └── R.java
│ │ └── release
│ │ ├── android
│ │ │ └── support
│ │ │ ├── compat
│ │ │ │ └── R.java
│ │ │ ├── coreui
│ │ │ │ └── R.java
│ │ │ ├── coreutils
│ │ │ │ └── R.java
│ │ │ ├── fragment
│ │ │ │ └── R.java
│ │ │ ├── graphics
│ │ │ │ └── drawable
│ │ │ │ ├── R.java
│ │ │ │ └── animated
│ │ │ │ └── R.java
│ │ │ ├── mediacompat
│ │ │ │ └── R.java
│ │ │ ├── v4
│ │ │ │ └── R.java
│ │ │ └── v7
│ │ │ └── appcompat
│ │ │ └── R.java
│ │ └── com
│ │ └── hyphenate
│ │ └── easeui
│ │ └── R.java
│ ├── intermediates
│ │ ├── blame
│ │ │ └── res
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── multi
│ │ │ │ │ ├── values-large-v4.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ │ ├── values-zh-rCN.json
│ │ │ │ │ └── values.json
│ │ │ │ └── single
│ │ │ │ ├── anim.json
│ │ │ │ ├── drawable-hdpi-v4.json
│ │ │ │ ├── drawable-mdpi-v4.json
│ │ │ │ ├── drawable-xhdpi-v4.json
│ │ │ │ ├── drawable.json
│ │ │ │ └── layout.json
│ │ │ └── release
│ │ │ ├── multi
│ │ │ │ ├── values-af.json
│ │ │ │ ├── values-am.json
│ │ │ │ ├── values-ar.json
│ │ │ │ ├── values-az-rAZ.json
│ │ │ │ ├── values-b+sr+Latn.json
│ │ │ │ ├── values-be-rBY.json
│ │ │ │ ├── values-bg.json
│ │ │ │ ├── values-bn-rBD.json
│ │ │ │ ├── values-bs-rBA.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-rUS.json
│ │ │ │ ├── values-es.json
│ │ │ │ ├── values-et-rEE.json
│ │ │ │ ├── values-eu-rES.json
│ │ │ │ ├── values-fa.json
│ │ │ │ ├── values-fi.json
│ │ │ │ ├── values-fr-rCA.json
│ │ │ │ ├── values-fr.json
│ │ │ │ ├── values-gl-rES.json
│ │ │ │ ├── values-gu-rIN.json
│ │ │ │ ├── values-h720dp-v13.json
│ │ │ │ ├── values-hdpi-v4.json
│ │ │ │ ├── values-hi.json
│ │ │ │ ├── values-hr.json
│ │ │ │ ├── values-hu.json
│ │ │ │ ├── values-hy-rAM.json
│ │ │ │ ├── values-in.json
│ │ │ │ ├── values-is-rIS.json
│ │ │ │ ├── values-it.json
│ │ │ │ ├── values-iw.json
│ │ │ │ ├── values-ja.json
│ │ │ │ ├── values-ka-rGE.json
│ │ │ │ ├── values-kk-rKZ.json
│ │ │ │ ├── values-km-rKH.json
│ │ │ │ ├── values-kn-rIN.json
│ │ │ │ ├── values-ko.json
│ │ │ │ ├── values-ky-rKG.json
│ │ │ │ ├── values-land.json
│ │ │ │ ├── values-large-v4.json
│ │ │ │ ├── values-ldltr-v21.json
│ │ │ │ ├── values-lo-rLA.json
│ │ │ │ ├── values-lt.json
│ │ │ │ ├── values-lv.json
│ │ │ │ ├── values-mk-rMK.json
│ │ │ │ ├── values-ml-rIN.json
│ │ │ │ ├── values-mn-rMN.json
│ │ │ │ ├── values-mr-rIN.json
│ │ │ │ ├── values-ms-rMY.json
│ │ │ │ ├── values-my-rMM.json
│ │ │ │ ├── values-nb.json
│ │ │ │ ├── values-ne-rNP.json
│ │ │ │ ├── values-night-v8.json
│ │ │ │ ├── values-nl.json
│ │ │ │ ├── values-pa-rIN.json
│ │ │ │ ├── values-pl.json
│ │ │ │ ├── values-port.json
│ │ │ │ ├── values-pt-rBR.json
│ │ │ │ ├── values-pt-rPT.json
│ │ │ │ ├── values-pt.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-sw.json
│ │ │ │ ├── values-sw600dp-v13.json
│ │ │ │ ├── values-ta-rIN.json
│ │ │ │ ├── values-te-rIN.json
│ │ │ │ ├── values-th.json
│ │ │ │ ├── values-tl.json
│ │ │ │ ├── values-tr.json
│ │ │ │ ├── values-uk.json
│ │ │ │ ├── values-ur-rPK.json
│ │ │ │ ├── values-uz-rUZ.json
│ │ │ │ ├── values-v11.json
│ │ │ │ ├── values-v12.json
│ │ │ │ ├── values-v13.json
│ │ │ │ ├── values-v14.json
│ │ │ │ ├── values-v16.json
│ │ │ │ ├── values-v17.json
│ │ │ │ ├── values-v18.json
│ │ │ │ ├── values-v21.json
│ │ │ │ ├── values-v22.json
│ │ │ │ ├── values-v23.json
│ │ │ │ ├── values-v24.json
│ │ │ │ ├── values-v25.json
│ │ │ │ ├── values-vi.json
│ │ │ │ ├── values-w820dp-v13.json
│ │ │ │ ├── values-xlarge-v4.json
│ │ │ │ ├── values-zh-rCN.json
│ │ │ │ ├── values-zh-rHK.json
│ │ │ │ ├── values-zh-rTW.json
│ │ │ │ ├── values-zu.json
│ │ │ │ └── values.json
│ │ │ └── single
│ │ │ ├── anim.json
│ │ │ ├── color-v11.json
│ │ │ ├── color-v23.json
│ │ │ ├── color.json
│ │ │ ├── drawable-hdpi-v4.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
│ │ │ ├── drawable.json
│ │ │ ├── layout-v11.json
│ │ │ ├── layout-v16.json
│ │ │ ├── layout-v21.json
│ │ │ └── layout.json
│ │ ├── bundles
│ │ │ ├── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ └── res
│ │ │ │ ├── anim
│ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ ├── head_in.xml
│ │ │ │ │ ├── head_out.xml
│ │ │ │ │ ├── hold.xml
│ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ └── ease_type_select_btn.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ ├── ee_1.png
│ │ │ │ │ ├── ee_10.png
│ │ │ │ │ ├── ee_11.png
│ │ │ │ │ ├── ee_12.png
│ │ │ │ │ ├── ee_13.png
│ │ │ │ │ ├── ee_14.png
│ │ │ │ │ ├── ee_15.png
│ │ │ │ │ ├── ee_16.png
│ │ │ │ │ ├── ee_17.png
│ │ │ │ │ ├── ee_18.png
│ │ │ │ │ ├── ee_19.png
│ │ │ │ │ ├── ee_2.png
│ │ │ │ │ ├── ee_20.png
│ │ │ │ │ ├── ee_21.png
│ │ │ │ │ ├── ee_22.png
│ │ │ │ │ ├── ee_23.png
│ │ │ │ │ ├── ee_24.png
│ │ │ │ │ ├── ee_25.png
│ │ │ │ │ ├── ee_26.png
│ │ │ │ │ ├── ee_27.png
│ │ │ │ │ ├── ee_28.png
│ │ │ │ │ ├── ee_29.png
│ │ │ │ │ ├── ee_3.png
│ │ │ │ │ ├── ee_30.png
│ │ │ │ │ ├── ee_31.png
│ │ │ │ │ ├── ee_32.png
│ │ │ │ │ ├── ee_33.png
│ │ │ │ │ ├── ee_34.png
│ │ │ │ │ ├── ee_35.png
│ │ │ │ │ ├── ee_4.png
│ │ │ │ │ ├── ee_5.png
│ │ │ │ │ ├── ee_6.png
│ │ │ │ │ ├── ee_7.png
│ │ │ │ │ ├── ee_8.png
│ │ │ │ │ └── ee_9.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ └── ease_unread_dot.9.png
│ │ │ │ ├── layout
│ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ └── values-zh-rCN
│ │ │ │ └── values-zh-rCN.xml
│ │ │ └── default
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── R.txt
│ │ │ ├── classes.jar
│ │ │ ├── jni
│ │ │ │ ├── arm64-v8a
│ │ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ │ ├── libhyphenate.so
│ │ │ │ │ ├── libhyphenate_av.so
│ │ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ │ ├── liblocSDK7.so
│ │ │ │ │ └── libsqlite.so
│ │ │ │ ├── armeabi-v7a
│ │ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ │ ├── libhyphenate.so
│ │ │ │ │ ├── libhyphenate_av.so
│ │ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ │ ├── liblocSDK7.so
│ │ │ │ │ └── libsqlite.so
│ │ │ │ └── x86
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── libs
│ │ │ │ ├── BaiduLBS_Android.jar
│ │ │ │ ├── HwPush_SDK_V2705_nomap.jar
│ │ │ │ ├── MiPush_SDK_Client_2_2_19.jar
│ │ │ │ ├── glide-3.6.1.jar
│ │ │ │ ├── google-play-services.jar
│ │ │ │ ├── hyphenatechat_3.3.0.jar
│ │ │ │ └── org.apache.http.legacy.jar
│ │ │ └── res
│ │ │ ├── anim
│ │ │ │ ├── fade_in.xml
│ │ │ │ ├── fade_out.xml
│ │ │ │ ├── head_in.xml
│ │ │ │ ├── head_out.xml
│ │ │ │ ├── hold.xml
│ │ │ │ ├── push_bottom_in.xml
│ │ │ │ ├── push_bottom_out.xml
│ │ │ │ ├── push_top_in.xml
│ │ │ │ ├── push_top_in2.xml
│ │ │ │ ├── push_top_out.xml
│ │ │ │ ├── push_top_out2.xml
│ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ ├── voice_from_icon.xml
│ │ │ │ └── voice_to_icon.xml
│ │ │ ├── drawable
│ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ ├── ease_search_clear.xml
│ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ └── ease_type_select_btn.xml
│ │ │ ├── drawable-hdpi-v4
│ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ ├── ease_default_avatar.png
│ │ │ │ ├── ease_default_image.png
│ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ ├── ease_groups_icon.png
│ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ ├── ease_icon_marka.png
│ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ ├── ease_settings_normal.png
│ │ │ │ ├── ease_settings_selected.png
│ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ ├── ease_voice_unread.png
│ │ │ │ ├── ee_1.png
│ │ │ │ ├── ee_10.png
│ │ │ │ ├── ee_11.png
│ │ │ │ ├── ee_12.png
│ │ │ │ ├── ee_13.png
│ │ │ │ ├── ee_14.png
│ │ │ │ ├── ee_15.png
│ │ │ │ ├── ee_16.png
│ │ │ │ ├── ee_17.png
│ │ │ │ ├── ee_18.png
│ │ │ │ ├── ee_19.png
│ │ │ │ ├── ee_2.png
│ │ │ │ ├── ee_20.png
│ │ │ │ ├── ee_21.png
│ │ │ │ ├── ee_22.png
│ │ │ │ ├── ee_23.png
│ │ │ │ ├── ee_24.png
│ │ │ │ ├── ee_25.png
│ │ │ │ ├── ee_26.png
│ │ │ │ ├── ee_27.png
│ │ │ │ ├── ee_28.png
│ │ │ │ ├── ee_29.png
│ │ │ │ ├── ee_3.png
│ │ │ │ ├── ee_30.png
│ │ │ │ ├── ee_31.png
│ │ │ │ ├── ee_32.png
│ │ │ │ ├── ee_33.png
│ │ │ │ ├── ee_34.png
│ │ │ │ ├── ee_35.png
│ │ │ │ ├── ee_4.png
│ │ │ │ ├── ee_5.png
│ │ │ │ ├── ee_6.png
│ │ │ │ ├── ee_7.png
│ │ │ │ ├── ee_8.png
│ │ │ │ └── ee_9.png
│ │ │ ├── drawable-mdpi-v4
│ │ │ │ └── ic_launcher.png
│ │ │ ├── drawable-xhdpi-v4
│ │ │ │ ├── ease_blue_add.png
│ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ ├── ease_close_icon.png
│ │ │ │ ├── ease_default_avatar.png
│ │ │ │ ├── ease_default_expression.png
│ │ │ │ ├── ease_delete_expression.png
│ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ ├── ease_group_icon.png
│ │ │ │ ├── ease_groups_icon.png
│ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ ├── ease_open_icon.png
│ │ │ │ └── ease_unread_dot.9.png
│ │ │ ├── layout
│ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ ├── ease_emojicon.xml
│ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ ├── ease_row_contact.xml
│ │ │ │ ├── ease_row_expression.xml
│ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ ├── ease_search_bar.xml
│ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ ├── values
│ │ │ │ └── values.xml
│ │ │ ├── values-large-v4
│ │ │ │ └── values-large-v4.xml
│ │ │ ├── values-v11
│ │ │ │ └── values-v11.xml
│ │ │ ├── values-w820dp-v13
│ │ │ │ └── values-w820dp-v13.xml
│ │ │ ├── values-xlarge-v4
│ │ │ │ └── values-xlarge-v4.xml
│ │ │ └── values-zh-rCN
│ │ │ └── values-zh-rCN.xml
│ │ ├── classes
│ │ │ └── release
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ ├── compat
│ │ │ │ │ └── R.class
│ │ │ │ ├── coreui
│ │ │ │ │ └── R.class
│ │ │ │ ├── coreutils
│ │ │ │ │ └── R.class
│ │ │ │ ├── fragment
│ │ │ │ │ └── R.class
│ │ │ │ ├── graphics
│ │ │ │ │ └── drawable
│ │ │ │ │ ├── R.class
│ │ │ │ │ └── animated
│ │ │ │ │ └── R.class
│ │ │ │ ├── mediacompat
│ │ │ │ │ └── R.class
│ │ │ │ ├── v4
│ │ │ │ │ └── R.class
│ │ │ │ └── v7
│ │ │ │ └── appcompat
│ │ │ │ ├── R$anim.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$bool.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$integer.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── R$styleable.class
│ │ │ │ └── R.class
│ │ │ └── com
│ │ │ └── hyphenate
│ │ │ └── easeui
│ │ │ ├── BuildConfig.class
│ │ │ ├── EaseConstant.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$bool.class
│ │ │ ├── R$color.class
│ │ │ ├── R$dimen.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$integer.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R$styleable.class
│ │ │ ├── R.class
│ │ │ ├── adapter
│ │ │ │ ├── EaseContactAdapter$1.class
│ │ │ │ ├── EaseContactAdapter$MyFilter.class
│ │ │ │ ├── EaseContactAdapter$ViewHolder.class
│ │ │ │ ├── EaseContactAdapter.class
│ │ │ │ ├── EaseConversationAdapter$1.class
│ │ │ │ ├── EaseConversationAdapter$ConversationFilter.class
│ │ │ │ ├── EaseConversationAdapter$ViewHolder.class
│ │ │ │ ├── EaseConversationAdapter.class
│ │ │ │ ├── EaseExpressionPagerAdapter.class
│ │ │ │ ├── EaseMessageAdapter$1.class
│ │ │ │ ├── EaseMessageAdapter$2.class
│ │ │ │ ├── EaseMessageAdapter.class
│ │ │ │ ├── EmojiconGridAdapter.class
│ │ │ │ └── EmojiconPagerAdapter.class
│ │ │ ├── controller
│ │ │ │ ├── EaseUI$1.class
│ │ │ │ ├── EaseUI$DefaultSettingsProvider.class
│ │ │ │ ├── EaseUI$EaseEmojiconInfoProvider.class
│ │ │ │ ├── EaseUI$EaseSettingsProvider.class
│ │ │ │ ├── EaseUI$EaseUserProfileProvider.class
│ │ │ │ └── EaseUI.class
│ │ │ ├── domain
│ │ │ │ ├── EaseEmojicon$Type.class
│ │ │ │ ├── EaseEmojicon.class
│ │ │ │ ├── EaseEmojiconGroupEntity.class
│ │ │ │ └── EaseUser.class
│ │ │ ├── model
│ │ │ │ ├── EaseAtMessageHelper.class
│ │ │ │ ├── EaseDefaultEmojiconDatas.class
│ │ │ │ ├── EaseImageCache$1.class
│ │ │ │ ├── EaseImageCache.class
│ │ │ │ ├── EaseNotifier$1.class
│ │ │ │ ├── EaseNotifier$2.class
│ │ │ │ ├── EaseNotifier$EaseNotificationInfoProvider.class
│ │ │ │ ├── EaseNotifier.class
│ │ │ │ ├── EasePreferenceManager.class
│ │ │ │ ├── EaseVoiceRecorder$1.class
│ │ │ │ └── EaseVoiceRecorder.class
│ │ │ ├── ui
│ │ │ │ ├── EaseBaiduMapActivity$1.class
│ │ │ │ ├── EaseBaiduMapActivity$BaiduSDKReceiver.class
│ │ │ │ ├── EaseBaiduMapActivity$MyLocationListenner.class
│ │ │ │ ├── EaseBaiduMapActivity.class
│ │ │ │ ├── EaseBaseActivity.class
│ │ │ │ ├── EaseBaseFragment.class
│ │ │ │ ├── EaseChatFragment$1$1.class
│ │ │ │ ├── EaseChatFragment$1.class
│ │ │ │ ├── EaseChatFragment$10.class
│ │ │ │ ├── EaseChatFragment$2.class
│ │ │ │ ├── EaseChatFragment$3.class
│ │ │ │ ├── EaseChatFragment$4.class
│ │ │ │ ├── EaseChatFragment$5$1.class
│ │ │ │ ├── EaseChatFragment$5.class
│ │ │ │ ├── EaseChatFragment$6$1.class
│ │ │ │ ├── EaseChatFragment$6.class
│ │ │ │ ├── EaseChatFragment$7$1.class
│ │ │ │ ├── EaseChatFragment$7$2.class
│ │ │ │ ├── EaseChatFragment$7.class
│ │ │ │ ├── EaseChatFragment$8.class
│ │ │ │ ├── EaseChatFragment$9.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$1.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$2.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$3.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener$4.class
│ │ │ │ ├── EaseChatFragment$ChatRoomListener.class
│ │ │ │ ├── EaseChatFragment$EaseChatFragmentHelper.class
│ │ │ │ ├── EaseChatFragment$GroupListener$1.class
│ │ │ │ ├── EaseChatFragment$GroupListener$2.class
│ │ │ │ ├── EaseChatFragment$GroupListener.class
│ │ │ │ ├── EaseChatFragment$MyItemClickListener.class
│ │ │ │ ├── EaseChatFragment.class
│ │ │ │ ├── EaseChatRoomListener.class
│ │ │ │ ├── EaseContactListFragment$1.class
│ │ │ │ ├── EaseContactListFragment$2.class
│ │ │ │ ├── EaseContactListFragment$3.class
│ │ │ │ ├── EaseContactListFragment$4.class
│ │ │ │ ├── EaseContactListFragment$5$1.class
│ │ │ │ ├── EaseContactListFragment$5$2.class
│ │ │ │ ├── EaseContactListFragment$5.class
│ │ │ │ ├── EaseContactListFragment$6.class
│ │ │ │ ├── EaseContactListFragment$7$1.class
│ │ │ │ ├── EaseContactListFragment$7$2.class
│ │ │ │ ├── EaseContactListFragment$7.class
│ │ │ │ ├── EaseContactListFragment$EaseContactListItemClickListener.class
│ │ │ │ ├── EaseContactListFragment.class
│ │ │ │ ├── EaseConversationListFragment$1.class
│ │ │ │ ├── EaseConversationListFragment$2.class
│ │ │ │ ├── EaseConversationListFragment$3.class
│ │ │ │ ├── EaseConversationListFragment$4.class
│ │ │ │ ├── EaseConversationListFragment$5.class
│ │ │ │ ├── EaseConversationListFragment$6.class
│ │ │ │ ├── EaseConversationListFragment$7.class
│ │ │ │ ├── EaseConversationListFragment$8.class
│ │ │ │ ├── EaseConversationListFragment$EaseConversationListItemClickListener.class
│ │ │ │ ├── EaseConversationListFragment.class
│ │ │ │ ├── EaseGroupListener.class
│ │ │ │ ├── EaseShowBigImageActivity$1.class
│ │ │ │ ├── EaseShowBigImageActivity$2$1.class
│ │ │ │ ├── EaseShowBigImageActivity$2$2.class
│ │ │ │ ├── EaseShowBigImageActivity$2$3.class
│ │ │ │ ├── EaseShowBigImageActivity$2.class
│ │ │ │ ├── EaseShowBigImageActivity.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$1.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$2.class
│ │ │ │ ├── EaseShowNormalFileActivity$1$3.class
│ │ │ │ ├── EaseShowNormalFileActivity$1.class
│ │ │ │ ├── EaseShowNormalFileActivity.class
│ │ │ │ ├── EaseShowVideoActivity$1$1.class
│ │ │ │ ├── EaseShowVideoActivity$1$2.class
│ │ │ │ ├── EaseShowVideoActivity$1.class
│ │ │ │ └── EaseShowVideoActivity.class
│ │ │ ├── utils
│ │ │ │ ├── EaseCommonUtils$1.class
│ │ │ │ ├── EaseCommonUtils$1GetInitialLetter.class
│ │ │ │ ├── EaseCommonUtils.class
│ │ │ │ ├── EaseImageUtils.class
│ │ │ │ ├── EaseLoadLocalBigImgTask.class
│ │ │ │ ├── EaseSmileUtils.class
│ │ │ │ └── EaseUserUtils.class
│ │ │ └── widget
│ │ │ ├── EaseAlertDialog$1.class
│ │ │ ├── EaseAlertDialog$AlertDialogUser.class
│ │ │ ├── EaseAlertDialog.class
│ │ │ ├── EaseChatExtendMenu$ChatMenuItem.class
│ │ │ ├── EaseChatExtendMenu$ChatMenuItemModel.class
│ │ │ ├── EaseChatExtendMenu$EaseChatExtendMenuItemClickListener.class
│ │ │ ├── EaseChatExtendMenu$ItemAdapter$1.class
│ │ │ ├── EaseChatExtendMenu$ItemAdapter.class
│ │ │ ├── EaseChatExtendMenu.class
│ │ │ ├── EaseChatInputMenu$1.class
│ │ │ ├── EaseChatInputMenu$2.class
│ │ │ ├── EaseChatInputMenu$3.class
│ │ │ ├── EaseChatInputMenu$4.class
│ │ │ ├── EaseChatInputMenu$ChatInputMenuListener.class
│ │ │ ├── EaseChatInputMenu.class
│ │ │ ├── EaseChatMessageList$MessageListItemClickListener.class
│ │ │ ├── EaseChatMessageList.class
│ │ │ ├── EaseChatPrimaryMenu$1.class
│ │ │ ├── EaseChatPrimaryMenu$2.class
│ │ │ ├── EaseChatPrimaryMenu$3.class
│ │ │ ├── EaseChatPrimaryMenu$4.class
│ │ │ ├── EaseChatPrimaryMenu$5.class
│ │ │ ├── EaseChatPrimaryMenu.class
│ │ │ ├── EaseChatPrimaryMenuBase$EaseChatPrimaryMenuListener.class
│ │ │ ├── EaseChatPrimaryMenuBase.class
│ │ │ ├── EaseContactList$1.class
│ │ │ ├── EaseContactList.class
│ │ │ ├── EaseConversationList$1.class
│ │ │ ├── EaseConversationList$EaseConversationListHelper.class
│ │ │ ├── EaseConversationList.class
│ │ │ ├── EaseExpandGridView.class
│ │ │ ├── EaseImageView.class
│ │ │ ├── EaseSidebar.class
│ │ │ ├── EaseSwitchButton.class
│ │ │ ├── EaseTitleBar.class
│ │ │ ├── EaseVoiceRecorderView$1.class
│ │ │ ├── EaseVoiceRecorderView$EaseVoiceRecorderCallback.class
│ │ │ ├── EaseVoiceRecorderView.class
│ │ │ ├── chatrow
│ │ │ │ ├── EaseChatRow$1$1.class
│ │ │ │ ├── EaseChatRow$1.class
│ │ │ │ ├── EaseChatRow$2$1.class
│ │ │ │ ├── EaseChatRow$2.class
│ │ │ │ ├── EaseChatRow$3.class
│ │ │ │ ├── EaseChatRow$4.class
│ │ │ │ ├── EaseChatRow$5.class
│ │ │ │ ├── EaseChatRow$6.class
│ │ │ │ ├── EaseChatRow$7.class
│ │ │ │ ├── EaseChatRow$8.class
│ │ │ │ ├── EaseChatRow$9.class
│ │ │ │ ├── EaseChatRow.class
│ │ │ │ ├── EaseChatRowBigExpression.class
│ │ │ │ ├── EaseChatRowFile$1.class
│ │ │ │ ├── EaseChatRowFile.class
│ │ │ │ ├── EaseChatRowImage$1$1.class
│ │ │ │ ├── EaseChatRowImage$1.class
│ │ │ │ ├── EaseChatRowImage.class
│ │ │ │ ├── EaseChatRowLocation$1.class
│ │ │ │ ├── EaseChatRowLocation$MapClickListener.class
│ │ │ │ ├── EaseChatRowLocation.class
│ │ │ │ ├── EaseChatRowText$1.class
│ │ │ │ ├── EaseChatRowText.class
│ │ │ │ ├── EaseChatRowVideo$1.class
│ │ │ │ ├── EaseChatRowVideo.class
│ │ │ │ ├── EaseChatRowVoice.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener$1.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener$2.class
│ │ │ │ ├── EaseChatRowVoicePlayClickListener.class
│ │ │ │ └── EaseCustomChatRowProvider.class
│ │ │ ├── emojicon
│ │ │ │ ├── EaseEmojiconIndicatorView.class
│ │ │ │ ├── EaseEmojiconMenu$1.class
│ │ │ │ ├── EaseEmojiconMenu$EmojiconPagerViewListener.class
│ │ │ │ ├── EaseEmojiconMenu.class
│ │ │ │ ├── EaseEmojiconMenuBase$EaseEmojiconMenuListener.class
│ │ │ │ ├── EaseEmojiconMenuBase.class
│ │ │ │ ├── EaseEmojiconPagerView$1.class
│ │ │ │ ├── EaseEmojiconPagerView$EaseEmojiconPagerViewListener.class
│ │ │ │ ├── EaseEmojiconPagerView$EmojiPagerChangeListener.class
│ │ │ │ ├── EaseEmojiconPagerView.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$1.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$2.class
│ │ │ │ ├── EaseEmojiconScrollTabBar$EaseScrollTabBarItemClickListener.class
│ │ │ │ └── EaseEmojiconScrollTabBar.class
│ │ │ └── photoview
│ │ │ ├── Compat.class
│ │ │ ├── EasePhotoView.class
│ │ │ ├── IPhotoView.class
│ │ │ ├── PhotoViewAttacher$1.class
│ │ │ ├── PhotoViewAttacher$2.class
│ │ │ ├── PhotoViewAttacher$AnimatedZoomRunnable.class
│ │ │ ├── PhotoViewAttacher$FlingRunnable.class
│ │ │ ├── PhotoViewAttacher$OnMatrixChangedListener.class
│ │ │ ├── PhotoViewAttacher$OnPhotoTapListener.class
│ │ │ ├── PhotoViewAttacher$OnViewTapListener.class
│ │ │ ├── PhotoViewAttacher.class
│ │ │ ├── SDK16.class
│ │ │ ├── ScrollerProxy$GingerScroller.class
│ │ │ ├── ScrollerProxy$PreGingerScroller.class
│ │ │ ├── ScrollerProxy.class
│ │ │ ├── VersionedGestureDetector$CupcakeDetector.class
│ │ │ ├── VersionedGestureDetector$EclairDetector.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector$1.class
│ │ │ ├── VersionedGestureDetector$FroyoDetector.class
│ │ │ ├── VersionedGestureDetector$OnGestureListener.class
│ │ │ └── VersionedGestureDetector.class
│ │ ├── incremental
│ │ │ ├── compileDebugAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ └── dependency.store
│ │ │ ├── compileReleaseAidl
│ │ │ │ └── dependency.store
│ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── merger.xml
│ │ │ ├── mergeDebugAssets
│ │ │ │ └── merger.xml
│ │ │ ├── mergeDebugShaders
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseAssets
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-af
│ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ ├── values-am
│ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ ├── values-ar
│ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ ├── values-az-rAZ
│ │ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ ├── values-be-rBY
│ │ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ │ ├── values-bg
│ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ ├── values-bn-rBD
│ │ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ │ ├── values-bs-rBA
│ │ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ │ ├── values-ca
│ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ ├── values-cs
│ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ ├── values-da
│ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ ├── values-de
│ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ ├── values-el
│ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ ├── values-es
│ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ ├── values-et-rEE
│ │ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ │ ├── values-eu-rES
│ │ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ │ ├── values-fa
│ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ ├── values-fi
│ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ ├── values-fr
│ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ ├── values-gl-rES
│ │ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ │ ├── values-gu-rIN
│ │ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ ├── values-hi
│ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ ├── values-hr
│ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ ├── values-hu
│ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ ├── values-hy-rAM
│ │ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ │ ├── values-in
│ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ ├── values-is-rIS
│ │ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ │ ├── values-it
│ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ ├── values-iw
│ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ ├── values-ja
│ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ ├── values-ka-rGE
│ │ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ │ ├── values-km-rKH
│ │ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ │ ├── values-kn-rIN
│ │ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ │ ├── values-ko
│ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ ├── values-ky-rKG
│ │ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ │ ├── values-land
│ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ ├── values-lo-rLA
│ │ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ │ ├── values-lt
│ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ ├── values-lv
│ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ ├── values-mk-rMK
│ │ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ │ ├── values-ml-rIN
│ │ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ │ ├── values-mn-rMN
│ │ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ │ ├── values-mr-rIN
│ │ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ │ ├── values-ms-rMY
│ │ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ │ ├── values-my-rMM
│ │ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ │ ├── values-nb
│ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ ├── values-ne-rNP
│ │ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ ├── values-nl
│ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ ├── values-pa-rIN
│ │ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ │ ├── values-pl
│ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ ├── values-port
│ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ ├── values-pt
│ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ ├── values-ro
│ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ ├── values-ru
│ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ ├── values-si-rLK
│ │ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ │ ├── values-sk
│ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ ├── values-sl
│ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ ├── values-sq-rAL
│ │ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ │ ├── values-sr
│ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ ├── values-sv
│ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ ├── values-sw
│ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ ├── values-ta-rIN
│ │ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ │ ├── values-te-rIN
│ │ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ │ ├── values-th
│ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ ├── values-tl
│ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ ├── values-tr
│ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ ├── values-uk
│ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ ├── values-ur-rPK
│ │ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-v12
│ │ │ │ │ │ └── values-v12.xml
│ │ │ │ │ ├── values-v13
│ │ │ │ │ │ └── values-v13.xml
│ │ │ │ │ ├── values-v14
│ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ ├── values-v16
│ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ ├── values-v17
│ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ ├── values-v18
│ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ ├── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ ├── values-v22
│ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ ├── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ ├── values-v24
│ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ ├── values-v25
│ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ ├── values-vi
│ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ └── values-zu
│ │ │ │ │ └── values-zu.xml
│ │ │ │ └── merger.xml
│ │ │ ├── mergeReleaseShaders
│ │ │ │ └── merger.xml
│ │ │ ├── packageDebugResources
│ │ │ │ ├── compile-file-map.properties
│ │ │ │ ├── merged.dir
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── merger.xml
│ │ │ └── packageReleaseResources
│ │ │ ├── compile-file-map.properties
│ │ │ ├── merged.dir
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ └── values-zh-rCN
│ │ │ │ └── values-zh-rCN.xml
│ │ │ └── merger.xml
│ │ ├── incremental-safeguard
│ │ │ └── release
│ │ │ └── tag.txt
│ │ ├── jniLibs
│ │ │ └── release
│ │ │ ├── BaiduLBS_Android.jar
│ │ │ ├── HwPush_SDK_V2705_nomap.jar
│ │ │ ├── MiPush_SDK_Client_2_2_19.jar
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── glide-3.6.1.jar
│ │ │ ├── google-play-services.jar
│ │ │ ├── hyphenatechat_3.3.0.jar
│ │ │ ├── org.apache.http.legacy.jar
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ ├── manifest
│ │ │ └── androidTest
│ │ │ └── debug
│ │ │ └── AndroidManifest.xml
│ │ ├── manifests
│ │ │ └── aapt
│ │ │ ├── debug
│ │ │ │ └── AndroidManifest.xml
│ │ │ └── release
│ │ │ └── AndroidManifest.xml
│ │ ├── res
│ │ │ ├── merged
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── anim
│ │ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ │ ├── head_in.xml
│ │ │ │ │ │ ├── head_out.xml
│ │ │ │ │ │ ├── hold.xml
│ │ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ │ ├── drawable
│ │ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ │ └── ease_type_select_btn.xml
│ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ │ ├── ee_1.png
│ │ │ │ │ │ ├── ee_10.png
│ │ │ │ │ │ ├── ee_11.png
│ │ │ │ │ │ ├── ee_12.png
│ │ │ │ │ │ ├── ee_13.png
│ │ │ │ │ │ ├── ee_14.png
│ │ │ │ │ │ ├── ee_15.png
│ │ │ │ │ │ ├── ee_16.png
│ │ │ │ │ │ ├── ee_17.png
│ │ │ │ │ │ ├── ee_18.png
│ │ │ │ │ │ ├── ee_19.png
│ │ │ │ │ │ ├── ee_2.png
│ │ │ │ │ │ ├── ee_20.png
│ │ │ │ │ │ ├── ee_21.png
│ │ │ │ │ │ ├── ee_22.png
│ │ │ │ │ │ ├── ee_23.png
│ │ │ │ │ │ ├── ee_24.png
│ │ │ │ │ │ ├── ee_25.png
│ │ │ │ │ │ ├── ee_26.png
│ │ │ │ │ │ ├── ee_27.png
│ │ │ │ │ │ ├── ee_28.png
│ │ │ │ │ │ ├── ee_29.png
│ │ │ │ │ │ ├── ee_3.png
│ │ │ │ │ │ ├── ee_30.png
│ │ │ │ │ │ ├── ee_31.png
│ │ │ │ │ │ ├── ee_32.png
│ │ │ │ │ │ ├── ee_33.png
│ │ │ │ │ │ ├── ee_34.png
│ │ │ │ │ │ ├── ee_35.png
│ │ │ │ │ │ ├── ee_4.png
│ │ │ │ │ │ ├── ee_5.png
│ │ │ │ │ │ ├── ee_6.png
│ │ │ │ │ │ ├── ee_7.png
│ │ │ │ │ │ ├── ee_8.png
│ │ │ │ │ │ └── ee_9.png
│ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ └── ic_launcher.png
│ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ │ └── ease_unread_dot.9.png
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ │ └── ease_widget_voice_recorder.xml
│ │ │ │ │ ├── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ ├── values-v11
│ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ └── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ └── release
│ │ │ │ ├── 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
│ │ │ │ │ ├── fade_in.xml
│ │ │ │ │ ├── fade_out.xml
│ │ │ │ │ ├── head_in.xml
│ │ │ │ │ ├── head_out.xml
│ │ │ │ │ ├── hold.xml
│ │ │ │ │ ├── push_bottom_in.xml
│ │ │ │ │ ├── push_bottom_out.xml
│ │ │ │ │ ├── push_top_in.xml
│ │ │ │ │ ├── push_top_in2.xml
│ │ │ │ │ ├── push_top_out.xml
│ │ │ │ │ ├── push_top_out2.xml
│ │ │ │ │ ├── slide_in_from_left.xml
│ │ │ │ │ ├── slide_in_from_right.xml
│ │ │ │ │ ├── slide_out_to_left.xml
│ │ │ │ │ ├── slide_out_to_right.xml
│ │ │ │ │ ├── voice_from_icon.xml
│ │ │ │ │ └── voice_to_icon.xml
│ │ │ │ ├── color
│ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ ├── color-v11
│ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ └── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ ├── color-v23
│ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ ├── abc_tint_switch_thumb.xml
│ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ ├── ease_btn_blue_normal_shape.xml
│ │ │ │ │ ├── ease_btn_blue_pressed_shape.xml
│ │ │ │ │ ├── ease_btn_blue_selector.xml
│ │ │ │ │ ├── ease_btn_cancel_bj.xml
│ │ │ │ │ ├── ease_btn_cancel_normal_shape.xml
│ │ │ │ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ │ │ │ ├── ease_chat_image_selector.xml
│ │ │ │ │ ├── ease_chat_location_selector.xml
│ │ │ │ │ ├── ease_chat_press_speak_btn.xml
│ │ │ │ │ ├── ease_chat_send_btn_selector.xml
│ │ │ │ │ ├── ease_chat_takepic_selector.xml
│ │ │ │ │ ├── ease_chatfrom_bg.xml
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ │ │ │ ├── ease_chatto_bg.xml
│ │ │ │ │ ├── ease_common_tab_bg.xml
│ │ │ │ │ ├── ease_edit_text_bg.xml
│ │ │ │ │ ├── ease_mm_listitem.xml
│ │ │ │ │ ├── ease_mm_listitem_grey.xml
│ │ │ │ │ ├── ease_msg_state_failed_resend.xml
│ │ │ │ │ ├── ease_recording_hint_bg.xml
│ │ │ │ │ ├── ease_recording_text_hint_bg.xml
│ │ │ │ │ ├── ease_search_clear.xml
│ │ │ │ │ ├── ease_sidebar_background_pressed.xml
│ │ │ │ │ ├── ease_timestampe_bg.xml
│ │ │ │ │ ├── ease_type_select_btn.xml
│ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ease_app_panel_video_icon.9.png
│ │ │ │ │ ├── ease_appitem_del_btn_normal.png
│ │ │ │ │ ├── ease_appitem_del_btn_pressed.png
│ │ │ │ │ ├── ease_chat_face_normal.png
│ │ │ │ │ ├── ease_chat_face_pressed.png
│ │ │ │ │ ├── ease_chat_video_mask_to.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_focused.9.png
│ │ │ │ │ ├── ease_chatfrom_bg_normal.9.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ │ │ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ │ │ │ ├── ease_chatto_bg_focused.9.png
│ │ │ │ │ ├── ease_chatto_bg_normal.9.png
│ │ │ │ │ ├── ease_chatto_voice_playing.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f1.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f2.png
│ │ │ │ │ ├── ease_chatto_voice_playing_f3.png
│ │ │ │ │ ├── ease_contact_list_normal.png
│ │ │ │ │ ├── ease_contact_list_selected.png
│ │ │ │ │ ├── ease_conversation_normal.png
│ │ │ │ │ ├── ease_conversation_selected.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_image.png
│ │ │ │ │ ├── ease_dx_checkbox_gray_on.png
│ │ │ │ │ ├── ease_dx_checkbox_off.png
│ │ │ │ │ ├── ease_dx_checkbox_on.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_ic_launcher.png
│ │ │ │ │ ├── ease_icon_marka.png
│ │ │ │ │ ├── ease_input_bar_bg_active.9.png
│ │ │ │ │ ├── ease_input_bar_bg_normal.9.png
│ │ │ │ │ ├── ease_location_msg.9.png
│ │ │ │ │ ├── ease_login_error_icon.png
│ │ │ │ │ ├── ease_mm_listitem_disable.9.png
│ │ │ │ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ │ │ │ ├── ease_mm_listitem_pressed.9.png
│ │ │ │ │ ├── ease_mm_listitem_simple.9.png
│ │ │ │ │ ├── ease_mm_title_back.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_msg_state_fail_resend.png
│ │ │ │ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_record_animate_01.png
│ │ │ │ │ ├── ease_record_animate_02.png
│ │ │ │ │ ├── ease_record_animate_03.png
│ │ │ │ │ ├── ease_record_animate_04.png
│ │ │ │ │ ├── ease_record_animate_05.png
│ │ │ │ │ ├── ease_record_animate_06.png
│ │ │ │ │ ├── ease_record_animate_07.png
│ │ │ │ │ ├── ease_record_animate_08.png
│ │ │ │ │ ├── ease_record_animate_09.png
│ │ │ │ │ ├── ease_record_animate_10.png
│ │ │ │ │ ├── ease_record_animate_11.png
│ │ │ │ │ ├── ease_record_animate_12.png
│ │ │ │ │ ├── ease_record_animate_13.png
│ │ │ │ │ ├── ease_record_animate_14.png
│ │ │ │ │ ├── ease_seabar_input.9.png
│ │ │ │ │ ├── ease_search_bar_icon_normal.png
│ │ │ │ │ ├── ease_search_clear_normal.png
│ │ │ │ │ ├── ease_search_clear_pressed.png
│ │ │ │ │ ├── ease_settings_normal.png
│ │ │ │ │ ├── ease_settings_selected.png
│ │ │ │ │ ├── ease_show_head_toast_bg.9.png
│ │ │ │ │ ├── ease_slidetab_bg_press.9.png
│ │ │ │ │ ├── ease_to_group_details_normal.png
│ │ │ │ │ ├── ease_type_select_btn_nor.png
│ │ │ │ │ ├── ease_type_select_btn_pressed.png
│ │ │ │ │ ├── ease_unread_count_bg.9.png
│ │ │ │ │ ├── ease_video_download_btn_nor.png
│ │ │ │ │ ├── ease_video_play_btn_small_nor.png
│ │ │ │ │ ├── ease_video_recorder_start_btn.png
│ │ │ │ │ ├── ease_video_recorder_stop_btn.png
│ │ │ │ │ ├── ease_voice_unread.png
│ │ │ │ │ ├── ee_1.png
│ │ │ │ │ ├── ee_10.png
│ │ │ │ │ ├── ee_11.png
│ │ │ │ │ ├── ee_12.png
│ │ │ │ │ ├── ee_13.png
│ │ │ │ │ ├── ee_14.png
│ │ │ │ │ ├── ee_15.png
│ │ │ │ │ ├── ee_16.png
│ │ │ │ │ ├── ee_17.png
│ │ │ │ │ ├── ee_18.png
│ │ │ │ │ ├── ee_19.png
│ │ │ │ │ ├── ee_2.png
│ │ │ │ │ ├── ee_20.png
│ │ │ │ │ ├── ee_21.png
│ │ │ │ │ ├── ee_22.png
│ │ │ │ │ ├── ee_23.png
│ │ │ │ │ ├── ee_24.png
│ │ │ │ │ ├── ee_25.png
│ │ │ │ │ ├── ee_26.png
│ │ │ │ │ ├── ee_27.png
│ │ │ │ │ ├── ee_28.png
│ │ │ │ │ ├── ee_29.png
│ │ │ │ │ ├── ee_3.png
│ │ │ │ │ ├── ee_30.png
│ │ │ │ │ ├── ee_31.png
│ │ │ │ │ ├── ee_32.png
│ │ │ │ │ ├── ee_33.png
│ │ │ │ │ ├── ee_34.png
│ │ │ │ │ ├── ee_35.png
│ │ │ │ │ ├── ee_4.png
│ │ │ │ │ ├── ee_5.png
│ │ │ │ │ ├── ee_6.png
│ │ │ │ │ ├── ee_7.png
│ │ │ │ │ ├── ee_8.png
│ │ │ │ │ ├── ee_9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-v21
│ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ └── notification_action_background.xml
│ │ │ │ ├── drawable-v23
│ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── ease_blue_add.png
│ │ │ │ │ ├── ease_chat_edit_normal.9.png
│ │ │ │ │ ├── ease_chat_image_normal.png
│ │ │ │ │ ├── ease_chat_image_pressed.png
│ │ │ │ │ ├── ease_chat_item_file.png
│ │ │ │ │ ├── ease_chat_location_normal.png
│ │ │ │ │ ├── ease_chat_location_pressed.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_send_btn_normal.9.png
│ │ │ │ │ ├── ease_chat_send_btn_pressed.9.png
│ │ │ │ │ ├── ease_chat_takepic_normal.png
│ │ │ │ │ ├── ease_chat_takepic_pressed.png
│ │ │ │ │ ├── ease_chat_video_call_receive.png
│ │ │ │ │ ├── ease_chat_video_call_self.png
│ │ │ │ │ ├── ease_chat_voice_call_receive.png
│ │ │ │ │ ├── ease_chat_voice_call_self.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ │ │ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ │ │ │ ├── ease_close_icon.png
│ │ │ │ │ ├── ease_default_avatar.png
│ │ │ │ │ ├── ease_default_expression.png
│ │ │ │ │ ├── ease_delete_expression.png
│ │ │ │ │ ├── ease_dot_emojicon_selected.png
│ │ │ │ │ ├── ease_dot_emojicon_unselected.png
│ │ │ │ │ ├── ease_group_icon.png
│ │ │ │ │ ├── ease_groups_icon.png
│ │ │ │ │ ├── ease_mm_title_remove.png
│ │ │ │ │ ├── ease_new_friends_icon.png
│ │ │ │ │ ├── ease_open_icon.png
│ │ │ │ │ ├── ease_unread_dot.9.png
│ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ ├── 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_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ ├── layout
│ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.xml
│ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ ├── ease_activity_baidumap.xml
│ │ │ │ │ ├── ease_activity_show_big_image.xml
│ │ │ │ │ ├── ease_activity_show_file.xml
│ │ │ │ │ ├── ease_alert_dialog.xml
│ │ │ │ │ ├── ease_chat_menu_item.xml
│ │ │ │ │ ├── ease_chat_message_list.xml
│ │ │ │ │ ├── ease_commom_back_btn.xml
│ │ │ │ │ ├── ease_conversation_item.xml
│ │ │ │ │ ├── ease_emojicon.xml
│ │ │ │ │ ├── ease_expression_gridview.xml
│ │ │ │ │ ├── ease_fragment_chat.xml
│ │ │ │ │ ├── ease_fragment_contact_list.xml
│ │ │ │ │ ├── ease_fragment_conversation_list.xml
│ │ │ │ │ ├── ease_layout_chat_primary_menu.xml
│ │ │ │ │ ├── ease_layout_emojicon_menu.xml
│ │ │ │ │ ├── ease_row_big_expression.xml
│ │ │ │ │ ├── ease_row_chat_history.xml
│ │ │ │ │ ├── ease_row_contact.xml
│ │ │ │ │ ├── ease_row_expression.xml
│ │ │ │ │ ├── ease_row_received_bigexpression.xml
│ │ │ │ │ ├── ease_row_received_file.xml
│ │ │ │ │ ├── ease_row_received_location.xml
│ │ │ │ │ ├── ease_row_received_message.xml
│ │ │ │ │ ├── ease_row_received_picture.xml
│ │ │ │ │ ├── ease_row_received_video.xml
│ │ │ │ │ ├── ease_row_received_video_call.xml
│ │ │ │ │ ├── ease_row_received_voice.xml
│ │ │ │ │ ├── ease_row_received_voice_call.xml
│ │ │ │ │ ├── ease_row_sent_bigexpression.xml
│ │ │ │ │ ├── ease_row_sent_file.xml
│ │ │ │ │ ├── ease_row_sent_location.xml
│ │ │ │ │ ├── ease_row_sent_message.xml
│ │ │ │ │ ├── ease_row_sent_picture.xml
│ │ │ │ │ ├── ease_row_sent_video.xml
│ │ │ │ │ ├── ease_row_sent_video_call.xml
│ │ │ │ │ ├── ease_row_sent_voice.xml
│ │ │ │ │ ├── ease_row_sent_voice_call.xml
│ │ │ │ │ ├── ease_scroll_tab_item.xml
│ │ │ │ │ ├── ease_search_bar.xml
│ │ │ │ │ ├── ease_search_bar_with_padding.xml
│ │ │ │ │ ├── ease_showvideo_activity.xml
│ │ │ │ │ ├── ease_widget_chat_input_menu.xml
│ │ │ │ │ ├── ease_widget_chat_primary_menu.xml
│ │ │ │ │ ├── ease_widget_contact_list.xml
│ │ │ │ │ ├── ease_widget_emojicon.xml
│ │ │ │ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ │ │ │ ├── ease_widget_switch_button.xml
│ │ │ │ │ ├── ease_widget_title_bar.xml
│ │ │ │ │ ├── ease_widget_voice_recorder.xml
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ ├── layout-v11
│ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ └── notification_template_big_media_narrow_custom.xml
│ │ │ │ ├── layout-v16
│ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ ├── layout-v21
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ ├── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ │ ├── values-ar
│ │ │ │ │ └── values-ar.xml
│ │ │ │ ├── values-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.xml
│ │ │ │ ├── values-ca
│ │ │ │ │ └── values-ca.xml
│ │ │ │ ├── values-cs
│ │ │ │ │ └── values-cs.xml
│ │ │ │ ├── values-da
│ │ │ │ │ └── values-da.xml
│ │ │ │ ├── values-de
│ │ │ │ │ └── values-de.xml
│ │ │ │ ├── values-el
│ │ │ │ │ └── values-el.xml
│ │ │ │ ├── values-en-rAU
│ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ ├── values-en-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.xml
│ │ │ │ ├── values-fa
│ │ │ │ │ └── values-fa.xml
│ │ │ │ ├── values-fi
│ │ │ │ │ └── values-fi.xml
│ │ │ │ ├── values-fr
│ │ │ │ │ └── values-fr.xml
│ │ │ │ ├── values-fr-rCA
│ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ ├── values-gl-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ ├── values-hi
│ │ │ │ │ └── values-hi.xml
│ │ │ │ ├── values-hr
│ │ │ │ │ └── values-hr.xml
│ │ │ │ ├── values-hu
│ │ │ │ │ └── values-hu.xml
│ │ │ │ ├── values-hy-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-night-v8
│ │ │ │ │ └── values-night-v8.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.xml
│ │ │ │ ├── values-pl
│ │ │ │ │ └── values-pl.xml
│ │ │ │ ├── values-port
│ │ │ │ │ └── values-port.xml
│ │ │ │ ├── values-pt
│ │ │ │ │ └── values-pt.xml
│ │ │ │ ├── values-pt-rBR
│ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ ├── values-pt-rPT
│ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ ├── values-ro
│ │ │ │ │ └── values-ro.xml
│ │ │ │ ├── values-ru
│ │ │ │ │ └── values-ru.xml
│ │ │ │ ├── values-si-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ ├── values-sr
│ │ │ │ │ └── values-sr.xml
│ │ │ │ ├── values-sv
│ │ │ │ │ └── values-sv.xml
│ │ │ │ ├── values-sw
│ │ │ │ │ └── values-sw.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ ├── values-ta-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-v12
│ │ │ │ │ └── values-v12.xml
│ │ │ │ ├── values-v13
│ │ │ │ │ └── values-v13.xml
│ │ │ │ ├── values-v14
│ │ │ │ │ └── values-v14.xml
│ │ │ │ ├── values-v16
│ │ │ │ │ └── values-v16.xml
│ │ │ │ ├── values-v17
│ │ │ │ │ └── values-v17.xml
│ │ │ │ ├── values-v18
│ │ │ │ │ └── values-v18.xml
│ │ │ │ ├── values-v21
│ │ │ │ │ └── values-v21.xml
│ │ │ │ ├── values-v22
│ │ │ │ │ └── values-v22.xml
│ │ │ │ ├── values-v23
│ │ │ │ │ └── values-v23.xml
│ │ │ │ ├── values-v24
│ │ │ │ │ └── values-v24.xml
│ │ │ │ ├── values-v25
│ │ │ │ │ └── values-v25.xml
│ │ │ │ ├── values-vi
│ │ │ │ │ └── values-vi.xml
│ │ │ │ ├── values-w820dp-v13
│ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ ├── values-zh-rCN
│ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ ├── values-zh-rHK
│ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ ├── values-zh-rTW
│ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ └── values-zu
│ │ │ │ └── values-zu.xml
│ │ │ └── resources-debug-androidTest.ap_
│ │ ├── symbols
│ │ │ └── androidTest
│ │ │ └── debug
│ │ │ └── R.txt
│ │ └── transforms
│ │ ├── mergeJavaRes
│ │ │ └── release
│ │ │ └── jars
│ │ │ └── 2
│ │ │ └── 3
│ │ │ └── main.jar
│ │ ├── mergeJniLibs
│ │ │ └── release
│ │ │ └── folders
│ │ │ └── 2000
│ │ │ └── 3
│ │ │ └── main
│ │ │ └── lib
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ └── stripDebugSymbol
│ │ └── release
│ │ ├── folders
│ │ │ └── 2000
│ │ │ └── 3
│ │ │ └── main
│ │ │ └── lib
│ │ │ ├── arm64-v8a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ ├── armeabi-v7a
│ │ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ │ ├── libhyphenate.so
│ │ │ │ ├── libhyphenate_av.so
│ │ │ │ ├── libhyphenate_av_recorder.so
│ │ │ │ ├── liblocSDK7.so
│ │ │ │ └── libsqlite.so
│ │ │ └── x86
│ │ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ │ ├── libhyphenate.so
│ │ │ ├── libhyphenate_av.so
│ │ │ ├── libhyphenate_av_recorder.so
│ │ │ ├── liblocSDK7.so
│ │ │ └── libsqlite.so
│ │ └── jars
│ │ └── 2000
│ │ └── 10
│ │ └── cfa7e4f6acdbb5a37cc4fde833ccf160c11355f4.jar
│ └── outputs
│ └── aar
│ ├── easeui-debug.aar
│ └── easeui-release.aar
├── build.gradle
├── build.xml
├── hyphenate.sh
├── ic_launcher-web.png
├── libs
│ ├── BaiduLBS_Android.jar
│ ├── HwPush_SDK_V2705_nomap.jar
│ ├── MiPush_SDK_Client_2_2_19.jar
│ ├── arm64-v8a
│ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ ├── libhyphenate.so
│ │ ├── libhyphenate_av.so
│ │ ├── libhyphenate_av_recorder.so
│ │ ├── liblocSDK7.so
│ │ └── libsqlite.so
│ ├── armeabi-v7a
│ │ ├── libBaiduMapSDK_base_v4_0_0.so
│ │ ├── libBaiduMapSDK_map_v4_0_0.so
│ │ ├── libBaiduMapSDK_util_v4_0_0.so
│ │ ├── libhyphenate.so
│ │ ├── libhyphenate_av.so
│ │ ├── libhyphenate_av_recorder.so
│ │ ├── liblocSDK7.so
│ │ └── libsqlite.so
│ ├── glide-3.6.1.jar
│ ├── google-play-services.jar
│ ├── hyphenatechat_3.3.0.jar
│ ├── org.apache.http.legacy.jar
│ └── x86
│ ├── libBaiduMapSDK_base_v4_0_0.so
│ ├── libBaiduMapSDK_map_v4_0_0.so
│ ├── libBaiduMapSDK_util_v4_0_0.so
│ ├── libhyphenate.so
│ ├── libhyphenate_av.so
│ ├── libhyphenate_av_recorder.so
│ ├── liblocSDK7.so
│ └── libsqlite.so
├── lint.xml
├── proguard-project.txt
├── project.properties
├── res
│ ├── anim
│ │ ├── fade_in.xml
│ │ ├── fade_out.xml
│ │ ├── head_in.xml
│ │ ├── head_out.xml
│ │ ├── hold.xml
│ │ ├── push_bottom_in.xml
│ │ ├── push_bottom_out.xml
│ │ ├── push_top_in.xml
│ │ ├── push_top_in2.xml
│ │ ├── push_top_out.xml
│ │ ├── push_top_out2.xml
│ │ ├── slide_in_from_left.xml
│ │ ├── slide_in_from_right.xml
│ │ ├── slide_out_to_left.xml
│ │ ├── slide_out_to_right.xml
│ │ ├── voice_from_icon.xml
│ │ └── voice_to_icon.xml
│ ├── drawable
│ │ ├── ease_btn_blue_normal_shape.xml
│ │ ├── ease_btn_blue_pressed_shape.xml
│ │ ├── ease_btn_blue_selector.xml
│ │ ├── ease_btn_cancel_bj.xml
│ │ ├── ease_btn_cancel_normal_shape.xml
│ │ ├── ease_btn_cancel_pressed_shape.xml
│ │ ├── ease_chat_image_selector.xml
│ │ ├── ease_chat_location_selector.xml
│ │ ├── ease_chat_press_speak_btn.xml
│ │ ├── ease_chat_send_btn_selector.xml
│ │ ├── ease_chat_takepic_selector.xml
│ │ ├── ease_chatfrom_bg.xml
│ │ ├── ease_chatting_setmode_keyboard_btn.xml
│ │ ├── ease_chatting_setmode_voice_btn.xml
│ │ ├── ease_chatto_bg.xml
│ │ ├── ease_common_tab_bg.xml
│ │ ├── ease_edit_text_bg.xml
│ │ ├── ease_mm_listitem.xml
│ │ ├── ease_mm_listitem_grey.xml
│ │ ├── ease_msg_state_failed_resend.xml
│ │ ├── ease_recording_hint_bg.xml
│ │ ├── ease_recording_text_hint_bg.xml
│ │ ├── ease_search_clear.xml
│ │ ├── ease_sidebar_background_pressed.xml
│ │ ├── ease_timestampe_bg.xml
│ │ └── ease_type_select_btn.xml
│ ├── drawable-hdpi
│ │ ├── ease_app_panel_video_icon.9.png
│ │ ├── ease_appitem_del_btn_normal.png
│ │ ├── ease_appitem_del_btn_pressed.png
│ │ ├── ease_chat_face_normal.png
│ │ ├── ease_chat_face_pressed.png
│ │ ├── ease_chat_video_mask_to.9.png
│ │ ├── ease_chatfrom_bg_focused.9.png
│ │ ├── ease_chatfrom_bg_normal.9.png
│ │ ├── ease_chatfrom_voice_playing.png
│ │ ├── ease_chatfrom_voice_playing_f1.png
│ │ ├── ease_chatfrom_voice_playing_f2.png
│ │ ├── ease_chatfrom_voice_playing_f3.png
│ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ ├── ease_chatting_setmode_keyboard_btn_normal.png
│ │ ├── ease_chatting_setmode_keyboard_btn_pressed.png
│ │ ├── ease_chatting_setmode_voice_btn_normal.png
│ │ ├── ease_chatting_setmode_voice_btn_pressed.png
│ │ ├── ease_chatto_bg_focused.9.png
│ │ ├── ease_chatto_bg_normal.9.png
│ │ ├── ease_chatto_voice_playing.png
│ │ ├── ease_chatto_voice_playing_f1.png
│ │ ├── ease_chatto_voice_playing_f2.png
│ │ ├── ease_chatto_voice_playing_f3.png
│ │ ├── ease_contact_list_normal.png
│ │ ├── ease_contact_list_selected.png
│ │ ├── ease_conversation_normal.png
│ │ ├── ease_conversation_selected.png
│ │ ├── ease_default_avatar.png
│ │ ├── ease_default_image.png
│ │ ├── ease_dx_checkbox_gray_on.png
│ │ ├── ease_dx_checkbox_off.png
│ │ ├── ease_dx_checkbox_on.png
│ │ ├── ease_groups_icon.png
│ │ ├── ease_ic_launcher.png
│ │ ├── ease_icon_marka.png
│ │ ├── ease_input_bar_bg_active.9.png
│ │ ├── ease_input_bar_bg_normal.9.png
│ │ ├── ease_location_msg.9.png
│ │ ├── ease_login_error_icon.png
│ │ ├── ease_mm_listitem_disable.9.png
│ │ ├── ease_mm_listitem_grey_normal.9.png
│ │ ├── ease_mm_listitem_pressed.9.png
│ │ ├── ease_mm_listitem_simple.9.png
│ │ ├── ease_mm_title_back.png
│ │ ├── ease_mm_title_remove.png
│ │ ├── ease_msg_state_fail_resend.png
│ │ ├── ease_msg_state_fail_resend_pressed.png
│ │ ├── ease_new_friends_icon.png
│ │ ├── ease_record_animate_01.png
│ │ ├── ease_record_animate_02.png
│ │ ├── ease_record_animate_03.png
│ │ ├── ease_record_animate_04.png
│ │ ├── ease_record_animate_05.png
│ │ ├── ease_record_animate_06.png
│ │ ├── ease_record_animate_07.png
│ │ ├── ease_record_animate_08.png
│ │ ├── ease_record_animate_09.png
│ │ ├── ease_record_animate_10.png
│ │ ├── ease_record_animate_11.png
│ │ ├── ease_record_animate_12.png
│ │ ├── ease_record_animate_13.png
│ │ ├── ease_record_animate_14.png
│ │ ├── ease_seabar_input.9.png
│ │ ├── ease_search_bar_icon_normal.png
│ │ ├── ease_search_clear_normal.png
│ │ ├── ease_search_clear_pressed.png
│ │ ├── ease_settings_normal.png
│ │ ├── ease_settings_selected.png
│ │ ├── ease_show_head_toast_bg.9.png
│ │ ├── ease_slidetab_bg_press.9.png
│ │ ├── ease_to_group_details_normal.png
│ │ ├── ease_type_select_btn_nor.png
│ │ ├── ease_type_select_btn_pressed.png
│ │ ├── ease_unread_count_bg.9.png
│ │ ├── ease_video_download_btn_nor.png
│ │ ├── ease_video_play_btn_small_nor.png
│ │ ├── ease_video_recorder_start_btn.png
│ │ ├── ease_video_recorder_stop_btn.png
│ │ ├── ease_voice_unread.png
│ │ ├── ee_1.png
│ │ ├── ee_10.png
│ │ ├── ee_11.png
│ │ ├── ee_12.png
│ │ ├── ee_13.png
│ │ ├── ee_14.png
│ │ ├── ee_15.png
│ │ ├── ee_16.png
│ │ ├── ee_17.png
│ │ ├── ee_18.png
│ │ ├── ee_19.png
│ │ ├── ee_2.png
│ │ ├── ee_20.png
│ │ ├── ee_21.png
│ │ ├── ee_22.png
│ │ ├── ee_23.png
│ │ ├── ee_24.png
│ │ ├── ee_25.png
│ │ ├── ee_26.png
│ │ ├── ee_27.png
│ │ ├── ee_28.png
│ │ ├── ee_29.png
│ │ ├── ee_3.png
│ │ ├── ee_30.png
│ │ ├── ee_31.png
│ │ ├── ee_32.png
│ │ ├── ee_33.png
│ │ ├── ee_34.png
│ │ ├── ee_35.png
│ │ ├── ee_4.png
│ │ ├── ee_5.png
│ │ ├── ee_6.png
│ │ ├── ee_7.png
│ │ ├── ee_8.png
│ │ └── ee_9.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ ├── ease_blue_add.png
│ │ ├── ease_chat_edit_normal.9.png
│ │ ├── ease_chat_image_normal.png
│ │ ├── ease_chat_image_pressed.png
│ │ ├── ease_chat_item_file.png
│ │ ├── ease_chat_location_normal.png
│ │ ├── ease_chat_location_pressed.png
│ │ ├── ease_chat_press_speak_btn_normal.9.png
│ │ ├── ease_chat_press_speak_btn_pressed.9.png
│ │ ├── ease_chat_send_btn_normal.9.png
│ │ ├── ease_chat_send_btn_pressed.9.png
│ │ ├── ease_chat_takepic_normal.png
│ │ ├── ease_chat_takepic_pressed.png
│ │ ├── ease_chat_video_call_receive.png
│ │ ├── ease_chat_video_call_self.png
│ │ ├── ease_chat_voice_call_receive.png
│ │ ├── ease_chat_voice_call_self.png
│ │ ├── ease_chatting_biaoqing_btn_enable.png
│ │ ├── ease_chatting_biaoqing_btn_normal.png
│ │ ├── ease_close_icon.png
│ │ ├── ease_default_avatar.png
│ │ ├── ease_default_expression.png
│ │ ├── ease_delete_expression.png
│ │ ├── ease_dot_emojicon_selected.png
│ │ ├── ease_dot_emojicon_unselected.png
│ │ ├── ease_group_icon.png
│ │ ├── ease_groups_icon.png
│ │ ├── ease_mm_title_remove.png
│ │ ├── ease_new_friends_icon.png
│ │ ├── ease_open_icon.png
│ │ └── ease_unread_dot.9.png
│ ├── layout
│ │ ├── ease_activity_baidumap.xml
│ │ ├── ease_activity_show_big_image.xml
│ │ ├── ease_activity_show_file.xml
│ │ ├── ease_alert_dialog.xml
│ │ ├── ease_chat_menu_item.xml
│ │ ├── ease_chat_message_list.xml
│ │ ├── ease_commom_back_btn.xml
│ │ ├── ease_conversation_item.xml
│ │ ├── ease_emojicon.xml
│ │ ├── ease_expression_gridview.xml
│ │ ├── ease_fragment_chat.xml
│ │ ├── ease_fragment_contact_list.xml
│ │ ├── ease_fragment_conversation_list.xml
│ │ ├── ease_layout_chat_primary_menu.xml
│ │ ├── ease_layout_emojicon_menu.xml
│ │ ├── ease_row_big_expression.xml
│ │ ├── ease_row_chat_history.xml
│ │ ├── ease_row_contact.xml
│ │ ├── ease_row_expression.xml
│ │ ├── ease_row_received_bigexpression.xml
│ │ ├── ease_row_received_file.xml
│ │ ├── ease_row_received_location.xml
│ │ ├── ease_row_received_message.xml
│ │ ├── ease_row_received_picture.xml
│ │ ├── ease_row_received_video.xml
│ │ ├── ease_row_received_video_call.xml
│ │ ├── ease_row_received_voice.xml
│ │ ├── ease_row_received_voice_call.xml
│ │ ├── ease_row_sent_bigexpression.xml
│ │ ├── ease_row_sent_file.xml
│ │ ├── ease_row_sent_location.xml
│ │ ├── ease_row_sent_message.xml
│ │ ├── ease_row_sent_picture.xml
│ │ ├── ease_row_sent_video.xml
│ │ ├── ease_row_sent_video_call.xml
│ │ ├── ease_row_sent_voice.xml
│ │ ├── ease_row_sent_voice_call.xml
│ │ ├── ease_scroll_tab_item.xml
│ │ ├── ease_search_bar.xml
│ │ ├── ease_search_bar_with_padding.xml
│ │ ├── ease_showvideo_activity.xml
│ │ ├── ease_widget_chat_input_menu.xml
│ │ ├── ease_widget_chat_primary_menu.xml
│ │ ├── ease_widget_contact_list.xml
│ │ ├── ease_widget_emojicon.xml
│ │ ├── ease_widget_emojicon_tab_bar.xml
│ │ ├── ease_widget_switch_button.xml
│ │ ├── ease_widget_title_bar.xml
│ │ └── ease_widget_voice_recorder.xml
│ ├── values
│ │ ├── ease_attrs.xml
│ │ ├── ease_colors.xml
│ │ ├── ease_dimens.xml
│ │ ├── ease_strings.xml
│ │ └── ease_styles.xml
│ ├── values-large
│ │ └── ease_dimens.xml
│ ├── values-v11
│ │ └── ease_styles.xml
│ ├── values-w820dp
│ │ └── ease_dimens.xml
│ ├── values-xlarge
│ │ └── ease_dimens.xml
│ └── values-zh-rCN
│ └── ease_strings.xml
├── simpledemo
│ ├── AndroidManifest.xml
│ ├── ic_launcher-web.png
│ ├── proguard-project.txt
│ ├── project.properties
│ ├── res
│ │ ├── color
│ │ │ └── em_main_botton_text_color.xml
│ │ ├── drawable
│ │ │ ├── em_main_bottom_item_bg.xml
│ │ │ ├── em_tab_chat_bg.xml
│ │ │ ├── em_tab_contact_list_bg.xml
│ │ │ └── em_tab_setting_bg.xml
│ │ ├── drawable-hdpi
│ │ │ ├── em_contact_list_normal.png
│ │ │ ├── em_contact_list_selected.png
│ │ │ ├── em_conversation_normal.png
│ │ │ ├── em_conversation_selected.png
│ │ │ ├── em_settings_normal.png
│ │ │ ├── em_settings_selected.png
│ │ │ ├── em_unread_count_bg.9.png
│ │ │ └── ic_launcher.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── layout
│ │ │ ├── activity_chat.xml
│ │ │ ├── activity_login.xml
│ │ │ ├── activity_main.xml
│ │ │ └── fragment_settings.xml
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ └── strings.xml
│ │ └── values-w820dp
│ │ └── dimens.xml
│ └── src
│ └── com
│ └── hyphenate
│ └── easeuisimpledemo
│ ├── DemoApplication.java
│ └── ui
│ ├── ChatActivity.java
│ ├── LoginActivity.java
│ ├── MainActivity.java
│ └── SettingsFragment.java
└── src
└── com
└── hyphenate
└── easeui
├── EaseConstant.java
├── adapter
│ ├── EaseContactAdapter.java
│ ├── EaseConversationAdapter.java
│ ├── EaseExpressionPagerAdapter.java
│ ├── EaseMessageAdapter.java
│ ├── EmojiconGridAdapter.java
│ └── EmojiconPagerAdapter.java
├── controller
│ └── EaseUI.java
├── domain
│ ├── EaseEmojicon.java
│ ├── EaseEmojiconGroupEntity.java
│ └── EaseUser.java
├── model
│ ├── EaseAtMessageHelper.java
│ ├── EaseDefaultEmojiconDatas.java
│ ├── EaseImageCache.java
│ ├── EaseNotifier.java
│ ├── EasePreferenceManager.java
│ └── EaseVoiceRecorder.java
├── ui
│ ├── EaseBaiduMapActivity.java
│ ├── EaseBaseActivity.java
│ ├── EaseBaseFragment.java
│ ├── EaseChatFragment.java
│ ├── EaseChatRoomListener.java
│ ├── EaseContactListFragment.java
│ ├── EaseConversationListFragment.java
│ ├── EaseGroupListener.java
│ ├── EaseShowBigImageActivity.java
│ ├── EaseShowNormalFileActivity.java
│ └── EaseShowVideoActivity.java
├── utils
│ ├── EaseCommonUtils.java
│ ├── EaseImageUtils.java
│ ├── EaseLoadLocalBigImgTask.java
│ ├── EaseSmileUtils.java
│ └── EaseUserUtils.java
└── widget
├── EaseAlertDialog.java
├── EaseChatExtendMenu.java
├── EaseChatInputMenu.java
├── EaseChatMessageList.java
├── EaseChatPrimaryMenu.java
├── EaseChatPrimaryMenuBase.java
├── EaseContactList.java
├── EaseConversationList.java
├── EaseExpandGridView.java
├── EaseImageView.java
├── EaseSidebar.java
├── EaseSwitchButton.java
├── EaseTitleBar.java
├── EaseVoiceRecorderView.java
├── chatrow
│ ├── EaseChatRow.java
│ ├── EaseChatRowBigExpression.java
│ ├── EaseChatRowFile.java
│ ├── EaseChatRowImage.java
│ ├── EaseChatRowLocation.java
│ ├── EaseChatRowText.java
│ ├── EaseChatRowVideo.java
│ ├── EaseChatRowVoice.java
│ ├── EaseChatRowVoicePlayClickListener.java
│ └── EaseCustomChatRowProvider.java
├── emojicon
│ ├── EaseEmojiconIndicatorView.java
│ ├── EaseEmojiconMenu.java
│ ├── EaseEmojiconMenuBase.java
│ ├── EaseEmojiconPagerView.java
│ └── EaseEmojiconScrollTabBar.java
└── photoview
├── Compat.java
├── EasePhotoView.java
├── IPhotoView.java
├── PhotoViewAttacher.java
├── SDK16.java
├── ScrollerProxy.java
└── VersionedGestureDetector.java
496 directories, 2519 files
标签:
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论