采用线性布局
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/splash_default"
android:orientation="vertical" >
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="#EBEBF0"
android:orientation="horizontal" >
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:text="我的"
android:textColor="#5B6E7C" />
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:text="淘歌"
android:textColor="#5B6E7C" />
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:text="搜索"
android:textColor="#5B6E7C" />
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:text="发现"
android:textColor="#5B6E7C" />
android:layout