Просмотр исходного кода

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

zk 1 год назад
Родитель
Сommit
d8a2243642
1 измененных файлов с 2 добавлено и 0 удалено
  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"