模拟百度

小杨的Android学习之旅(2)——模拟百度贴吧底部导航栏

早过忘川 提交于 2019-11-29 19:03:52
晚上没啥事做,朋友过生日喝了点酒,就不准备敲代码了,在之前在网上找了一个底部导航栏的demo,下午就做了一下,实现的方法比较简单,也很容易理解,是用TabActivity和TabHost做的。 不过好像在Android4.0以后放弃了TabActivity 改用 FragmentActivity,对于Fragment和 FragmentActivity我不是很懂,等我下来学懂了,再结合网上的例子写一个demo。 好吧,废话就不说了,我们上代码,照旧先来布局文件。 这就是底部TabHost的主布局文件 <TabHost xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id=" @android :id/tabhost" android:layout_width="fill_parent" android:layout_height="fill_parent" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">