android中将TabHost放置底部显示的方法
来源:爱站网时间:2021-05-12编辑:网友分享
对于很多新手开发者来说,在进行android开发的时候,是不知道如何将TAB放置在屏幕的底端的,要怎么去实现这种效果呢?下面小编将为大家分享有关android中将TabHost放置底部显示的方法。
今天写Tab的时候由于TAB的跳转问题去查资料,倒反而发现更有趣的问题,就是如何将TAB放置在屏幕的底端。
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
android:layout_height="fill_parent"
android:orientation="vertical" >
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:padding="5dp" />
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>
上面就是关于android中将TabHost放置底部显示的方法详解,是不是也不难呢?如果需要了解更多关于android开发相关的其他问题,可以继续关注爱站技术频道。