Selaa lähdekoodia

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

zk 1 vuosi sitten
vanhempi
commit
d8a2243642
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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"