pk房完成,剩余禁止对方麦未完成
拍卖房完成 点歌房完成,音乐播放需要测试
This commit is contained in:
@@ -102,7 +102,7 @@ public class TUIConversationFragment extends Fragment {
|
||||
private void initView() {
|
||||
|
||||
mConversationLayout = mBaseView.findViewById(R.id.conversation_layout);
|
||||
TUIConversationConfigClassic.setAvatarCornerRadius(ScreenUtil.dip2px(50));//头像圆形
|
||||
TUIConversationConfigClassic.setAvatarCornerRadius(ScreenUtil.dip2px(100));//头像圆形
|
||||
presenter = new ConversationPresenter();
|
||||
presenter.setConversationListener();
|
||||
presenter.setShowType(ConversationPresenter.SHOW_TYPE_CONVERSATION_LIST_WITH_FOLD);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="@dimen/dp_40"
|
||||
android:background="@color/conversation_page_bg">
|
||||
|
||||
<com.tencent.qcloud.tuikit.tuiconversation.classicui.widget.ConversationLayout
|
||||
|
||||
Reference in New Issue
Block a user