sumit singh
sumit singh

Reputation: 608

How to add footer view in a Horizontal List View

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

Answers (1)

Thomas R.
Thomas R.

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

Related Questions