├── ChatDemoUI3.0 ├── .classpath ├── .project ├── .settings │ ├── org.eclipse.core.resources.prefs │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── LICENSE ├── README.md ├── build.xml ├── chatdemo-ui.apk ├── copyright.txt ├── easemob.keystore ├── gen │ └── com │ │ └── easemob │ │ ├── chatuidemo │ │ ├── BuildConfig.java │ │ ├── Manifest.java │ │ └── R.java │ │ └── easeui │ │ └── R.java ├── libs │ ├── Parse-1.9.4.jar │ ├── arm64-v8a │ │ ├── libeasemob_jni.so │ │ └── libeasemobservice.so │ ├── armeabi │ │ ├── libeasemob_jni.so │ │ └── libeasemobservice.so │ ├── bolts-android-1.2.0.jar │ ├── umeng-analytics-v5.2.4.jar │ ├── umeng-update-v2.6.0.1.jar │ ├── x86 │ │ └── libeasemobservice.so │ └── x86_64 │ │ └── libeasemobservice.so ├── lint.xml ├── local.properties ├── proguard-project.txt ├── project.properties ├── res │ ├── color │ │ └── em_main_botton_text_color.xml │ ├── drawable-hdpi │ │ ├── em_actionbar_camera_icon.png │ │ ├── em_add.png │ │ ├── em_add_public_group.png │ │ ├── em_app_panel_video_icon.9.png │ │ ├── em_app_pref_bg.9.png │ │ ├── em_appitem_del_btn_normal.png │ │ ├── em_appitem_del_btn_pressed.png │ │ ├── em_back.png │ │ ├── em_btn_style_alert_dialog_background.9.png │ │ ├── em_camera_switch_normal.9.png │ │ ├── em_camera_switch_pressed.9.png │ │ ├── em_confirm_dialog_bg2.9.png │ │ ├── em_confirm_dialog_bottom_bg.9.png │ │ ├── em_confirm_dialog_top_bg.9.png │ │ ├── em_contact_list_normal.png │ │ ├── em_contact_list_selected.png │ │ ├── em_conversation_normal.png │ │ ├── em_conversation_selected.png │ │ ├── em_create_group.png │ │ ├── em_default_avatar.png │ │ ├── em_default_face.9.png │ │ ├── em_default_image.png │ │ ├── em_delete_expression.png │ │ ├── em_dx_checkbox_gray_on.png │ │ ├── em_dx_checkbox_off.png │ │ ├── em_dx_checkbox_on.png │ │ ├── em_groups_icon.png │ │ ├── em_ic_launcher.png │ │ ├── em_ic_right_arrow.png │ │ ├── em_icon_account.png │ │ ├── em_icon_marka.png │ │ ├── em_icon_pwd.png │ │ ├── em_input_bar_bg_active.9.png │ │ ├── em_input_bar_bg_normal.9.png │ │ ├── em_location_msg.9.png │ │ ├── em_login_error_icon.png │ │ ├── em_logo_uidemo.png │ │ ├── em_mm_listitem_disable.9.png │ │ ├── em_mm_listitem_grey_normal.9.png │ │ ├── em_mm_listitem_pressed.9.png │ │ ├── em_mm_listitem_simple.9.png │ │ ├── em_mm_title_act_btn_normal.9.png │ │ ├── em_mm_title_act_btn_pressed.9.png │ │ ├── em_mm_title_back.png │ │ ├── em_mm_title_remove.png │ │ ├── em_msg_state_fail_resend.png │ │ ├── em_msg_state_fail_resend_pressed.png │ │ ├── em_new_friends_icon.png │ │ ├── em_profile_headphoto_update_icon.png │ │ ├── em_roominfo_add_btn_normal.png │ │ ├── em_roominfo_add_btn_pressed.png │ │ ├── em_seabar_input.9.png │ │ ├── em_search_bar_icon_normal.png │ │ ├── em_search_clear_normal.png │ │ ├── em_search_clear_pressed.png │ │ ├── em_settings_normal.png │ │ ├── em_settings_selected.png │ │ ├── em_show_head_toast_bg.9.png │ │ ├── em_slidetab_bg_press.9.png │ │ ├── em_smiley_add_btn_nor.png │ │ ├── em_smiley_add_btn_pressed.png │ │ ├── em_smiley_minus_btn_nor.png │ │ ├── em_smiley_minus_btn_pressed.png │ │ ├── em_tab_unread_bg.9.png │ │ ├── em_to_group_details_normal.png │ │ ├── em_type_select_btn_nor.png │ │ ├── em_type_select_btn_pressed.png │ │ ├── em_unread_count_bg.9.png │ │ ├── em_video_download_btn_nor.png │ │ ├── em_video_play_btn_small_nor.png │ │ ├── em_video_recorder_start_btn.png │ │ ├── em_video_recorder_stop_btn.png │ │ ├── em_voice_unread.png │ │ ├── em_welcom_logo.png │ │ ├── icon_002.gif │ │ ├── icon_002_cover.png │ │ ├── icon_007.gif │ │ ├── icon_007_cover.png │ │ ├── icon_010.gif │ │ ├── icon_010_cover.png │ │ ├── icon_012.gif │ │ ├── icon_012_cover.png │ │ ├── icon_013.gif │ │ ├── icon_013_cover.png │ │ ├── icon_018.gif │ │ ├── icon_018_cover.png │ │ ├── icon_019.gif │ │ ├── icon_019_cover.png │ │ ├── icon_020.gif │ │ ├── icon_020_cover.png │ │ ├── icon_021.gif │ │ ├── icon_021_cover.png │ │ ├── icon_022.gif │ │ ├── icon_022_cover.png │ │ ├── icon_024.gif │ │ ├── icon_024_cover.png │ │ ├── icon_027.gif │ │ ├── icon_027_cover.png │ │ ├── icon_029.gif │ │ ├── icon_029_cover.png │ │ ├── icon_030.gif │ │ ├── icon_030_cover.png │ │ ├── icon_035.gif │ │ ├── icon_035_cover.png │ │ ├── icon_040.gif │ │ ├── icon_040_cover.png │ │ ├── umeng_update_btn_check_off_focused_holo_light.png │ │ ├── umeng_update_btn_check_off_holo_light.png │ │ ├── umeng_update_btn_check_off_pressed_holo_light.png │ │ ├── umeng_update_btn_check_on_focused_holo_light.png │ │ ├── umeng_update_btn_check_on_holo_light.png │ │ ├── umeng_update_btn_check_on_pressed_holo_light.png │ │ ├── umeng_update_close_bg_normal.png │ │ └── umeng_update_close_bg_tap.png │ ├── drawable-mdpi │ │ ├── em_ic_launcher.png │ │ └── em_unread_count_bg.9.png │ ├── drawable-nodpi │ │ └── em_empty_photo.png │ ├── drawable-xhdpi │ │ ├── em_add.png │ │ ├── em_add_public_group.png │ │ ├── em_app_panel_video_icon.9.png │ │ ├── em_back.png │ │ ├── em_blue_add.png │ │ ├── em_chat_file_normal.png │ │ ├── em_chat_file_pressed.png │ │ ├── em_chat_video_call_normal.png │ │ ├── em_chat_video_call_pressed.png │ │ ├── em_chat_video_normal.png │ │ ├── em_chat_video_pressed.png │ │ ├── em_chat_voice_call_normal.png │ │ ├── em_chat_voice_call_pressed.png │ │ ├── em_contact_list_normal.png │ │ ├── em_contact_list_selected.png │ │ ├── em_contact_list_togroup.png │ │ ├── em_conversation_normal.png │ │ ├── em_conversation_selected.png │ │ ├── em_create_group.png │ │ ├── em_delete_expression.png │ │ ├── em_group_icon.png │ │ ├── em_groups_icon.png │ │ ├── em_ic_launcher.png │ │ ├── em_icon_mute_normal.png │ │ ├── em_icon_mute_on.png │ │ ├── em_icon_speaker_normal.png │ │ ├── em_icon_speaker_on.png │ │ ├── em_logo_uidemo.png │ │ ├── em_mm_title_remove.png │ │ ├── em_new_friends_icon.png │ │ ├── em_right_arrow_icon.png │ │ ├── em_settings_normal.png │ │ ├── em_settings_selected.png │ │ ├── em_splash.png │ │ ├── em_splash_logo.png │ │ ├── em_to_group_details_normal.png │ │ ├── em_unread_count_bg.9.png │ │ └── em_unread_dot.9.png │ ├── drawable │ │ ├── em_appitem_del_btn.xml │ │ ├── em_btn_bottom_selector.xml │ │ ├── em_btn_gray_normal_shape.xml │ │ ├── em_btn_gray_pressed_shape.xml │ │ ├── em_btn_gray_selector.xml │ │ ├── em_btn_green_normal_shape.xml │ │ ├── em_btn_green_pressed_shape.xml │ │ ├── em_btn_green_selector.xml │ │ ├── em_btn_logout_normal_shape.xml │ │ ├── em_btn_logout_pressed_shape.xml │ │ ├── em_btn_style_alert_dialog_special.xml │ │ ├── em_btn_white_normal_shape.xml │ │ ├── em_btn_white_pressed_shape.xml │ │ ├── em_btn_white_selector.xml │ │ ├── em_button_bg.xml │ │ ├── em_button_login_bg.xml │ │ ├── em_button_myprofile_selector.xml │ │ ├── em_button_normal_shape.xml │ │ ├── em_button_register_bg.xml │ │ ├── em_button_selector_shape.xml │ │ ├── em_call_answer_bg.xml │ │ ├── em_call_hangup_bg.xml │ │ ├── em_camera_switch_selector.xml │ │ ├── em_chat_error_item_bg.xml │ │ ├── em_chat_file_selector.xml │ │ ├── em_chat_video_call_selector.xml │ │ ├── em_chat_video_selector.xml │ │ ├── em_chat_voice_call_selector.xml │ │ ├── em_checkbox_bg_gray_selector.xml │ │ ├── em_checkbox_bg_selector.xml │ │ ├── em_context_menu_item_bg.xml │ │ ├── em_main_bottom_item_bg.xml │ │ ├── em_mm_title_act_btn.xml │ │ ├── em_nickename_input_bg.xml │ │ ├── em_photogrid_list_selector.xml │ │ ├── em_red_circle.xml │ │ ├── em_roominfo_add_btn.xml │ │ ├── em_smiley_add_btn.xml │ │ ├── em_smiley_minus_btn.xml │ │ ├── em_splash_gradient.xml │ │ ├── em_tab_chat_bg.xml │ │ ├── em_tab_contact_list_bg.xml │ │ ├── em_tab_setting_bg.xml │ │ ├── em_voice_call_hangup_bg.xml │ │ ├── tb_munion_icon.xml │ │ ├── tb_munion_item_selector.xml │ │ ├── umeng_common_gradient_green.xml │ │ ├── umeng_common_gradient_orange.xml │ │ ├── umeng_common_gradient_red.xml │ │ ├── umeng_update_button_cancel_bg_focused.xml │ │ ├── umeng_update_button_cancel_bg_normal.xml │ │ ├── umeng_update_button_cancel_bg_selector.xml │ │ ├── umeng_update_button_cancel_bg_tap.xml │ │ ├── umeng_update_button_check_selector.xml │ │ ├── umeng_update_button_close_bg_selector.xml │ │ ├── umeng_update_button_ok_bg_focused.xml │ │ ├── umeng_update_button_ok_bg_normal.xml │ │ ├── umeng_update_button_ok_bg_selector.xml │ │ ├── umeng_update_button_ok_bg_tap.xml │ │ ├── umeng_update_dialog_bg.xml │ │ ├── umeng_update_title_bg.xml │ │ └── umeng_update_wifi_disable.png │ ├── layout-v9 │ │ └── umeng_common_download_notification.xml │ ├── layout │ │ ├── em_activity_add_contact.xml │ │ ├── em_activity_black_list.xml │ │ ├── em_activity_chat.xml │ │ ├── em_activity_choosevideoactivity.xml │ │ ├── em_activity_diagnose.xml │ │ ├── em_activity_edit.xml │ │ ├── em_activity_group_blacklist.xml │ │ ├── em_activity_group_details.xml │ │ ├── em_activity_group_pick_contacts.xml │ │ ├── em_activity_group_simle_details.xml │ │ ├── em_activity_login.xml │ │ ├── em_activity_main.xml │ │ ├── em_activity_new_friends_msg.xml │ │ ├── em_activity_new_group.xml │ │ ├── em_activity_offline_push.xml │ │ ├── em_activity_pick_contact_no_checkbox.xml │ │ ├── em_activity_public_groups.xml │ │ ├── em_activity_public_groups_search.xml │ │ ├── em_activity_register.xml │ │ ├── em_activity_show_file.xml │ │ ├── em_activity_splash.xml │ │ ├── em_activity_user_profile.xml │ │ ├── em_activity_video_call.xml │ │ ├── em_activity_voice_call.xml │ │ ├── em_chat_neterror_item.xml │ │ ├── em_choose_griditem.xml │ │ ├── em_contacts_header.xml │ │ ├── em_context_menu_for_image.xml │ │ ├── em_context_menu_for_location.xml │ │ ├── em_context_menu_for_text.xml │ │ ├── em_context_menu_for_video.xml │ │ ├── em_context_menu_for_voice.xml │ │ ├── em_fragment_chat.xml │ │ ├── em_fragment_chatroom.xml │ │ ├── em_fragment_contact_list.xml │ │ ├── em_fragment_conversation_list.xml │ │ ├── em_fragment_conversation_settings.xml │ │ ├── em_fragment_groups.xml │ │ ├── em_fragment_robots.xml │ │ ├── em_grid.xml │ │ ├── em_image_grid_fragment.xml │ │ ├── em_layout_loading_data.xml │ │ ├── em_listview_footer_view.xml │ │ ├── em_logout_actionsheet.xml │ │ ├── em_main_botton_tab.xml │ │ ├── em_main_init_view.xml │ │ ├── em_recorder_activity.xml │ │ ├── em_row_add_group.xml │ │ ├── em_row_contact_with_checkbox.xml │ │ ├── em_row_group.xml │ │ ├── em_row_invite_msg.xml │ │ ├── em_row_robots.xml │ │ ├── em_search_bar_with_padding.xml │ │ ├── em_widget_contact_item.xml │ │ ├── tb_munion_aditem.xml │ │ ├── tb_munion_adview.xml │ │ ├── umeng_common_download_notification.xml │ │ └── umeng_update_dialog.xml │ ├── menu │ │ ├── em_context_contact_list.xml │ │ ├── em_context_tab_contact.xml │ │ ├── em_delete_contact.xml │ │ ├── em_delete_message.xml │ │ └── em_remove_from_blacklist.xml │ ├── raw │ │ └── em_outgoing.ogg │ ├── values-large │ │ └── em_dimens.xml │ ├── values-ru-rRU │ │ └── em_strings.xml │ ├── values-w820dp │ │ └── em_dimens.xml │ ├── values-xlarge │ │ └── em_dimens.xml │ ├── values-zh-rCN │ │ └── em_strings.xml │ ├── values-zh │ │ ├── umeng_common_strings.xml │ │ └── umeng_update_string.xml │ └── values │ │ ├── em_attrs.xml │ │ ├── em_colors.xml │ │ ├── em_dimens.xml │ │ ├── em_strings.xml │ │ ├── tb_munion_strings.xml │ │ ├── umeng_common_strings.xml │ │ └── umeng_update_string.xml └── src │ └── com │ └── easemob │ └── chatuidemo │ ├── Constant.java │ ├── DemoApplication.java │ ├── DemoHelper.java │ ├── DemoModel.java │ ├── adapter │ ├── ChatRoomAdapter.java │ ├── GroupAdapter.java │ └── NewFriendsMsgAdapter.java │ ├── db │ ├── DbOpenHelper.java │ ├── DemoDBManager.java │ ├── InviteMessgeDao.java │ └── UserDao.java │ ├── domain │ ├── EmojiconExampleGroupData.java │ ├── InviteMessage.java │ ├── RobotUser.java │ └── VideoEntity.java │ ├── parse │ ├── ParseManager.java │ └── UserProfileManager.java │ ├── receiver │ ├── CallReceiver.java │ └── GCMPushBroadCast.java │ ├── task │ └── DownloadImageTask.java │ ├── ui │ ├── AddContactActivity.java │ ├── BaseActivity.java │ ├── BlacklistActivity.java │ ├── CallActivity.java │ ├── ChatActivity.java │ ├── ChatFragment.java │ ├── ChatRoomActivity.java │ ├── ChatRoomDetailsActivity.java │ ├── ContactListFragment.java │ ├── ContextMenuActivity.java │ ├── ConversationListFragment.java │ ├── DiagnoseActivity.java │ ├── EditActivity.java │ ├── ExitGroupDialog.java │ ├── ForwardMessageActivity.java │ ├── GroupBlacklistActivity.java │ ├── GroupDetailsActivity.java │ ├── GroupPickContactsActivity.java │ ├── GroupSimpleDetailActivity.java │ ├── GroupsActivity.java │ ├── ImageGridActivity.java │ ├── ImageGridFragment.java │ ├── LoginActivity.java │ ├── MainActivity.java │ ├── NewFriendsMsgActivity.java │ ├── NewGroupActivity.java │ ├── OfflinePushNickActivity.java │ ├── PickContactNoCheckboxActivity.java │ ├── PublicChatRoomsActivity.java │ ├── PublicGroupsActivity.java │ ├── PublicGroupsSeachActivity.java │ ├── RecorderVideoActivity.java │ ├── RegisterActivity.java │ ├── RobotsActivity.java │ ├── SettingsFragment.java │ ├── SplashActivity.java │ ├── UserProfileActivity.java │ ├── VideoCallActivity.java │ └── VoiceCallActivity.java │ ├── utils │ ├── CameraHelper.java │ └── PreferenceManager.java │ ├── video │ └── util │ │ ├── ImageCache.java │ │ ├── ImageResizer.java │ │ ├── ImageWorker.java │ │ ├── RecyclingBitmapDrawable.java │ │ └── Utils.java │ └── widget │ ├── ChatRowVoiceCall.java │ ├── ContactItemView.java │ ├── MyChronometer.java │ └── RecyclingImageView.java ├── README.md └── easeui ├── .classpath ├── .project ├── .settings ├── org.eclipse.core.resources.prefs └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── LICENSE ├── README.md ├── build.xml ├── gen └── com │ └── easemob │ └── easeui │ ├── BuildConfig.java │ └── R.java ├── ic_launcher-web.png ├── libs ├── AMap_3DMap_V3.2.0.1_20160122.jar ├── AMap_Location_v2.3.0_20160112.jar ├── AMap_Search_V2.8.0_20160105.jar ├── MiPush_SDK_Client_2_2_19.jar ├── android-support-v4.jar ├── arm64-v8a │ ├── libgdinamapv4sdk752.so │ └── libgdinamapv4sdk752ex.so ├── armeabi │ ├── libgdinamapv4sdk752.so │ └── libgdinamapv4sdk752ex.so ├── easemobchat_2.2.5.jar ├── glide-3.6.1.jar ├── google-play-services.jar └── org.apache.http.legacy.jar ├── local.properties ├── 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-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 │ ├── delete_expression.png │ ├── ease_app_panel_video_icon.9.png │ ├── ease_back.png │ ├── ease_blue_add.png │ ├── ease_chat_edit_normal.9.png │ ├── ease_chat_face_normal.png │ ├── ease_chat_face_pressed.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 ├── 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 ├── 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-large │ └── ease_dimens.xml ├── values-ru-rRU │ └── ease_strings.xml ├── values-v11 │ └── ease_styles.xml ├── values-w820dp │ └── ease_dimens.xml ├── values-xlarge │ └── ease_dimens.xml ├── values-zh-rCN │ └── ease_strings.xml └── values │ ├── ease_attrs.xml │ ├── ease_colors.xml │ ├── ease_dimens.xml │ ├── ease_strings.xml │ └── ease_styles.xml ├── simpledemo ├── .classpath ├── .project ├── .settings │ └── org.eclipse.jdt.core.prefs ├── AndroidManifest.xml ├── bin │ ├── AndroidManifest.xml │ ├── R.txt │ ├── classes │ │ └── com │ │ │ └── easemob │ │ │ ├── easeui │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ └── R.class │ │ │ └── easeuisimpledemo │ │ │ ├── BuildConfig.class │ │ │ ├── DemoApplication.class │ │ │ ├── R$anim.class │ │ │ ├── R$attr.class │ │ │ ├── R$color.class │ │ │ ├── R$dimen.class │ │ │ ├── R$drawable.class │ │ │ ├── R$id.class │ │ │ ├── R$layout.class │ │ │ ├── R$string.class │ │ │ ├── R$style.class │ │ │ ├── R$styleable.class │ │ │ ├── R.class │ │ │ └── ui │ │ │ ├── ChatActivity.class │ │ │ ├── LoginActivity$1$1$1.class │ │ │ ├── LoginActivity$1$1.class │ │ │ ├── LoginActivity$1.class │ │ │ ├── LoginActivity.class │ │ │ ├── MainActivity$1.class │ │ │ ├── MainActivity$2.class │ │ │ ├── MainActivity.class │ │ │ ├── SettingsFragment$1$1.class │ │ │ ├── SettingsFragment$1.class │ │ │ └── SettingsFragment.class │ └── jarlist.cache ├── gen │ └── com │ │ └── easemob │ │ ├── easeui │ │ └── R.java │ │ └── easeuisimpledemo │ │ ├── BuildConfig.java │ │ └── R.java ├── ic_launcher-web.png ├── proguard-project.txt ├── project.properties ├── res │ ├── color │ │ └── em_main_botton_text_color.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 │ ├── drawable │ │ ├── em_main_bottom_item_bg.xml │ │ ├── em_tab_chat_bg.xml │ │ ├── em_tab_contact_list_bg.xml │ │ └── em_tab_setting_bg.xml │ ├── layout │ │ ├── activity_chat.xml │ │ ├── activity_login.xml │ │ ├── activity_main.xml │ │ └── fragment_settings.xml │ ├── values-w820dp │ │ └── dimens.xml │ └── values │ │ ├── dimens.xml │ │ └── strings.xml └── src │ └── com │ └── easemob │ └── easeuisimpledemo │ ├── DemoApplication.java │ └── ui │ ├── ChatActivity.java │ ├── LoginActivity.java │ ├── MainActivity.java │ └── SettingsFragment.java └── src └── com └── easemob └── easeui ├── EaseConstant.java ├── adapter ├── EaseContactAdapter.java ├── EaseConversationAdapater.java ├── EaseExpressionPagerAdapter.java ├── EaseMessageAdapter.java ├── EmojiconGridAdapter.java └── EmojiconPagerAdapter.java ├── controller └── EaseUI.java ├── domain ├── EaseEmojicon.java ├── EaseEmojiconGroupEntity.java └── EaseUser.java ├── model ├── EaseDefaultEmojiconDatas.java ├── EaseImageCache.java ├── EaseNotifier.java └── EaseVoiceRecorder.java ├── ui ├── EaseBaiduMapActivity.java ├── EaseBaseActivity.java ├── EaseBaseFragment.java ├── EaseChatFragment.java ├── EaseContactListFragment.java ├── EaseConversationListFragment.java ├── EaseGroupRemoveListener.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 ├── 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 /ChatDemoUI3.0/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/README.md: -------------------------------------------------------------------------------- 1 | # sdkdemoapp3.0_android 2 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/chatdemo-ui.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/chatdemo-ui.apk -------------------------------------------------------------------------------- /ChatDemoUI3.0/copyright.txt: -------------------------------------------------------------------------------- 1 | /** 2 | * Copyright (C) 2013-2014 EaseMob Technologies. All rights reserved. 3 | * 4 | * Licensed under the Apache License, Version 2.0 (the "License"); 5 | * you may not use this file except in compliance with the License. 6 | * You may obtain a copy of the License at 7 | * http://www.apache.org/licenses/LICENSE-2.0 8 | * Unless required by applicable law or agreed to in writing, software 9 | * distributed under the License is distributed on an "AS IS" BASIS, 10 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 | * See the License for the specific language governing permissions and 12 | * limitations under the License. 13 | */ 14 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/easemob.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/easemob.keystore -------------------------------------------------------------------------------- /ChatDemoUI3.0/gen/com/easemob/chatuidemo/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.easemob.chatuidemo; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /ChatDemoUI3.0/gen/com/easemob/chatuidemo/Manifest.java: -------------------------------------------------------------------------------- 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. 2 | * 3 | * This class was automatically generated by the 4 | * aapt tool from the resource data it found. It 5 | * should not be modified by hand. 6 | */ 7 | 8 | package com.easemob.chatuidemo; 9 | 10 | public final class Manifest { 11 | public static final class permission { 12 | /** 使用时把com.easemob.chatuidemo替换成自己的包名 13 | */ 14 | public static final String C2D_MESSAGE="com.easemob.chatuidemo.permission.C2D_MESSAGE"; 15 | public static final String MIPUSH_RECEIVE="com.easemob.chatuidemo.permission.MIPUSH_RECEIVE"; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/Parse-1.9.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/Parse-1.9.4.jar -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/arm64-v8a/libeasemob_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/arm64-v8a/libeasemob_jni.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/arm64-v8a/libeasemobservice.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/arm64-v8a/libeasemobservice.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/armeabi/libeasemob_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/armeabi/libeasemob_jni.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/armeabi/libeasemobservice.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/armeabi/libeasemobservice.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/bolts-android-1.2.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/bolts-android-1.2.0.jar -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/umeng-analytics-v5.2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/umeng-analytics-v5.2.4.jar -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/umeng-update-v2.6.0.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/umeng-update-v2.6.0.1.jar -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/x86/libeasemobservice.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/x86/libeasemobservice.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/libs/x86_64/libeasemobservice.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/libs/x86_64/libeasemobservice.so -------------------------------------------------------------------------------- /ChatDemoUI3.0/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/local.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must *NOT* be checked into Version Control Systems, 5 | # as it contains information specific to your local configuration. 6 | 7 | # location of the SDK. This is only used by Ant 8 | # For customization when using a Version Control System, please read the 9 | # header note. 10 | key.store=easemob.keystore 11 | key.store.password=easemob 12 | key.alias=easemob 13 | key.alias.password=easemob 14 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools.. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=proguard-project.txt 12 | 13 | # Project target. 14 | target=android-18 15 | android.library.reference.1=../easeui 16 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/color/em_main_botton_text_color.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_actionbar_camera_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_actionbar_camera_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_add.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_add_public_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_add_public_group.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_app_panel_video_icon.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_app_panel_video_icon.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_app_pref_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_app_pref_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_appitem_del_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_appitem_del_btn_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_appitem_del_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_appitem_del_btn_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_back.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_btn_style_alert_dialog_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_btn_style_alert_dialog_background.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_camera_switch_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_camera_switch_normal.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_camera_switch_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_camera_switch_pressed.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_bg2.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_bg2.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_bottom_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_bottom_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_top_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_confirm_dialog_top_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_contact_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_contact_list_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_contact_list_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_contact_list_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_conversation_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_conversation_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_conversation_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_conversation_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_create_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_create_group.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_default_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_default_avatar.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_default_face.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_default_face.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_default_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_default_image.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_delete_expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_delete_expression.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_gray_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_gray_on.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_off.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_dx_checkbox_on.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_groups_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_groups_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_ic_launcher.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_ic_right_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_ic_right_arrow.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_icon_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_icon_account.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_icon_marka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_icon_marka.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_icon_pwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_icon_pwd.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_input_bar_bg_active.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_input_bar_bg_active.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_input_bar_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_input_bar_bg_normal.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_location_msg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_location_msg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_login_error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_login_error_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_logo_uidemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_logo_uidemo.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_disable.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_disable.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_grey_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_grey_normal.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_pressed.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_simple.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_listitem_simple.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_act_btn_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_act_btn_normal.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_act_btn_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_act_btn_pressed.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_back.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_mm_title_remove.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_msg_state_fail_resend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_msg_state_fail_resend.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_msg_state_fail_resend_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_msg_state_fail_resend_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_new_friends_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_new_friends_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_profile_headphoto_update_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_profile_headphoto_update_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_roominfo_add_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_roominfo_add_btn_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_roominfo_add_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_roominfo_add_btn_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_seabar_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_seabar_input.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_search_bar_icon_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_search_bar_icon_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_search_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_search_clear_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_search_clear_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_search_clear_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_settings_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_settings_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_settings_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_settings_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_show_head_toast_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_show_head_toast_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_slidetab_bg_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_slidetab_bg_press.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_smiley_add_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_smiley_add_btn_nor.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_smiley_add_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_smiley_add_btn_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_smiley_minus_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_smiley_minus_btn_nor.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_smiley_minus_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_smiley_minus_btn_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_tab_unread_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_tab_unread_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_to_group_details_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_to_group_details_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_type_select_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_type_select_btn_nor.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_type_select_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_type_select_btn_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_unread_count_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_unread_count_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_video_download_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_video_download_btn_nor.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_video_play_btn_small_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_video_play_btn_small_nor.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_video_recorder_start_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_video_recorder_start_btn.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_video_recorder_stop_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_video_recorder_stop_btn.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_voice_unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_voice_unread.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/em_welcom_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/em_welcom_logo.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_002.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_002_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_002_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_007.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_007.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_007_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_007_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_010.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_010.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_010_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_010_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_012.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_012.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_012_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_012_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_013.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_013.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_013_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_013_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_018.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_018.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_018_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_018_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_019.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_019.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_019_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_019_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_020.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_020.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_020_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_020_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_021.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_021.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_021_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_021_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_022.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_022.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_022_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_022_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_024.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_024.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_024_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_024_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_027.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_027.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_027_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_027_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_029.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_029.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_029_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_029_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_030.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_030.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_030_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_030_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_035.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_035.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_035_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_035_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_040.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_040.gif -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/icon_040_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/icon_040_cover.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_focused_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_pressed_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_off_pressed_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_focused_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_pressed_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_btn_check_on_pressed_holo_light.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_close_bg_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_close_bg_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-hdpi/umeng_update_close_bg_tap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-hdpi/umeng_update_close_bg_tap.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-mdpi/em_ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-mdpi/em_ic_launcher.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-mdpi/em_unread_count_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-mdpi/em_unread_count_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-nodpi/em_empty_photo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-nodpi/em_empty_photo.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_add.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_add_public_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_add_public_group.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_app_panel_video_icon.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_app_panel_video_icon.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_back.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_blue_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_blue_add.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_file_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_file_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_file_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_file_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_call_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_call_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_call_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_call_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_video_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_voice_call_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_voice_call_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_chat_voice_call_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_chat_voice_call_pressed.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_togroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_contact_list_togroup.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_conversation_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_conversation_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_conversation_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_conversation_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_create_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_create_group.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_delete_expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_delete_expression.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_group_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_group_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_groups_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_groups_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_ic_launcher.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_icon_mute_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_icon_mute_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_icon_mute_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_icon_mute_on.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_icon_speaker_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_icon_speaker_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_icon_speaker_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_icon_speaker_on.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_logo_uidemo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_logo_uidemo.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_mm_title_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_mm_title_remove.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_new_friends_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_new_friends_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_right_arrow_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_right_arrow_icon.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_settings_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_settings_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_settings_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_settings_selected.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_splash.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_splash_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_splash_logo.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_to_group_details_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_to_group_details_normal.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_unread_count_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_unread_count_bg.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable-xhdpi/em_unread_dot.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable-xhdpi/em_unread_dot.9.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_appitem_del_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_bottom_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_gray_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_gray_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_gray_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_green_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_green_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_green_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_logout_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_logout_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_style_alert_dialog_special.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_white_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_white_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_btn_white_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_login_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_myprofile_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_register_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_button_selector_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_chat_error_item_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_chat_file_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_chat_video_call_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_chat_video_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_chat_voice_call_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_checkbox_bg_gray_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_checkbox_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_context_menu_item_bg.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_main_bottom_item_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_mm_title_act_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_nickename_input_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_red_circle.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 10 | 11 | 14 | 15 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_roominfo_add_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_smiley_add_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_smiley_minus_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_splash_gradient.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_tab_chat_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_tab_contact_list_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/em_tab_setting_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/tb_munion_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/tb_munion_item_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_common_gradient_green.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_common_gradient_orange.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_common_gradient_red.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_cancel_bg_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_cancel_bg_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_cancel_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_cancel_bg_tap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_close_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_ok_bg_focused.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_ok_bg_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_ok_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_button_ok_bg_tap.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_dialog_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_title_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/drawable/umeng_update_wifi_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/drawable/umeng_update_wifi_disable.png -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/layout/em_activity_chat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/layout/em_layout_loading_data.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 14 | 15 | 20 | 21 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/layout/em_main_init_view.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 14 | 15 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/layout/tb_munion_aditem.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 15 | 16 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/menu/em_context_contact_list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/menu/em_context_tab_contact.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 9 | 12 | 13 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/menu/em_delete_contact.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/menu/em_delete_message.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 9 | 10 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/menu/em_remove_from_blacklist.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/raw/em_outgoing.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/ChatDemoUI3.0/res/raw/em_outgoing.ogg -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values-large/em_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 148dp 21 | 2dp 22 | 23 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values-w820dp/em_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values-xlarge/em_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 198dp 21 | 2dp 22 | 23 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values-zh/umeng_update_string.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 未联网 4 | 发现新版本 5 | 最新版本: 6 | 更新内容 7 | 仅需要下载: 8 | 新版本大小: 9 | (提示:非WIFI环境) 10 | 立即更新 11 | 应用更新 12 | 以后再说 13 | 忽略该版 14 | 正在更新中.... 15 | 最新版本已下载,是否安装? 16 | 17 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values/em_attrs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values/em_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 46dp 4 | 5dp 5 | 59dp 6 | 48dp 7 | 5dp 8 | 14sp 9 | 5dp 10 | 10dp 11 | 25dp 12 | 25dp 13 | 10dp 14 | 16dp 15 | 16dp 16 | 100dp 17 | 1dp 18 | 17dp 19 | 20 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/res/values/tb_munion_strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | #e3e3e3 5 | 正在下载: 6 | 7 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/src/com/easemob/chatuidemo/domain/VideoEntity.java: -------------------------------------------------------------------------------- 1 | package com.easemob.chatuidemo.domain; 2 | 3 | public class VideoEntity { 4 | public int ID; 5 | public String title; 6 | public String filePath; 7 | public int size; 8 | public int duration; 9 | } 10 | -------------------------------------------------------------------------------- /ChatDemoUI3.0/src/com/easemob/chatuidemo/widget/MyChronometer.java: -------------------------------------------------------------------------------- 1 | package com.easemob.chatuidemo.widget; 2 | 3 | import android.content.Context; 4 | import android.util.AttributeSet; 5 | import android.view.View; 6 | import android.widget.Chronometer; 7 | 8 | public class MyChronometer extends Chronometer{ 9 | 10 | public MyChronometer(Context context, AttributeSet attrs, int defStyle) { 11 | super(context, attrs, defStyle); 12 | } 13 | 14 | public MyChronometer(Context context, AttributeSet attrs) { 15 | super(context, attrs); 16 | } 17 | 18 | public MyChronometer(Context context) { 19 | super(context); 20 | } 21 | 22 | @Override 23 | protected void onWindowVisibilityChanged(int visibility) { 24 | //屏幕隐藏时继续计时 25 | visibility = View.VISIBLE; 26 | super.onWindowVisibilityChanged(visibility); 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WXEaseUIDemo 2 | 3 | 修改easeui里的百度地图为高德地图 -------------------------------------------------------------------------------- /easeui/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /easeui/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding/=UTF-8 3 | -------------------------------------------------------------------------------- /easeui/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /easeui/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /easeui/README.md: -------------------------------------------------------------------------------- 1 | # easeui 2 | -------------------------------------------------------------------------------- /easeui/gen/com/easemob/easeui/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.easemob.easeui; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /easeui/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/ic_launcher-web.png -------------------------------------------------------------------------------- /easeui/libs/AMap_3DMap_V3.2.0.1_20160122.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/AMap_3DMap_V3.2.0.1_20160122.jar -------------------------------------------------------------------------------- /easeui/libs/AMap_Location_v2.3.0_20160112.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/AMap_Location_v2.3.0_20160112.jar -------------------------------------------------------------------------------- /easeui/libs/AMap_Search_V2.8.0_20160105.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/AMap_Search_V2.8.0_20160105.jar -------------------------------------------------------------------------------- /easeui/libs/MiPush_SDK_Client_2_2_19.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/MiPush_SDK_Client_2_2_19.jar -------------------------------------------------------------------------------- /easeui/libs/android-support-v4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/android-support-v4.jar -------------------------------------------------------------------------------- /easeui/libs/arm64-v8a/libgdinamapv4sdk752.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/arm64-v8a/libgdinamapv4sdk752.so -------------------------------------------------------------------------------- /easeui/libs/arm64-v8a/libgdinamapv4sdk752ex.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/arm64-v8a/libgdinamapv4sdk752ex.so -------------------------------------------------------------------------------- /easeui/libs/armeabi/libgdinamapv4sdk752.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/armeabi/libgdinamapv4sdk752.so -------------------------------------------------------------------------------- /easeui/libs/armeabi/libgdinamapv4sdk752ex.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/armeabi/libgdinamapv4sdk752ex.so -------------------------------------------------------------------------------- /easeui/libs/easemobchat_2.2.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/easemobchat_2.2.5.jar -------------------------------------------------------------------------------- /easeui/libs/glide-3.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/glide-3.6.1.jar -------------------------------------------------------------------------------- /easeui/libs/google-play-services.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/google-play-services.jar -------------------------------------------------------------------------------- /easeui/libs/org.apache.http.legacy.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/libs/org.apache.http.legacy.jar -------------------------------------------------------------------------------- /easeui/local.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must *NOT* be checked into Version Control Systems, 5 | # as it contains information specific to your local configuration. 6 | 7 | # location of the SDK. This is only used by Ant 8 | # For customization when using a Version Control System, please read the 9 | # header note. 10 | sdk.dir=E:\\work\\android_sdk\\android-sdk-windows 11 | -------------------------------------------------------------------------------- /easeui/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /easeui/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-18 15 | android.library=true 16 | -------------------------------------------------------------------------------- /easeui/res/anim/fade_in.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /easeui/res/anim/fade_out.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /easeui/res/anim/head_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /easeui/res/anim/head_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | -------------------------------------------------------------------------------- /easeui/res/anim/hold.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /easeui/res/anim/push_bottom_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /easeui/res/anim/push_bottom_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /easeui/res/anim/push_top_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/push_top_in2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /easeui/res/anim/push_top_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/push_top_out2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /easeui/res/anim/slide_in_from_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/slide_in_from_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/slide_out_to_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/slide_out_to_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/anim/voice_from_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 10 | 13 | -------------------------------------------------------------------------------- /easeui/res/anim/voice_to_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 10 | 13 | -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_app_panel_video_icon.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_app_panel_video_icon.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_appitem_del_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_appitem_del_btn_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_appitem_del_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_appitem_del_btn_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chat_face_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chat_face_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chat_face_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chat_face_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chat_video_mask_to.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chat_video_mask_to.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_bg_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_bg_focused.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_bg_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_voice_playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_voice_playing.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f1.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f2.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatfrom_voice_playing_f3.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_biaoqing_btn_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_biaoqing_btn_enable.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_biaoqing_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_biaoqing_btn_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_setmode_keyboard_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_setmode_keyboard_btn_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_setmode_keyboard_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_setmode_keyboard_btn_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_setmode_voice_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_setmode_voice_btn_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatting_setmode_voice_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatting_setmode_voice_btn_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_bg_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_bg_focused.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_bg_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_voice_playing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_voice_playing.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_voice_playing_f1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_voice_playing_f1.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_voice_playing_f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_voice_playing_f2.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_chatto_voice_playing_f3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_chatto_voice_playing_f3.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_contact_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_contact_list_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_contact_list_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_contact_list_selected.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_conversation_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_conversation_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_conversation_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_conversation_selected.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_default_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_default_avatar.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_default_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_default_image.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_dx_checkbox_gray_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_dx_checkbox_gray_on.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_dx_checkbox_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_dx_checkbox_off.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_dx_checkbox_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_dx_checkbox_on.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_groups_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_groups_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_ic_launcher.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_icon_marka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_icon_marka.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_input_bar_bg_active.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_input_bar_bg_active.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_input_bar_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_input_bar_bg_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_location_msg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_location_msg.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_login_error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_login_error_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_listitem_disable.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_listitem_disable.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_listitem_grey_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_listitem_grey_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_listitem_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_listitem_pressed.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_listitem_simple.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_listitem_simple.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_title_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_title_back.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_mm_title_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_mm_title_remove.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_msg_state_fail_resend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_msg_state_fail_resend.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_msg_state_fail_resend_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_msg_state_fail_resend_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_new_friends_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_new_friends_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_01.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_02.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_03.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_04.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_05.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_06.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_07.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_08.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_09.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_10.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_11.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_12.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_13.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_record_animate_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_record_animate_14.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_seabar_input.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_seabar_input.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_search_bar_icon_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_search_bar_icon_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_search_clear_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_search_clear_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_search_clear_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_search_clear_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_settings_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_settings_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_settings_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_settings_selected.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_show_head_toast_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_show_head_toast_bg.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_slidetab_bg_press.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_slidetab_bg_press.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_to_group_details_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_to_group_details_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_type_select_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_type_select_btn_nor.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_type_select_btn_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_type_select_btn_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_unread_count_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_unread_count_bg.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_video_download_btn_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_video_download_btn_nor.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_video_play_btn_small_nor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_video_play_btn_small_nor.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_video_recorder_start_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_video_recorder_start_btn.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_video_recorder_stop_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_video_recorder_stop_btn.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ease_voice_unread.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ease_voice_unread.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_1.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_10.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_11.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_12.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_13.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_14.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_15.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_16.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_17.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_18.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_19.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_2.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_20.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_21.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_22.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_23.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_24.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_25.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_26.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_27.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_28.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_29.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_3.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_30.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_31.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_32.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_33.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_34.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_35.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_4.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_5.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_6.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_7.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_8.png -------------------------------------------------------------------------------- /easeui/res/drawable-hdpi/ee_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-hdpi/ee_9.png -------------------------------------------------------------------------------- /easeui/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/delete_expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/delete_expression.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_app_panel_video_icon.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_app_panel_video_icon.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_back.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_blue_add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_blue_add.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_edit_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_edit_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_face_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_face_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_face_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_face_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_image_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_image_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_image_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_image_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_item_file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_item_file.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_location_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_location_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_location_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_location_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_press_speak_btn_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_press_speak_btn_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_press_speak_btn_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_press_speak_btn_pressed.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_send_btn_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_send_btn_normal.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_send_btn_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_send_btn_pressed.9.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_takepic_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_takepic_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_takepic_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_takepic_pressed.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_video_call_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_video_call_receive.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_video_call_self.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_video_call_self.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_voice_call_receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_voice_call_receive.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chat_voice_call_self.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chat_voice_call_self.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chatting_biaoqing_btn_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chatting_biaoqing_btn_enable.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_chatting_biaoqing_btn_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_chatting_biaoqing_btn_normal.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_close_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_close_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_default_avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_default_avatar.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_default_expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_default_expression.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_delete_expression.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_delete_expression.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_dot_emojicon_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_dot_emojicon_selected.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_dot_emojicon_unselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_dot_emojicon_unselected.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_group_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_group_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_groups_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_groups_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_mm_title_remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_mm_title_remove.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_new_friends_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_new_friends_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_open_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_open_icon.png -------------------------------------------------------------------------------- /easeui/res/drawable-xhdpi/ease_unread_dot.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/res/drawable-xhdpi/ease_unread_dot.9.png -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_blue_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_blue_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_blue_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_cancel_bj.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_cancel_normal_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_btn_cancel_pressed_shape.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chat_image_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chat_location_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chat_press_speak_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chat_takepic_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chatfrom_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chatting_setmode_keyboard_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chatting_setmode_voice_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_chatto_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_common_tab_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_edit_text_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_mm_listitem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_mm_listitem_grey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_msg_state_failed_resend.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_recording_hint_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_recording_text_hint_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_search_clear.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_sidebar_background_pressed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_timestampe_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/drawable/ease_type_select_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_activity_show_big_image.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 13 | 14 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_commom_back_btn.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 16 | 17 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_conversation_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_emojicon.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_expression_gridview.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_layout_chat_primary_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_layout_emojicon_menu.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_row_big_expression.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 13 | 14 | 22 | 23 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_row_expression.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 14 | 15 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_scroll_tab_item.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 15 | 20 | 21 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_widget_emojicon_tab_bar.xml: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 16 | 17 | -------------------------------------------------------------------------------- /easeui/res/layout/ease_widget_switch_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 12 | 13 | 19 | 20 | -------------------------------------------------------------------------------- /easeui/res/values-large/ease_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 148dp 21 | 2dp 22 | 23 | -------------------------------------------------------------------------------- /easeui/res/values-v11/ease_styles.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /easeui/res/values-w820dp/ease_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /easeui/res/values-xlarge/ease_dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 17 | 18 | 19 | 20 | 198dp 21 | 2dp 22 | 23 | -------------------------------------------------------------------------------- /easeui/simpledemo/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /easeui/simpledemo/.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 3 | org.eclipse.jdt.core.compiler.compliance=1.6 4 | org.eclipse.jdt.core.compiler.source=1.6 5 | -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$anim.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$attr.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$color.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$dimen.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$drawable.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$id.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$layout.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$string.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$style.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R$styleable.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeui/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeui/R.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/BuildConfig.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/DemoApplication.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/DemoApplication.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$anim.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$anim.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$attr.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$attr.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$color.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$color.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$dimen.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$dimen.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$drawable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$drawable.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$id.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$id.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$layout.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$layout.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$string.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$string.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$style.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$style.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$styleable.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R$styleable.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/R.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/ChatActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/ChatActivity.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1$1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1$1$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/LoginActivity.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity$2.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/MainActivity.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment$1$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment$1$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment$1.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/bin/classes/com/easemob/easeuisimpledemo/ui/SettingsFragment.class -------------------------------------------------------------------------------- /easeui/simpledemo/bin/jarlist.cache: -------------------------------------------------------------------------------- 1 | # cache for current jar dependency. DO NOT EDIT. 2 | # format is 3 | # Encoding is UTF-8 4 | -------------------------------------------------------------------------------- /easeui/simpledemo/gen/com/easemob/easeuisimpledemo/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** Automatically generated file. DO NOT MODIFY */ 2 | package com.easemob.easeuisimpledemo; 3 | 4 | public final class BuildConfig { 5 | public final static boolean DEBUG = true; 6 | } -------------------------------------------------------------------------------- /easeui/simpledemo/ic_launcher-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/ic_launcher-web.png -------------------------------------------------------------------------------- /easeui/simpledemo/proguard-project.txt: -------------------------------------------------------------------------------- 1 | # To enable ProGuard in your project, edit project.properties 2 | # to define the proguard.config property as described in that file. 3 | # 4 | # Add project specific ProGuard rules here. 5 | # By default, the flags in this file are appended to flags specified 6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt 7 | # You can edit the include path and order by changing the ProGuard 8 | # include property in project.properties. 9 | # 10 | # For more details, see 11 | # http://developer.android.com/guide/developing/tools/proguard.html 12 | 13 | # Add any project specific keep options here: 14 | 15 | # If your project uses WebView with JS, uncomment the following 16 | # and specify the fully qualified class name to the JavaScript interface 17 | # class: 18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 19 | # public *; 20 | #} 21 | -------------------------------------------------------------------------------- /easeui/simpledemo/project.properties: -------------------------------------------------------------------------------- 1 | # This file is automatically generated by Android Tools. 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 3 | # 4 | # This file must be checked in Version Control Systems. 5 | # 6 | # To customize properties used by the Ant build system edit 7 | # "ant.properties", and override values to adapt the script to your 8 | # project structure. 9 | # 10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 12 | 13 | # Project target. 14 | target=android-20 15 | android.library.reference.1=.. 16 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/color/em_main_botton_text_color.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_contact_list_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_contact_list_normal.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_contact_list_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_contact_list_selected.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_conversation_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_conversation_normal.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_conversation_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_conversation_selected.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_settings_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_settings_normal.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_settings_selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_settings_selected.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/em_unread_count_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/em_unread_count_bg.9.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wangxinjeff/WXEaseUIDemo/5c3fccf9118adeebb53b588bde721b5afc20312d/easeui/simpledemo/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable/em_main_bottom_item_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable/em_tab_chat_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable/em_tab_contact_list_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/drawable/em_tab_setting_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/layout/activity_chat.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/values-w820dp/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 64dp 9 | 10 | 11 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/values/dimens.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 16dp 5 | 16dp 6 | 7 | 8 | -------------------------------------------------------------------------------- /easeui/simpledemo/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | EaseUISimpleDemo 5 | Hello world! 6 | Settings 7 | 8 | 9 | -------------------------------------------------------------------------------- /easeui/simpledemo/src/com/easemob/easeuisimpledemo/DemoApplication.java: -------------------------------------------------------------------------------- 1 | package com.easemob.easeuisimpledemo; 2 | 3 | import com.easemob.easeui.controller.EaseUI; 4 | 5 | import android.app.Application; 6 | 7 | public class DemoApplication extends Application{ 8 | @Override 9 | public void onCreate() { 10 | super.onCreate(); 11 | EaseUI.getInstance().init(this); 12 | } 13 | 14 | } 15 | -------------------------------------------------------------------------------- /easeui/src/com/easemob/easeui/widget/chatrow/EaseCustomChatRowProvider.java: -------------------------------------------------------------------------------- 1 | package com.easemob.easeui.widget.chatrow; 2 | 3 | import android.widget.BaseAdapter; 4 | 5 | import com.easemob.chat.EMMessage; 6 | 7 | /** 8 | * 自定义chat row提供者 9 | * 10 | */ 11 | public interface EaseCustomChatRowProvider { 12 | /** 13 | * 获取多少种类型的自定义chatrow
14 | * 注意,每一种chatrow至少有两种type:发送type和接收type 15 | * @return 16 | */ 17 | int getCustomChatRowTypeCount(); 18 | 19 | /** 20 | * 获取chatrow type,必须大于0, 从1开始有序排列 21 | * @return 22 | */ 23 | int getCustomChatRowType(EMMessage message); 24 | 25 | /** 26 | * 根据给定message返回chat row 27 | * @return 28 | */ 29 | EaseChatRow getCustomChatRow(EMMessage message, int position, BaseAdapter adapter); 30 | 31 | } 32 | --------------------------------------------------------------------------------