android 选项卡(TabHost)如何放置在屏幕的底部

2016-02-19 10:56 58 1 收藏

下面是个超简单的android 选项卡(TabHost)如何放置在屏幕的底部教程,图老师小编精心挑选推荐,大家行行好,多给几个赞吧,小编吐血跪求~

【 tulaoshi.com - 编程语言 】

今天写Tab的时候由于TAB的跳转问题去查资料,倒反而发现更有趣的问题,就是如何将TAB放置在屏幕的底端。
代码如下:

?xml version="1.0" encoding="utf-8"?
TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:padding="5dp" /
TabWidget
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/
/LinearLayout
/TabHost

来源:http://www.tulaoshi.com/n/20160219/1596137.html

延伸阅读
标签: Web开发
从大学开始就一直对JS很感兴趣,可是却很少实际操作,今天练练,试写一个tab,调试过程中才发现光看不练问题不少! 其特点是扩展方便,只要自己添加标题和内容即可,自动初始化。 www.jb51.net表现、结构、行为分离的选项卡效果 脚本之家 window.onload=resetTab; function getTabTitle(tab) { var childNodesList=tab.childNod...
标签: Web开发
在网页中模拟制作windows风格选项卡的方法可以有很多种,这里向大家介绍一个比较简单的方法——用htc组件制作。   使用htc的好处是可以自由调用,有点批处理的感觉,例如你有很多网页都要用到这个选项卡,那么你只要做一个htc就可以了,然后在不同的网页中分别调用,而不必重复制作。使用起来很方便,可以节约很多时间。 &n...
标签: Web开发
head   meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ /   titlejavascript模仿新浪的黄色选项卡效果/title   style type=”text/css”    *{font-size:12px;margin:0;padding:0;}    #dreamdujsexe{width:748px; height:250px; overflow:hidden; border:1px #cccbc9 solid; li...
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd" <html lang="us-en" <head <title<a href="http://www.knowsky.com/article.asp?typeid=38"CSS</a选项卡(html组件)</title <link ...
标签: windows系统
Win8如何设置在新选项卡中打开窗口   Win8设置在新选项卡中打开窗口的方法如下: 1.在IE命令栏或右上角点击工具按钮,选择Internet选项。 2.在常规选项中,点击选项卡按钮。 3.首先确认启用选项卡浏览是选中状态,在遇到弹出窗口时选择始终在新选项卡中打开弹出窗口,在在以下位置打开来自其他程序的链接选择当...

经验教程

957

收藏

37
微博分享 QQ分享 QQ空间 手机页面 收藏网站 回到头部