show2.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="300dp"
  5. android:background="@color/white" >
  6. <LinearLayout
  7. android:layout_width="fill_parent"
  8. android:layout_height="300dp"
  9. android:orientation="vertical"
  10. android:background="@color/EFEFEF"
  11. android:layout_marginLeft="10dp"
  12. android:layout_marginRight="10dp"
  13. >
  14. <TextView
  15. android:layout_width="fill_parent"
  16. android:layout_height="wrap_content"
  17. android:text="工序名称:"
  18. android:layout_marginTop="5dp"
  19. android:id="@+id/good_ghmc1"
  20. />
  21. <TextView
  22. android:layout_width="fill_parent"
  23. android:layout_height="wrap_content"
  24. android:text="生产线:"
  25. android:layout_marginTop="5dp"
  26. android:id="@+id/good_scx"
  27. />
  28. <TextView
  29. android:layout_width="fill_parent"
  30. android:layout_height="wrap_content"
  31. android:text="产品编码:55555555"
  32. android:layout_marginTop="5dp"
  33. android:id="@+id/good_cpbm"
  34. />
  35. <TextView
  36. android:layout_width="fill_parent"
  37. android:layout_height="wrap_content"
  38. android:text="生产线:11111111"
  39. android:layout_marginTop="5dp"
  40. />
  41. <TextView
  42. android:layout_width="fill_parent"
  43. android:layout_height="wrap_content"
  44. android:text="日期:"
  45. android:layout_marginTop="5dp"
  46. android:id="@+id/good_date"
  47. />
  48. </LinearLayout>
  49. </ScrollView>