张海江
2017-07-26 8dcf4645301af81d39bbcb936b52eb8f904352e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>