janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 369 forks source link

ExpandablePlaceHolderView to be set to open #131

Closed petya0111 closed 6 years ago

petya0111 commented 6 years ago

What property should I use to make always expanded my list and set to open?

janishar commented 6 years ago

@petq01 remove @SingleTop from the parent class.

petya0111 commented 6 years ago

I have removed it, but not working. Nevermind... Great library man!