|
|
@ -11,8 +11,8 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_marginBottom="@dimen/dp_120" |
|
|
android:layout_marginBottom="@dimen/dp_120" |
|
|
android:layout_marginLeft="@dimen/dp_60" |
|
|
|
|
|
android:layout_marginRight="@dimen/dp_60" |
|
|
|
|
|
|
|
|
android:layout_marginLeft="@dimen/dp_50" |
|
|
|
|
|
android:layout_marginRight="@dimen/dp_50" |
|
|
android:layout_marginTop="@dimen/dp_60" |
|
|
android:layout_marginTop="@dimen/dp_60" |
|
|
android:background="@drawable/bg_shadow" |
|
|
android:background="@drawable/bg_shadow" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
@ -29,15 +29,15 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/date" |
|
|
android:text="@string/date" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/order_date" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:text="@string/app_name" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
@ -52,15 +52,15 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/supplier" |
|
|
android:text="@string/supplier" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/order_supplier" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:text="@string/app_name" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
@ -75,15 +75,15 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/variety" |
|
|
android:text="@string/variety" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/order_variety" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:text="@string/app_name" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
@ -98,15 +98,15 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/driver" |
|
|
android:text="@string/driver" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/driver" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:text="@string/app_name" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
@ -121,15 +121,15 @@ |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="@string/number" |
|
|
android:text="@string/number" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textColor="@color/grey888888" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|
|
|
android:id="@+id/order_number" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:layout_marginLeft="@dimen/dp_5" |
|
|
android:text="@string/app_name" |
|
|
|
|
|
android:textColor="@color/black303030" |
|
|
android:textColor="@color/black303030" |
|
|
android:textSize="@dimen/text_size_22" /> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/text_size_20" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|