| | |
| | | android:background="@color/colorBackground" |
| | | tools:context="com.bsk.zhangbo.demoforbsk.cn.com.basic.face.android.ui.MainActivity"> |
| | | |
| | | |
| | | <!--app:tabMaxWidth="@dimen/view_size_58" 设置tab的大小--> |
| | | <android.support.design.widget.TabLayout |
| | | android:id="@+id/tab_layout" |
| | |
| | | app:tabIndicatorHeight="@dimen/view_size_0" |
| | | app:tabSelectedTextColor="#cccccc" |
| | | app:tabTextColor="@android:color/white" |
| | | app:tabTextAppearance="@style/MyTabLayoutTextAppearance" > |
| | | app:tabTextAppearance="@style/MyTabLayoutTextAppearance" |
| | | app:tabMaxWidth="0dp" |
| | | app:tabGravity="fill" |
| | | app:tabMode="fixed" |
| | | > |
| | | </android.support.design.widget.TabLayout> |
| | | <android.support.v4.view.ViewPager |
| | | android:id="@+id/viewpager" |