android中将TabHost放置底部显示的方法

来源:爱站网时间:2021-05-12编辑:网友分享
对于很多新手开发者来说,在进行android开发的时候,是不知道如何将TAB放置在屏幕的底端的,要怎么去实现这种效果呢?下面小编将为大家分享有关android中将TabHost放置底部显示的方法。

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

 


android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:padding="5dp" />
android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>

上面就是关于android中将TabHost放置底部显示的方法详解,是不是也不难呢?如果需要了解更多关于android开发相关的其他问题,可以继续关注爱站技术频道。

上一篇:android中键盘触发事件和屏幕触发事件是怎样交互的

下一篇:Android中如何让裁剪图片为圆形图片的代码详解

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载