|
|
@@ -28,7 +28,7 @@
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_marginTop="@dimen/padding"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/customerTag"
|
|
|
+ android:layout_below="@id/customerTv"
|
|
|
android:text="收货地址:"
|
|
|
android:textColor="@color/hintColor"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -37,8 +37,6 @@
|
|
|
android:id="@+id/addressTv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:lines="1"
|
|
|
- android:ellipsize="end"
|
|
|
android:layout_alignTop="@id/addressTag"
|
|
|
android:layout_toRightOf="@id/customerTag"
|
|
|
android:text="客户:"
|
|
|
@@ -50,7 +48,7 @@
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_marginTop="@dimen/padding"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/addressTag"
|
|
|
+ android:layout_below="@id/addressTv"
|
|
|
android:text="订单号:"
|
|
|
android:textColor="@color/hintColor"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -70,7 +68,7 @@
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_marginTop="@dimen/padding"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/codeTag"
|
|
|
+ android:layout_below="@id/codeTv"
|
|
|
android:text="单据时间:"
|
|
|
android:textColor="@color/hintColor"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -90,7 +88,7 @@
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_marginTop="@dimen/padding"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/timeTag"
|
|
|
+ android:layout_below="@id/timeTv"
|
|
|
android:text="备注:"
|
|
|
android:textColor="@color/hintColor"
|
|
|
android:textSize="@dimen/text_hine" />
|
|
|
@@ -110,7 +108,7 @@
|
|
|
android:layout_marginTop="@dimen/padding"
|
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_below="@id/remarksTag"
|
|
|
+ android:layout_below="@id/remarksTv"
|
|
|
android:text="总额:"
|
|
|
android:textColor="@color/hintColor"
|
|
|
android:textSize="@dimen/text_hine" />
|