pk房完成,剩余禁止对方麦未完成

拍卖房完成
点歌房完成,音乐播放需要测试
This commit is contained in:
2025-07-04 16:38:21 +08:00
parent 4c7e996706
commit 2d510ffe2a
640 changed files with 698375 additions and 163954 deletions

View File

@@ -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);

View File

@@ -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