IMKit 4.x:
打开 IMKit/src/main/res/layout/rc_fr_conversationlist.xml 文件
找到 id 为 rc_conversation_list_empty_layout 的 LinearLayout
设置 layout_width 和 layout_height 的值为 0dp
IMKit 5.x:
layout文件名为: rc_conversationlist_empty_view.xml. 修改rc_empty_tv以及 布局文件里的ImageView即可.