提交 2a431300 authored 作者: lgd's avatar lgd

1.修改备注

2.//TODO 坩埚下单,mes其他页面,mes用户反馈空也展示,编辑任务担当无法修改
上级 b2539dde
...@@ -29,7 +29,7 @@ import retrofit2.http.QueryMap; ...@@ -29,7 +29,7 @@ import retrofit2.http.QueryMap;
public interface ApiService { public interface ApiService {
String DOMAIN = Config.DEBUG ? "http://zwang.bat100.net.cn:8000/" : "http://zwang.bat100.net.cn:8000/"; String DOMAIN = Config.DEBUG ? "http://zwang.bat100.net.cn:8000/" : "http://zwang.bat100.net.cn:8000/";
// String DOMAIN = Config.DEBUG ? "http://121.36.41.111:9001/" : "http://121.36.41.111:9001/"; // String DOMAIN = Config.DEBUG ? "http://121.36.41.111:9001/" : "http://192.168.1.111:9000/";
/** /**
......
...@@ -151,12 +151,12 @@ ...@@ -151,12 +151,12 @@
<View style="@style/dividerX" /> <View style="@style/dividerX" />
<RelativeLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:background="@color/white" android:background="@color/white"
android:gravity="center" android:orientation="vertical"
android:paddingHorizontal="20mm" android:paddingHorizontal="20mm"
android:paddingVertical="15mm"> android:paddingVertical="15mm">
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="15sp" /> android:textSize="15sp" />
</RelativeLayout> </LinearLayout>
<View style="@style/dividerX" /> <View style="@style/dividerX" />
......
...@@ -382,7 +382,7 @@ ...@@ -382,7 +382,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="15mm" android:paddingVertical="15mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<LinearLayout <LinearLayout
......
...@@ -548,7 +548,7 @@ ...@@ -548,7 +548,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="10mm" android:paddingVertical="10mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -500,7 +500,7 @@ ...@@ -500,7 +500,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="10mm" android:paddingVertical="10mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -594,7 +594,7 @@ ...@@ -594,7 +594,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="10mm" android:paddingVertical="10mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="15mm" android:paddingVertical="15mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
...@@ -273,7 +273,6 @@ ...@@ -273,7 +273,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:text="备注:"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="14sp" /> android:textSize="14sp" />
</LinearLayout> </LinearLayout>
......
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="15mm" android:paddingVertical="15mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<LinearLayout <LinearLayout
......
...@@ -506,7 +506,7 @@ ...@@ -506,7 +506,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="10mm" android:paddingVertical="10mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="10mm" android:paddingVertical="10mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<TextView <TextView
......
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="18mm" android:layout_marginLeft="18mm"
android:paddingVertical="15mm" android:paddingVertical="15mm"
android:text="备注" android:text="备注"
android:textSize="16sp" /> android:textSize="16sp" />
<LinearLayout <LinearLayout
......
...@@ -127,12 +127,12 @@ ...@@ -127,12 +127,12 @@
<View style="@style/dividerX" /> <View style="@style/dividerX" />
<RelativeLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:background="@color/white" android:background="@color/white"
android:gravity="center" android:orientation="vertical"
android:paddingHorizontal="20mm" android:paddingHorizontal="20mm"
android:paddingVertical="15mm"> android:paddingVertical="15mm">
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:textColor="@color/flexible_text_gray" android:textColor="@color/flexible_text_gray"
android:textSize="15sp" /> android:textSize="15sp" />
</RelativeLayout> </LinearLayout>
<View style="@style/dividerX" /> <View style="@style/dividerX" />
......
...@@ -327,12 +327,12 @@ ...@@ -327,12 +327,12 @@
<View style="@style/dividerX" /> <View style="@style/dividerX" />
<RelativeLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:orientation="vertical"
android:background="@color/white" android:background="@color/white"
android:gravity="center"
android:paddingHorizontal="20mm" android:paddingHorizontal="20mm"
android:paddingVertical="15mm"> android:paddingVertical="15mm">
...@@ -349,6 +349,6 @@ ...@@ -349,6 +349,6 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:textColor="@color/flexible_text_sup" android:textColor="@color/flexible_text_sup"
android:textSize="14sp" /> android:textSize="14sp" />
</RelativeLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</androidx.core.widget.NestedScrollView> </androidx.core.widget.NestedScrollView>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论