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 143 forks source link

ListView draws over actionbar #2

Open mb-14 opened 10 years ago

mb-14 commented 10 years ago

The ListView overlaps the actionbar while scrolling.

jpardogo commented 10 years ago

I think you said in another comment it is device dependent. isn't it? What android versions? What devices did you try?

19rs39 commented 9 years ago

Hi I am also facing same problem. Thing is the first element in listview on touch comes over the actionbar we use. It also happens with one element(no scrolling required). I don't think its device dependent. It happens on every device when we use actionbar. Please help. Thanks

jpardogo commented 9 years ago

Use the Toolbar (actionBar is deprecated) in the xml and place under the list on the xml (so it is draw over it) . I have not plans to update this library on the near future. It was great for research purpose. Also this error because of the nature of the lib, I am not sure has a work around.