|
|
@@ -153,7 +153,8 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:background="#f6f5f5">
|
|
|
+ android:background="#f6f5f5"
|
|
|
+ android:visibility="gone">
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -162,7 +163,7 @@
|
|
|
android:layout_marginTop="1dp"
|
|
|
android:textSize="18sp"
|
|
|
android:textColor="#575757"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
/>
|
|
|
<TextView
|
|
|
android:id="@+id/work_daily_detail_no_task"
|
|
|
@@ -172,14 +173,14 @@
|
|
|
android:text="今天暂无分配工作任务"
|
|
|
android:textColor="#575757"
|
|
|
android:padding="0dp"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/work_daily_detail_task_rl"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
>
|
|
|
|
|
|
<TextView
|
|
|
@@ -201,26 +202,29 @@
|
|
|
android:textSize="15sp"/>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
|
android:id="@+id/work_daily_detail_task_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="#f6f5f5"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="visible">
|
|
|
</com.xzjmyk.pm.activity.view.MyListView>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="5dp"
|
|
|
android:background="#EBE9E9"
|
|
|
android:layout_marginTop="2dp"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="visible"/>
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
|
android:id="@+id/work_daily_detail_approval_flow_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone"
|
|
|
+ android:visibility="visible"
|
|
|
>
|
|
|
</com.xzjmyk.pm.activity.view.MyListView>
|
|
|
<View
|
|
|
@@ -230,9 +234,9 @@
|
|
|
android:layout_marginBottom="8dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="5dp"
|
|
|
- android:background="@color/item_line"
|
|
|
- android:visibility="gone"/>
|
|
|
- </LinearLayout>
|
|
|
+ android:background="@color/item_line" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
</com.xzjmyk.pm.activity.ui.erp.view.CustomerScrollView>
|
|
|
|