Browse Source

修改im头像的glide加载方式,之前写死的圆形头像,暂时去掉

Pq 11 tháng trước cách đây
mục cha
commit
63f9f6351c

+ 1 - 1
TUIKit/TUIChat/tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/minimalistui/setting/ChatLayoutSetting.java

@@ -75,7 +75,7 @@ public class ChatLayoutSetting {
         // Set the default avatar, the default is the same as your friend's and your own avatar
         //        messageRecyclerView.setAvatar(R.drawable.ic_more_file);
         //        // 设置头像圆角 Set avatar rounded corners
-        messageRecyclerView.setAvatarRadius(100);
+//        messageRecyclerView.setAvatarRadius(100);
         //        // 设置头像大小 Set avatar size
         //        messageRecyclerView.setAvatarSize(new int[]{48, 48});
         //