本节将结合上一节所讲的内容实现仿微信的Tab切换效果,下面通过代码进行讲解。主布局文件(activity_main.xml)<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <android.support.v4.view.