|
|
@@ -3,115 +3,125 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/order_mark_view"
|
|
|
- android:layout_width="20dp"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:visibility="gone"
|
|
|
- />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/title_tv"
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/content_container"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_margin="5dp"
|
|
|
- android:layout_toLeftOf="@id/order_mark_view"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="Pickup Order New"
|
|
|
- />
|
|
|
+ android:background="@drawable/round_corner_bg"
|
|
|
+ >
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/status_view"
|
|
|
- android:layout_width="70dp"
|
|
|
- android:layout_height="70dp"
|
|
|
- android:layout_below="@id/title_tv"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- />
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/order_mark_view"
|
|
|
+ android:layout_width="20dp"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/order_no_key_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_alignTop="@id/status_view"
|
|
|
- android:layout_toRightOf="@id/status_view"
|
|
|
- android:layout_marginRight="2dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="Order No.:"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/title_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_toLeftOf="@id/order_mark_view"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="Pickup Order New"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/order_no_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_alignTop="@id/status_view"
|
|
|
- android:layout_toRightOf="@id/order_no_key_tv"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="AFS180530001200"
|
|
|
- />
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/status_view"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="70dp"
|
|
|
+ android:layout_below="@id/title_tv"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/container_no_key_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_below="@id/order_no_tv"
|
|
|
- android:layout_toRightOf="@id/status_view"
|
|
|
- android:layout_marginRight="2dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="Container No.:"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/order_no_key_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_alignTop="@id/status_view"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="Order No.:"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/container_no_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_below="@id/order_no_tv"
|
|
|
- android:layout_toRightOf="@id/container_no_key_tv"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="TCNU6432476"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/order_no_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_alignTop="@id/status_view"
|
|
|
+ android:layout_toRightOf="@id/order_no_key_tv"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="AFS180530001200"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/date_key_tv"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_below="@id/container_no_tv"
|
|
|
- android:layout_toRightOf="@id/status_view"
|
|
|
- android:layout_marginRight="2dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="Date:"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/container_no_key_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/order_no_tv"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="Container No.:"
|
|
|
+ />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/date_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:layout_below="@id/container_no_tv"
|
|
|
- android:layout_toRightOf="@id/date_key_tv"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
- android:text="5/30/2018"
|
|
|
- />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/container_no_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/order_no_tv"
|
|
|
+ android:layout_toRightOf="@id/container_no_key_tv"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="TCNU6432476"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/date_key_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/container_no_tv"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
+ android:layout_marginRight="2dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="Date:"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/date_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/container_no_tv"
|
|
|
+ android:layout_toRightOf="@id/date_key_tv"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="5/30/2018"
|
|
|
+ />
|
|
|
+
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|