ManuelPeinado / FadingActionBar

Android library implementing a fading effect for the action bar, similar to the one found in the Play Music app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use this library with an ExpandableListView

zohairshaikh opened this issue · comments

I have already integrated this library with an ScrollView in another activity and it works Fine but I also need to use this with and Expandable ListView.
There is no scroll on the header image when I try using the code in ListView Activity for my Expandable listview integration.

Can anyone suggest solution please.