|
|
@@ -55,116 +55,116 @@
|
|
|
<TextView
|
|
|
android:id="@+id/order_no_key_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
android:layout_alignTop="@id/status_view"
|
|
|
- android:layout_toRightOf="@id/status_view"
|
|
|
android:layout_marginRight="2dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
android:text="@string/order_no_title"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/order_no_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_toRightOf="@id/order_no_key_tv"
|
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
|
android:text="AFS180530001200"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/container_no_key_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_marginRight="2dp"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
android:text="@string/container_no_title"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/container_no_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_marginRight="5dp"
|
|
|
+ android:layout_toRightOf="@id/container_no_key_tv"
|
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
|
android:text="TCNU6432476"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/type2_key_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_marginRight="2dp"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
android:text="@string/order_type_title"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/type2_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_marginRight="5dp"
|
|
|
+ android:layout_toRightOf="@id/type2_key_tv"
|
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
|
android:text="Pick Up"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/date_key_tv"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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:layout_marginRight="2dp"
|
|
|
+ android:layout_toRightOf="@id/status_view"
|
|
|
android:text="@string/date"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/date_tv"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="20dp"
|
|
|
+ android:layout_height="25dp"
|
|
|
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_marginRight="5dp"
|
|
|
android:layout_marginBottom="5dp"
|
|
|
- android:textSize="17sp"
|
|
|
- android:textColor="#000000"
|
|
|
+ android:layout_toRightOf="@id/date_key_tv"
|
|
|
android:ellipsize="end"
|
|
|
android:singleLine="true"
|
|
|
android:text="5/30/2018"
|
|
|
+ android:textColor="#000000"
|
|
|
+ android:textSize="17sp"
|
|
|
/>
|
|
|
|
|
|
</RelativeLayout>
|