|
@@ -76,13 +76,14 @@
|
|
|
android:layout_margin="@dimen/dp_10"
|
|
|
android:background="@drawable/bg_white_6"
|
|
|
android:orientation="vertical"
|
|
|
- android:visibility="invisible">
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginHorizontal="@dimen/dp_10"
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
@@ -125,6 +126,7 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingHorizontal="@dimen/dp_20">
|
|
|
|
|
@@ -155,6 +157,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingHorizontal="@dimen/dp_20">
|
|
|
|
|
@@ -194,6 +197,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingHorizontal="@dimen/dp_20"
|
|
|
android:paddingVertical="@dimen/dp_10">
|
|
@@ -216,7 +220,7 @@
|
|
|
android:inputType="number"
|
|
|
android:maxLength="15"
|
|
|
android:textColor="@color/red"
|
|
|
- android:textSize="@dimen/sp_15"
|
|
|
+ android:textSize="@dimen/sp_18"
|
|
|
tools:text="1254" />
|
|
|
|
|
|
<ImageView
|
|
@@ -237,6 +241,7 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
android:paddingHorizontal="@dimen/dp_20">
|
|
|
|
|
@@ -258,6 +263,76 @@
|
|
|
tools:text="4-4" />
|
|
|
</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:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingHorizontal="@dimen/dp_20">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="员"
|
|
|
+ android:textColor="@color/color_555"
|
|
|
+ android:textSize="@dimen/sp_15"
|
|
|
+ android:visibility="invisible" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="稽查人"
|
|
|
+ android:textColor="@color/color_555"
|
|
|
+ android:textSize="@dimen/sp_15" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jcr"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:gravity="end"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_15"
|
|
|
+ tools:text="张三" />
|
|
|
+ </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:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingHorizontal="@dimen/dp_20">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="稽查时间"
|
|
|
+ android:textColor="@color/color_555"
|
|
|
+ android:textSize="@dimen/sp_15" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_jcsj"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="@dimen/dp_10"
|
|
|
+ android:gravity="end"
|
|
|
+ android:textColor="@color/color_333"
|
|
|
+ android:textSize="@dimen/sp_15"
|
|
|
+ tools:text="2025-04-01" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="@dimen/dp_1"
|