nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
848 stars 187 forks source link

Change header view in runtime #31

Open mutarock opened 9 years ago

mutarock commented 9 years ago

Hi,

This project is so great, I am using it to solve me problem. I would like to know, is it possible to use fragment to be the header view in ParallaxExpandableListView? Could I change header view in runtime by fragment transaction or reset it to other view?

Thanks a lot.

nirhart commented 9 years ago

I dont see any reason why not putting a FrameLayout as header view and make fragment transition to it.