| <?xml version="1.0" encoding="utf-8"?> | 
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | 
|     android:layout_width="match_parent" | 
|     android:layout_height="match_parent" | 
|     android:padding="5dp" | 
|     android:gravity="center" | 
|     android:background="@mipmap/bg_bottom" | 
|     android:orientation="vertical"> | 
|     <ImageView android:id="@+id/icon" | 
|         android:layout_width="@dimen/x18" | 
|         android:layout_height="@dimen/x18" | 
|         > | 
|     </ImageView> | 
|     <TextView | 
|         android:id="@+id/tv_text" | 
|         android:layout_width="match_parent" | 
|         android:layout_height="wrap_content" | 
|         android:layout_marginTop="2dp" | 
|         android:textColor="@color/tab_selector_tv_color" | 
|         android:textSize="13sp" | 
|         android:gravity="center"> | 
|     </TextView> | 
|   | 
| </LinearLayout> |