jpardogo / FlabbyListView

Android library to display a ListView whose cells are not rigid but flabby and react to ListView scroll.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ListView draws over actionbar

mb-14 opened this issue · comments

The ListView overlaps the actionbar while scrolling.

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

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

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.