【Android-底部有标签】寸阳分阴须爱惜,休负春色与时光。这篇文章主要讲述Android-底部有标签相关的知识,希望能为你提供帮助。
- < ?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"
- android:background=" #FFF" >
- < 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=" 77dp"
- android:layout_weight=" 1" />
- < TabWidget
- android:id=" @android:id/tabs"
- android:layout_width=" fill_parent"
- android:layout_height=" 77dp"
- android:layout_weight=" 0" />
- < /LinearLayout>
- < /TabHost>
推荐阅读
- 用户€IIS APPPOOLDefaultAppPool€登录失败?
- 在Android中使用getView和convertView
- [android]全屏
- [android]加载新视图
- [android]无边框Tabbar底部
- [android]设置超时
- Swift中面向协议编程的简介
- Realm是最好的Android数据库解决方案
- Swift教程(MVVM设计模式简介)