Reputation: 608
I am using a Horizontal List View https://github.com/MeetMe/Android-HorizontalListView library, I need to set a footer view on it.How can i set it.
Upvotes: 2
Views: 255
Reputation: 8073
I think you didn't understood my comment. I mean something like this:
<LinearLayout with vertical orientation>
<HeaderView/>
<HorizontalListView/>
<FooterView/>
</End of LinearLayout>
Upvotes: 1