Browse Source

解决首页头像显示不正确的问题

zk 1 year ago
parent
commit
d8a2243642
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/src/main/res/layout/item_voice_ai_list.xml

+ 2 - 0
app/src/main/res/layout/item_voice_ai_list.xml

@@ -44,8 +44,10 @@
 
         <ImageView
             android:id="@+id/iv_avatar"
+            error="@{null}"
             imageUrl="@{bean.avatarUrl}"
             isGone="@{bean.isAddIcon}"
+            placeholder="@{null}"
             radius="@{12}"
             android:layout_width="match_parent"
             android:layout_height="0dp"