thest1 / LazyList

Lazy load of images in Android
http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview/3068012#3068012
MIT License
1.2k stars 497 forks source link

The listSelector is invalid #27

Closed jovisayhehe closed 11 years ago

jovisayhehe commented 11 years ago

if use mageLoader.DisplayImage to load Image ,the listSelector is invalid at the ImageView

sketch map:

http://www.yoooo.org/wp-content/uploads/2012/11/ind.png

thest1 commented 11 years ago

I think that's correct. ListSelector is hidden by the bitmap. If bitmap has a transparent parts ListSelector is visible underneath those parts.