Android TabHost
学习自 鲁迅认识的那个猹 Overview TabHost早就已经被Google弃用了。但是它弃归它弃我用归我用。但是Google也推出了替代品。 FragmentTabHost TabLayout(Material Design) 如何优雅的使用TabHost 按照国际惯例,我们先看一下代码: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <TabHost android:id="@+id/navTH" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="match