Android 内容列表和页脚
你好
我是安卓用户。我有内容列表页面,并且我成功完成了它。但问题是我必须在页脚上放置两个选项卡,并且页脚选项卡应永久保留。我也做了很多搜索来解决这个问题但找不到解决方案。任何人请帮助我。
谢谢,
阿努普
Hi
I am an android user. I have content listing page and i completed it successfully. But the problem is i have to put two tab on the footer and the footer tab should remain permanently. I also done so many searches to fix this issue bu cannot find the solution. Anybody please help me.
Thanks,
Anoop
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
想要尝试向列表视图添加页眉和页脚吗?然后请检查列表视图中的 addHeader 。查看此 link
我已经实现了它,如果需要的话我会发布代码
Do want to try to add header and footer to list view? then please check the addHeader in list view .check out this link
I have implement it,if need then i will post the code
您需要在RelativeLayout中的FrameLayout下面使用带有TabWidget的TabHost而不是LinearLayout,如下所示
You need to use a TabHost with the TabWidget underneath the FrameLayout inside a RelativeLayout instead of a LinearLayout, as follows