|
|
@@ -31,94 +31,131 @@
|
|
|
android:text="Pickup Order New"
|
|
|
/>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/status_view"
|
|
|
- android:layout_width="70dp"
|
|
|
- android:layout_height="70dp"
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/title_tv"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- />
|
|
|
+ >
|
|
|
|
|
|
- <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.:"
|
|
|
- />
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/status_view"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="70dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:scaleType="centerInside"
|
|
|
+ />
|
|
|
|
|
|
- <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/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_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_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/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/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_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_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_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/type2_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="Order Type:"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/type2_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/container_no_tv"
|
|
|
+ android:layout_toRightOf="@id/type2_key_tv"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:textSize="17sp"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:text="Pick Up"
|
|
|
+ />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/date_key_tv"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:layout_below="@id/type2_key_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/type2_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>
|
|
|
|