- 1、本文档共11页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
.. .. ..
Android 应用底部导航栏 ( 选项卡 ) 实例
现在很多 android 的应用都采用底部导航栏的功能,这样可以使得用户在使用过程
中随意切换不同的页面,现在我采用 TabHost 组件来自定义一个底部的导航栏的功
能。
我们先看下该 demo实例的框架图:
其中各个类的作用以及资源文件就不详细解释了,还有资源图片 ( 在该 Demo中借用
了其它应用程序的资源图片 ) 也不提供了,大家可以自行更换自己需要的资源图片。
直接上各个布局文件或各个类的代码:
[1] res/layout 目录下的 maintabs.xml 源码:
[html]
?xml version=1.0 encoding=UTF-8?
TabHost android:id=@android:id/tabhost
专业技术资料
.. .. ..
android:layout_width=fill_parent android:layout_height=fill_parent
xmlns:android=http://schemas.android./apk/res/android
LinearLayout android:orientation=vertical
android:layout_width=fill_parent
android:layout_height=fill_parent
FrameLayout android:id=@android:id/tabcontent
android:layout_width=fill_parent android:layout_height=0.0dip
android:layout_weight=1.0 /
TabWidget android:id=@android:id/tabs
android:visibility=gone android:layout_width=fill_parent
android:layout_height=wrap_content android:layout_weight=0.0 /
RadioGroup
android:gravity=center_vertical
android:layout_gravity=bottom android:orientation=horizontal
android:id=@id/main_radio
android:background=@drawable/maintab_toolbar_bg
android:layout_width=fill_parent
android:layout_height=wrap_content
RadioButton android:id=@id/radio_butt
on0 android:layout_marginTop=2.0dip android
您可能关注的文档
- 30层高层住宅工程施工组织设计方案.pdf
- 30年同学聚会策划实施方案精选.pdf
- 318沥青路面工程施工设计方案.pdf
- 3403上分层运输顺槽与开切眼作业规程.pdf
- 35kv构架拆除工程施工设计方案.pdf
- 35kv架空输电线路工程铁塔组立专项工程施工设计方案.pdf
- 35kv电网继电保护课程设计报告书.pdf
- 37童年的发现复习题、课后复习题与答案编制者复旦中学陆增堂.pdf
- 384kwh集装箱微网储能技术研究方案.pdf
- 3d打印创新实验室建设方案详细.pdf
- 《中国通史》文字稿第12集春秋争霸.docx
- java教程--类与对象-讲义课件(演讲稿).ppt
- Vue应用程序开发-(1).pptx
- 东北师大版社劳动实践与评价指导手册一年级上册主题二活动一寻找五彩的树叶课时课件.pptx
- 外研版英语四年级上册 Module 4 Unit 2 How much is it单元教学设计.docx
- 外研版英语四年级上册Module 4 单元整体教学设计.docx
- 6《上课之前》课件 鄂科技版 心理健康教育一年级.pptx
- 《1~5的认识》说课课件(共25张PPT)人教版一年级上册数学.pptx
- 六《解决问题(1)》说课课件 人教版 三年级上册数学.pptx
- 七《解决问题》说课课件 人教版 二年级上册数学.pptx
文档评论(0)