|
|
@@ -82,7 +82,7 @@
|
|
|
android:text=""
|
|
|
android:gravity="center"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
+ android:textColor="@color/blue">
|
|
|
</TextView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
@@ -156,18 +156,17 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
<LinearLayout
|
|
|
- android:layout_gravity="bottom"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1.5"
|
|
|
- android:layout_marginLeft="@dimen/textsize_20">
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginLeft="15dp">
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="工单号 "
|
|
|
- android:scrollbarSize="16sp"
|
|
|
+ android:text="计划单号 "
|
|
|
android:gravity="center"
|
|
|
- android:textSize="16sp"
|
|
|
android:layout_gravity="center"
|
|
|
android:textColor="@color/black">
|
|
|
</TextView>
|
|
|
@@ -180,37 +179,10 @@
|
|
|
android:gravity="center"
|
|
|
android:textSize="16sp"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
+ android:textColor="@color/blue">
|
|
|
</TextView>
|
|
|
</LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
- <TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="工段"
|
|
|
- android:textSize="16sp"
|
|
|
- android:gravity="center"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <Spinner
|
|
|
- android:id="@+id/sp_login"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- style="@style/SpinnerStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginTop="0dp"
|
|
|
- android:padding="0dp"
|
|
|
- android:gravity="center"
|
|
|
- android:paddingLeft="0dp"
|
|
|
- android:layout_gravity="top"
|
|
|
- android:background="@drawable/bg_spinner" />
|
|
|
- </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
|
|
android:layout_marginTop="5dp"
|
|
|
@@ -222,7 +194,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/textsize_20"
|
|
|
+ android:layout_marginLeft="15dp"
|
|
|
android:layout_gravity="center">
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -238,30 +210,73 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text=""
|
|
|
android:gravity="center"
|
|
|
+ android:textSize="16sp"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
+ android:textColor="@color/blue">
|
|
|
</TextView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pr_detail"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="产品名称"
|
|
|
- android:gravity="left"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
<LinearLayout
|
|
|
- android:layout_marginLeft="15dp"
|
|
|
- android:layout_marginTop="7dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:layout_marginLeft="15dp">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="产品名称 "
|
|
|
+ android:gravity="left"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_pr_detail"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text=""
|
|
|
+ android:gravity="left"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:textColor="@color/blue">
|
|
|
+ </TextView>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+ <TextView
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="工段"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <Spinner
|
|
|
+ android:id="@+id/sp_login"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ style="@style/SpinnerStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_marginTop="0dp"
|
|
|
+ android:padding="0dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:paddingLeft="0dp"
|
|
|
+ android:layout_gravity="top"
|
|
|
+ android:background="@drawable/bg_spinner" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|