|
|
@ -14,34 +14,34 @@ |
|
|
|
android:textSize="18sp"> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/top_1" |
|
|
|
android:layout_width="fill_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:baselineAligned="false" |
|
|
|
android:gravity="center" |
|
|
|
android:orientation="horizontal" |
|
|
|
android:padding="3dp"> |
|
|
|
|
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_transferNo" |
|
|
|
android:layout_width="75dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginLeft="5dp" |
|
|
|
android:gravity="right" |
|
|
|
android:text="源头单据:" /> |
|
|
|
|
|
|
|
<EditText |
|
|
|
android:id="@+id/et_transferNo" |
|
|
|
android:layout_width="fill_parent" |
|
|
|
android:layout_height="26dp" |
|
|
|
android:layout_marginRight="5dp" |
|
|
|
android:background="@drawable/shape_white" |
|
|
|
android:gravity="center" |
|
|
|
android:selectAllOnFocus="true" |
|
|
|
android:singleLine="true" /> |
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
<!-- <LinearLayout--> |
|
|
|
<!-- android:id="@+id/top_1"--> |
|
|
|
<!-- android:layout_width="fill_parent"--> |
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
<!-- android:baselineAligned="false"--> |
|
|
|
<!-- android:gravity="center"--> |
|
|
|
<!-- android:orientation="horizontal"--> |
|
|
|
<!-- android:padding="3dp">--> |
|
|
|
|
|
|
|
<!-- <TextView--> |
|
|
|
<!-- android:id="@+id/tv_transferNo"--> |
|
|
|
<!-- android:layout_width="75dp"--> |
|
|
|
<!-- android:layout_height="wrap_content"--> |
|
|
|
<!-- android:layout_marginLeft="5dp"--> |
|
|
|
<!-- android:gravity="right"--> |
|
|
|
<!-- android:text="源头单据:" />--> |
|
|
|
|
|
|
|
<!-- <EditText--> |
|
|
|
<!-- android:id="@+id/et_transferNo"--> |
|
|
|
<!-- android:layout_width="fill_parent"--> |
|
|
|
<!-- android:layout_height="26dp"--> |
|
|
|
<!-- android:layout_marginRight="5dp"--> |
|
|
|
<!-- android:background="@drawable/shape_white"--> |
|
|
|
<!-- android:gravity="center"--> |
|
|
|
<!-- android:selectAllOnFocus="true"--> |
|
|
|
<!-- android:singleLine="true" />--> |
|
|
|
|
|
|
|
<!-- </LinearLayout>--> |
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/top_2" |
|
|
|