| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="utf-8"?>
- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="300dp"
- android:background="@color/white" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="300dp"
- android:orientation="vertical"
- android:background="@color/EFEFEF"
- android:layout_marginLeft="10dp"
- android:layout_marginRight="10dp"
-
- >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="工序名称:"
- android:layout_marginTop="5dp"
- android:id="@+id/good_ghmc1"
- />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="生产线:"
- android:layout_marginTop="5dp"
- android:id="@+id/good_scx"
- />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="产品编码:55555555"
- android:layout_marginTop="5dp"
- android:id="@+id/good_cpbm"
- />
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="生产线:11111111"
- android:layout_marginTop="5dp"
- />
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="日期:"
- android:layout_marginTop="5dp"
- android:id="@+id/good_date"
- />
-
- </LinearLayout>
- </ScrollView>
|