|
|
@@ -157,8 +157,13 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical"
|
|
|
- android:background="#f6f5f5"
|
|
|
- android:visibility="gone">
|
|
|
+ android:visibility="visible">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="#f6f5f5"
|
|
|
+ android:visibility="gone">
|
|
|
<TextView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -207,13 +212,15 @@
|
|
|
android:background="#f6f5f5"
|
|
|
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="5dp"
|
|
|
+ android:visibility="visible"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="5dp"
|
|
|
- android:background="#EBE9E9"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:visibility="visible"/>
|
|
|
|
|
|
<com.xzjmyk.pm.activity.view.MyListView
|
|
|
android:id="@+id/work_daily_detail_approval_flow_lv"
|