jpardogo / FlabbyListView

Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.
Apache License 2.0
758 stars 142 forks source link

FlabbyLayout background color changes after loading images. #5

Open 19rs39 opened 9 years ago

19rs39 commented 9 years ago

Hi I am loading images in this FlabbyListView using UIL library. I want to set background color of listview items like you are doing(but I want to change alternate color only). Problem is that color loads as image gets loaded. Please how can we add background color of listitems before loading image.

Thanks