|
|
@@ -50,7 +50,35 @@
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/textsize_14" />
|
|
|
</LinearLayout>
|
|
|
+<LinearLayout
|
|
|
+ android:layout_width="fill_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="8dp"
|
|
|
+ android:layout_marginRight="8dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal" >
|
|
|
|
|
|
+ <com.jiaju.widget.JustifyTextView
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="凭证单号"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=":"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/MBLNR"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/textsize_14" />
|
|
|
+ </LinearLayout>
|
|
|
<LinearLayout
|
|
|
android:layout_width="fill_parent"
|
|
|
android:layout_height="wrap_content"
|