|
|
@@ -4,18 +4,23 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
>
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/node_ll"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginTop="20dp">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/item_daily_details_approval_flow_node_img"
|
|
|
+ android:layout_width="15dp"
|
|
|
+ android:layout_height="15dp"
|
|
|
+ android:background="@drawable/node_wait3"
|
|
|
+ android:contentDescription="@string/app_name"
|
|
|
+ />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/item_daily_details_approval_flow_node_img"
|
|
|
- android:layout_width="15dp"
|
|
|
- android:layout_height="15dp"
|
|
|
- android:background="@drawable/node_wait3"
|
|
|
- android:contentDescription="@string/app_name"
|
|
|
- android:layout_marginLeft="20px"
|
|
|
- android:layout_marginTop="20dp"
|
|
|
-
|
|
|
- />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/item_daily_details_approval_flow_photo_img"
|
|
|
@@ -23,8 +28,8 @@
|
|
|
android:layout_height="40dp"
|
|
|
android:background="@drawable/avatar_normal"
|
|
|
android:contentDescription="@string/app_name"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_toRightOf="@id/item_daily_details_approval_flow_node_img"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
+ android:layout_toRightOf="@id/node_ll"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:layout_marginBottom="10dp" />
|
|
|
|