如何在水平列表视图中添加页脚视图

时间:2015-08-10 13:22:20

标签: android

我正在使用水平列表视图  https://github.com/MeetMe/Android-HorizontalListView 库,我需要设置页脚视图。如何设置它。

1 个答案:

答案 0 :(得分:1)

我认为你并不理解我的评论。我的意思是这样的:

<LinearLayout with vertical orientation>
  <HeaderView/>
  <HorizontalListView/>
  <FooterView/>
</End of LinearLayout>