nirhart / ParallaxScroll

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

Show ParallaxView even if the ListView is empty #19

Closed cbsol closed 9 years ago

cbsol commented 9 years ago

How is it possible to show the ParallaxView even if the ListView has no items yet ?

nirhart commented 9 years ago

Just set a ParallaxScrollView with just one item or ParallaxListView with one ParallaxHeader and not zero items in the adapter

cbsol commented 9 years ago

Yep did exactly this and set Visibility gone to this item in my adapter !

Cheers