|
|
@@ -1,95 +1,82 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:id="@+id/top"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="@color/antionbarcolor"
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- >
|
|
|
- <RelativeLayout
|
|
|
- android:id="@+id/top"
|
|
|
+ android:background="@color/antionbarcolor">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/back"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:src="@drawable/back" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_top_state"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:background="@color/antionbarcolor"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
+ android:layout_height="40dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:layout_marginBottom="13dp"
|
|
|
+ android:layout_marginLeft="50dp"
|
|
|
+ android:layout_marginRight="50dp"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:background="@drawable/shape_process_linear"
|
|
|
android:orientation="horizontal"
|
|
|
- android:gravity="center"
|
|
|
- >
|
|
|
- <ImageView
|
|
|
- android:id="@+id/back"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:src="@drawable/back"
|
|
|
- />
|
|
|
- <LinearLayout
|
|
|
-
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:id="@+id/ll_top_state"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_centerInParent="true"
|
|
|
- android:layout_marginLeft="60dp"
|
|
|
- android:layout_marginRight="60dp"
|
|
|
- android:layout_marginBottom="13dp"
|
|
|
- android:layout_marginTop="13dp"
|
|
|
- android:layout_height="40dp"
|
|
|
- android:padding="1dp"
|
|
|
- android:background="@drawable/shape_process_linear"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:weightSum="3">
|
|
|
+ android:padding="1dp"
|
|
|
+ android:weightSum="3">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/wait_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:gravity="center"
|
|
|
- android:background="@drawable/shape_process_item"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="待处理"
|
|
|
- android:textColor="@color/selector_schedule_text"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/wait_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_process_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="待处理"
|
|
|
+ android:textColor="@color/selector_schedule_text" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/done_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/shape_process_item"
|
|
|
- android:textColor="@color/selector_schedule_text"
|
|
|
- android:gravity="center"
|
|
|
- android:text="已处理"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/done_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_process_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:text="已处理"
|
|
|
+ android:textColor="@color/selector_schedule_text" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/isend_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_weight="1"
|
|
|
- android:background="@drawable/shape_process_item"
|
|
|
- android:textColor="@color/selector_schedule_text"
|
|
|
- android:gravity="center"
|
|
|
- android:text="我发起的"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/isend_tv"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_process_item"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="我发起的"
|
|
|
+ android:textColor="@color/selector_schedule_text" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
- <!--<TextView-->
|
|
|
- <!--android:id="@+id/title"-->
|
|
|
- <!--android:layout_width="wrap_content"-->
|
|
|
- <!--android:layout_height="wrap_content"-->
|
|
|
- <!--android:layout_centerInParent="true"-->
|
|
|
- <!--android:drawableRight="@drawable/down"-->
|
|
|
- <!--android:textColor="@color/white"-->
|
|
|
- <!--android:textSize="@dimen/text_main" />-->
|
|
|
+ <!--<TextView-->
|
|
|
+ <!--android:id="@+id/title"-->
|
|
|
+ <!--android:layout_width="wrap_content"-->
|
|
|
+ <!--android:layout_height="wrap_content"-->
|
|
|
+ <!--android:layout_centerInParent="true"-->
|
|
|
+ <!--android:drawableRight="@drawable/down"-->
|
|
|
+ <!--android:textColor="@color/white"-->
|
|
|
+ <!--android:textSize="@dimen/text_main" />-->
|
|
|
|
|
|
- <!-- <ImageView
|
|
|
- android:id="@+id/seting"
|
|
|
- android:layout_width="40dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:padding="8dp"
|
|
|
- android:src="@drawable/setting" />-->
|
|
|
- </RelativeLayout>
|
|
|
-</LinearLayout>
|
|
|
+ <!-- <ImageView
|
|
|
+ android:id="@+id/seting"
|
|
|
+ android:layout_width="40dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:padding="8dp"
|
|
|
+ android:src="@drawable/setting" />-->
|
|
|
+</RelativeLayout>
|