1. 程式人生 > >Glide在listview中使用時getview中圖片不顯示,但也沒報錯

Glide在listview中使用時getview中圖片不顯示,但也沒報錯

在4.3.1版本中
implementation 'com.github.bumptech.glide:glide:4.3.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'

在getview中都跟以前寫法一樣,就是無法顯示圖片,也不報錯
原理不清楚,解決方法:

在佈局檔案中新增一個背景圖片就行了