【[android]无边框Tabbar底部】青春须早为,岂能长少年。这篇文章主要讲述[android]无边框Tabbar底部相关的知识,希望能为你提供帮助。
- < ?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" >
- < LinearLayout
- android:orientation=" vertical"
- android:layout_width=" fill_parent"
- android:layout_height=" fill_parent"
- android:padding=" 5dp" >
- < FrameLayout
- android:id=" @android:id/tabcontent"
- android:layout_width=" fill_parent"
- android:layout_height=" wrap_content"
- android:padding=" 5dp"
- android:layout_weight=" 1" />
- < TabWidget
- android:id=" @android:id/tabs"
- android:layout_width=" fill_parent"
- android:layout_height=" wrap_content"
- android:layout_weight=" 0"
- android:foreground=" @null"
- android:layout_marginBottom=" -6dp" />
- < /LinearLayout>
- < /TabHost>
推荐阅读
- [android]加载新视图
- [android]设置超时
- Swift中面向协议编程的简介
- Realm是最好的Android数据库解决方案
- Swift教程(MVVM设计模式简介)
- Ionic 2 vs. Ionic 1(性能提升,新工具和向前迈出的一大步)
- 如何为iOS编写自动测试
- CloudKit指南(如何在iOS设备之间同步用户数据)
- 如何在Android上使用响应式建模简化并发