|
@@ -14,7 +14,7 @@
|
|
|
android:minHeight="@dimen/item_height"
|
|
android:minHeight="@dimen/item_height"
|
|
|
android:paddingLeft="15dp"
|
|
android:paddingLeft="15dp"
|
|
|
android:paddingRight="15dp">
|
|
android:paddingRight="15dp">
|
|
|
- <!--android:background="@color/item_color1"-->
|
|
|
|
|
|
|
+
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
android:id="@+id/schedule_head_area"
|
|
android:id="@+id/schedule_head_area"
|
|
|
android:layout_width="57dp"
|
|
android:layout_width="57dp"
|
|
@@ -38,10 +38,9 @@
|
|
|
android:layout_gravity="top|right"
|
|
android:layout_gravity="top|right"
|
|
|
android:background="@drawable/tab_unread_bg"
|
|
android:background="@drawable/tab_unread_bg"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
-
|
|
|
|
|
|
|
+ android:text="999"
|
|
|
android:textColor="@android:color/white"
|
|
android:textColor="@android:color/white"
|
|
|
- android:textSize="10.0dip"
|
|
|
|
|
- android:visibility="gone" />
|
|
|
|
|
|
|
+ android:textSize="10.0dip" />
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -59,7 +58,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toLeftOf="@+id/schedule_time_tv"
|
|
android:layout_toLeftOf="@+id/schedule_time_tv"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:text="我的审批"
|
|
android:text="我的审批"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="16sp" />
|
|
android:textSize="16sp" />
|
|
@@ -70,7 +68,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
@@ -81,18 +78,19 @@
|
|
|
android:layout_below="@id/schedule_name_tv"
|
|
android:layout_below="@id/schedule_name_tv"
|
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
android:id="@+id/waitting_work_rl"
|
|
android:id="@+id/waitting_work_rl"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
@@ -126,10 +124,10 @@
|
|
|
android:layout_gravity="top|right"
|
|
android:layout_gravity="top|right"
|
|
|
android:background="@drawable/tab_unread_bg"
|
|
android:background="@drawable/tab_unread_bg"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
|
|
+ android:text="999"
|
|
|
android:textColor="@android:color/white"
|
|
android:textColor="@android:color/white"
|
|
|
android:textSize="10.0dip"
|
|
android:textSize="10.0dip"
|
|
|
- android:visibility="visible"
|
|
|
|
|
- android:text="999"/>
|
|
|
|
|
|
|
+ android:visibility="visible" />
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
@@ -147,7 +145,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toLeftOf="@+id/waitting_work_time_tv"
|
|
android:layout_toLeftOf="@+id/waitting_work_time_tv"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:text="待办工作"
|
|
android:text="待办工作"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="16sp" />
|
|
android:textSize="16sp" />
|
|
@@ -158,7 +155,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
@@ -166,23 +162,25 @@
|
|
|
android:id="@+id/waitting_work_content_tv"
|
|
android:id="@+id/waitting_work_content_tv"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/waitting_work_name_tv"
|
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
|
|
+ android:layout_alignParentLeft="true"
|
|
|
|
|
+ android:layout_alignParentStart="true"
|
|
|
|
|
+ android:layout_below="@+id/waitting_work_name_tv"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
|
|
|
+
|
|
|
<View
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/line"
|
|
android:layout_height="@dimen/line"
|
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginLeft="10dp"
|
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginRight="10dp"
|
|
|
android:background="@color/item_line" />
|
|
android:background="@color/item_line" />
|
|
|
|
|
+
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:id="@+id/_rl"
|
|
|
|
|
|
|
+ android:id="@+id/subscribe_rl"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/item_height"
|
|
android:layout_height="@dimen/item_height"
|
|
|
android:background="@drawable/selector_me_menu_item_bg"
|
|
android:background="@drawable/selector_me_menu_item_bg"
|
|
@@ -190,15 +188,13 @@
|
|
|
android:minHeight="@dimen/item_height"
|
|
android:minHeight="@dimen/item_height"
|
|
|
android:paddingLeft="15dp"
|
|
android:paddingLeft="15dp"
|
|
|
android:paddingRight="15dp">
|
|
android:paddingRight="15dp">
|
|
|
- <!--android:background="@color/item_color1"-->
|
|
|
|
|
|
|
+
|
|
|
<FrameLayout
|
|
<FrameLayout
|
|
|
android:id="@+id/head_area"
|
|
android:id="@+id/head_area"
|
|
|
android:layout_width="57dp"
|
|
android:layout_width="57dp"
|
|
|
android:layout_height="64dp"
|
|
android:layout_height="64dp"
|
|
|
android:layout_centerVertical="true">
|
|
android:layout_centerVertical="true">
|
|
|
-
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
- android:id="@+id/avatar_img"
|
|
|
|
|
android:layout_width="@dimen/item_img_height"
|
|
android:layout_width="@dimen/item_img_height"
|
|
|
android:layout_height="@dimen/item_img_width"
|
|
android:layout_height="@dimen/item_img_width"
|
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
@@ -208,19 +204,17 @@
|
|
|
android:src="@drawable/tingyue" />
|
|
android:src="@drawable/tingyue" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/num_tv"
|
|
|
|
|
|
|
+ android:id="@+id/subscribe_num_tv"
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="top|right"
|
|
android:layout_gravity="top|right"
|
|
|
android:background="@drawable/tab_unread_bg"
|
|
android:background="@drawable/tab_unread_bg"
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
|
android:textColor="@android:color/white"
|
|
android:textColor="@android:color/white"
|
|
|
- android:textSize="10.0dip"
|
|
|
|
|
- android:visibility="gone" />
|
|
|
|
|
|
|
+ android:textSize="10.0dip" />
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
<RelativeLayout
|
|
|
- android:id="@+id/content"
|
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
android:layout_centerVertical="true"
|
|
android:layout_centerVertical="true"
|
|
@@ -234,7 +228,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_toLeftOf="@+id/time_tv"
|
|
android:layout_toLeftOf="@+id/time_tv"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:text="我的订阅"
|
|
android:text="我的订阅"
|
|
|
android:textColor="@color/text_main"
|
|
android:textColor="@color/text_main"
|
|
|
android:textSize="16sp" />
|
|
android:textSize="16sp" />
|
|
@@ -245,18 +238,16 @@
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/content_tv"
|
|
|
|
|
|
|
+ android:id="@+id/subscribe_content_tv"
|
|
|
android:layout_width="fill_parent"
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/nick_name_tv"
|
|
android:layout_below="@id/nick_name_tv"
|
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
|
android:ellipsize="end"
|
|
android:ellipsize="end"
|
|
|
- android:singleLine="true"
|
|
|
|
|
android:textColor="@color/text_hine"
|
|
android:textColor="@color/text_hine"
|
|
|
android:textSize="14sp" />
|
|
android:textSize="14sp" />
|
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|