|
@@ -63,6 +63,74 @@
|
|
|
android:textSize="@dimen/sp_20" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="稽查人"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_inspect_people"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="@dimen/dp_20"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="end"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_margin="@dimen/dp_10"
|
|
|
+ android:background="@color/line_gray" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="@dimen/dp_10"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="稽查时间"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_inspect_time"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:layout_marginEnd="@dimen/dp_20"
|
|
|
+ android:background="@null"
|
|
|
+ android:gravity="end"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_16" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/dp_1"
|
|
|
+ android:layout_margin="@dimen/dp_10"
|
|
|
+ android:background="@color/line_gray" />
|
|
|
+
|
|
|
<CheckBox
|
|
|
android:id="@+id/cb_sbwz"
|
|
|
android:layout_width="match_parent"
|
|
@@ -88,74 +156,6 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="稽查人"
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_inspect_people"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_20"
|
|
|
- android:background="@null"
|
|
|
- android:gravity="end"
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_1"
|
|
|
- android:layout_margin="@dimen/dp_10"
|
|
|
- android:background="@color/line_gray" />
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_10"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="稽查时间"
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_inspect_time"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginStart="@dimen/dp_10"
|
|
|
- android:layout_marginEnd="@dimen/dp_20"
|
|
|
- android:background="@null"
|
|
|
- android:gravity="end"
|
|
|
- android:textColor="@color/color_333"
|
|
|
- android:textSize="@dimen/sp_16" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="@dimen/dp_1"
|
|
|
- android:layout_margin="@dimen/dp_10"
|
|
|
- android:background="@color/line_gray" />
|
|
|
-
|
|
|
<include
|
|
|
android:id="@+id/ll_map"
|
|
|
layout="@layout/view_map"
|
|
@@ -576,7 +576,6 @@
|
|
|
android:layout_marginEnd="@dimen/dp_10"
|
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
|
android:background="@drawable/frame_gray"
|
|
|
- android:enabled="false"
|
|
|
android:gravity="start"
|
|
|
android:hint="请输入检查结果"
|
|
|
android:minHeight="@dimen/dp_78"
|