【Android】设置tabhost位于底部的三种方法
对于Android自带的tabhost组件,是位于页面顶端的,若想让其位于页面底端,在这里提供两种方法。
1、tabcontent和tabs交换位置
2、设置tabcontent的属性:android:layout_weight="1"