日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

2011.09.14(2)——— android tabhost位于底部

系統(tǒng) 2141 0
2011.09.14(2)——— android tabhost位于底部
參考: http://blog.csdn.net/tt_iceberg/article/details/6430701
http://blog.csdn.net/roadog2006/article/details/5475549

從網(wǎng)上找了一圈 大致有兩種方法

方法一:

    <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: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="match_parent"  
      android:layout_weight="1" >   
      </FrameLayout>  
      <TabWidget android:id="@android:id/tabs"  
      android:layout_width="fill_parent"   
      android:layout_height="wrap_content" />  
    </LinearLayout>  
</TabHost>
  


1、tabcontent和tabs交換位置
2、tabcontent的android:layout_weight="1"


方法二:

    <?xml version="1.0" encoding="utf-8"?>
<LinearLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent">
	<TabHost
		android:id="@+id/tabhost"
		android:layout_width="fill_parent"
		android:layout_height="fill_parent">
		<FrameLayout
			android:id="@android:id/tabcontent"
			android:layout_width="fill_parent"
			android:layout_height="fill_parent"
			android:paddingBottom="62px">
		</FrameLayout>
		<RelativeLayout
			android:layout_width="fill_parent"
			android:layout_height="fill_parent">
			<TabWidget
				android:id="@android:id/tabs"
				android:layout_alignParentBottom="true"
				android:layout_width="fill_parent"
				android:layout_height="60px" />
		</RelativeLayout>
	</TabHost>
</LinearLayout>
  



1、tabcontent和tabs交換位置
2、將tabcontent放到一個relativeLayout中,然后加上這句android:layout_alignParentBottom="true"




2011.09.14(2)——— android tabhost位于底部

2011.09.14(2)——— android tabhost位于底部


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長非常感激您!手機(jī)微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 桃江县| 巫溪县| 册亨县| 冀州市| 宁南县| 临西县| 龙井市| 合肥市| 深州市| 湖北省| 大庆市| 金华市| 收藏| 嘉义县| 游戏| 云霄县| 新泰市| 顺平县| 大埔区| 淮阳县| 延边| 木兰县| 玉溪市| 南京市| 屯门区| 卓尼县| 舞钢市| 新邵县| 湘潭县| 吉首市| 涟水县| 邳州市| 葵青区| 思茅市| 北辰区| 翁源县| 崇礼县| 阳信县| 集贤县| 阳东县| 麻阳|