|
|
@@ -160,9 +160,11 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/textOne" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:background="@drawable/state1" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:text="全部" |
|
|
|
android:textColor="@color/white" |
|
|
|
android:textSize="@dimen/sp_14" /> |
|
|
@@ -170,10 +172,12 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/textTwo" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:background="#F5F5F5" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:text="申办中" |
|
|
|
android:textColor="#666666" |
|
|
|
android:textSize="@dimen/sp_14" /> |
|
|
@@ -181,10 +185,12 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/textThree" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:background="#F5F5F5" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:text="待发货" |
|
|
|
android:textColor="#666666" |
|
|
|
android:textSize="@dimen/sp_14" /> |
|
|
@@ -192,10 +198,12 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/textFour" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:background="#F5F5F5" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:text="待激活" |
|
|
|
android:textColor="#666666" |
|
|
|
android:textSize="@dimen/sp_14" /> |
|
|
@@ -203,17 +211,16 @@ |
|
|
|
<TextView |
|
|
|
android:id="@+id/textFive" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="match_parent" |
|
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
|
android:background="@drawable/state3_no" |
|
|
|
android:padding="@dimen/dp_10" |
|
|
|
android:gravity="center" |
|
|
|
android:paddingLeft="@dimen/dp_10" |
|
|
|
android:paddingRight="@dimen/dp_10" |
|
|
|
android:text="已完成" |
|
|
|
android:textColor="@color/text_off" |
|
|
|
android:textSize="@dimen/sp_14" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
<LinearLayout |