|
|
@@ -54,17 +54,19 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
<LinearLayout style="@style/visitor_dialog_row" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
style="@style/visitor_dialog_row" |
|
|
android:gravity="center_vertical"> |
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="90dp" |
|
|
android:layout_width="90dp" |
|
|
android:layout_height="@dimen/d_20"/> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/d_20" /> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="4dp" |
|
|
android:layout_width="4dp" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:background="@color/colorPrimary"/> |
|
|
|
|
|
|
|
|
android:background="@color/colorPrimary" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/leave_dialog_title" |
|
|
style="@style/leave_dialog_title" |
|
|
@@ -72,6 +74,7 @@ |
|
|
android:text="访客信息" /> |
|
|
android:text="访客信息" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -83,6 +86,7 @@ |
|
|
style="@style/leave_dialog_left_content" |
|
|
style="@style/leave_dialog_left_content" |
|
|
android:text="颜小华 18780170404" /> |
|
|
android:text="颜小华 18780170404" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -101,125 +105,205 @@ |
|
|
style="@style/leave_dialog_title" |
|
|
style="@style/leave_dialog_title" |
|
|
android:layout_width="100dp" |
|
|
android:layout_width="100dp" |
|
|
android:text="" /> |
|
|
android:text="" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_gravity="center_horizontal" |
|
|
|
|
|
android:layout_weight="1" |
|
|
android:orientation="vertical"> |
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="人脸" |
|
|
android:text="人脸" |
|
|
android:textSize="@dimen/sp20"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp20" /> |
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
android:id="@+id/face_img" |
|
|
android:id="@+id/face_img" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:text="颜小华" |
|
|
android:text="颜小华" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/face_empty" |
|
|
android:id="@+id/face_empty" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:background="@color/gray_2" |
|
|
android:background="@color/gray_2" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="未设置" |
|
|
android:text="未设置" |
|
|
android:textColor="@color/white" |
|
|
android:textColor="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" |
|
|
|
|
|
android:visibility="gone"/> |
|
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical" |
|
|
|
|
|
android:layout_marginStart="@dimen/d_20"> |
|
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/d_20" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="健康码" |
|
|
android:text="健康码" |
|
|
android:textSize="@dimen/sp20"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp20" /> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/healthCodeStatusLayout" |
|
|
android:id="@+id/healthCodeStatusLayout" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
android:orientation="vertical" |
|
|
|
|
|
android:gravity="center"> |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/healthCodeStatus" |
|
|
android:id="@+id/healthCodeStatus" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="状态:绿码" |
|
|
android:text="状态:绿码" |
|
|
android:textSize="@dimen/d_20"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/d_20" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_width="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:text="成都大数据中心提供" |
|
|
android:text="成都大数据中心提供" |
|
|
android:textColor="@color/gray_1" |
|
|
android:textColor="@color/gray_1" |
|
|
android:textSize="@dimen/d_15"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/d_15" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
android:id="@+id/health_img" |
|
|
android:id="@+id/health_img" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:text="颜小华" |
|
|
android:text="颜小华" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/health_empty" |
|
|
android:id="@+id/health_empty" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:background="@color/gray_2" |
|
|
android:background="@color/gray_2" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="未上传" |
|
|
android:text="未上传" |
|
|
android:textColor="@color/white" |
|
|
android:textColor="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" |
|
|
|
|
|
android:visibility="gone"/> |
|
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical" |
|
|
|
|
|
android:layout_marginStart="@dimen/d_20"> |
|
|
|
|
|
|
|
|
android:layout_marginStart="@dimen/d_20" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:gravity="center_horizontal" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="行程码" |
|
|
android:text="行程码" |
|
|
android:textSize="@dimen/sp20"/> |
|
|
|
|
|
|
|
|
android:textSize="@dimen/sp20" /> |
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
android:id="@+id/trip_img" |
|
|
android:id="@+id/trip_img" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:text="颜小华" |
|
|
android:text="颜小华" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_border_color="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
android:id="@+id/trip_empty" |
|
|
android:id="@+id/trip_empty" |
|
|
android:layout_width="180dp" |
|
|
|
|
|
android:layout_height="222dp" |
|
|
|
|
|
|
|
|
android:layout_width="108dp" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
|
|
|
android:background="@color/gray_2" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="未上传" |
|
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:layout_marginStart="@dimen/d_20" |
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:text="核酸报告" |
|
|
|
|
|
android:textSize="@dimen/sp20" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.qmuiteam.qmui.widget.QMUIRadiusImageView |
|
|
|
|
|
android:id="@+id/nuclein_img" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
|
|
|
android:text="颜小华" |
|
|
|
|
|
app:qmui_border_color="@color/white" |
|
|
|
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/nuclein_empty" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="190dp" |
|
|
android:background="@color/gray_2" |
|
|
android:background="@color/gray_2" |
|
|
android:gravity="center" |
|
|
android:gravity="center" |
|
|
android:text="未上传" |
|
|
android:text="未上传" |
|
|
android:textColor="@color/white" |
|
|
android:textColor="@color/white" |
|
|
app:qmui_corner_radius="@dimen/d_5" |
|
|
|
|
|
android:visibility="gone"/> |
|
|
|
|
|
|
|
|
android:visibility="gone" |
|
|
|
|
|
app:qmui_corner_radius="@dimen/d_5" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
android:id="@+id/nucleinStatusLayout" |
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:gravity="center" |
|
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:id="@+id/nucleinStatus" |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="省内24小时:阴性" |
|
|
|
|
|
android:textSize="@dimen/d_16" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
android:text="成都大数据中心提供" |
|
|
|
|
|
android:textColor="@color/gray_1" |
|
|
|
|
|
android:textSize="@dimen/d_15" /> |
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
<LinearLayout style="@style/visitor_dialog_row" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
style="@style/visitor_dialog_row" |
|
|
android:gravity="center_vertical"> |
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="90dp" |
|
|
android:layout_width="90dp" |
|
|
android:layout_height="@dimen/d_20"/> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/d_20" /> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="4dp" |
|
|
android:layout_width="4dp" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:background="@color/colorPrimary"/> |
|
|
|
|
|
|
|
|
android:background="@color/colorPrimary" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/leave_dialog_title" |
|
|
style="@style/leave_dialog_title" |
|
|
@@ -227,6 +311,7 @@ |
|
|
android:text="来访信息" /> |
|
|
android:text="来访信息" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -250,6 +335,7 @@ |
|
|
style="@style/leave_dialog_left_content" |
|
|
style="@style/leave_dialog_left_content" |
|
|
android:text="颜小华" /> |
|
|
android:text="颜小华" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -261,23 +347,26 @@ |
|
|
style="@style/leave_dialog_left_content" |
|
|
style="@style/leave_dialog_left_content" |
|
|
android:text="颜小华" /> |
|
|
android:text="颜小华" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/carLayout" |
|
|
android:id="@+id/carLayout" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical" |
|
|
android:orientation="vertical" |
|
|
android:visibility="gone"> |
|
|
android:visibility="gone"> |
|
|
<LinearLayout style="@style/visitor_dialog_row" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
style="@style/visitor_dialog_row" |
|
|
android:gravity="center_vertical"> |
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="90dp" |
|
|
android:layout_width="90dp" |
|
|
android:layout_height="@dimen/d_20"/> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/d_20" /> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="4dp" |
|
|
android:layout_width="4dp" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:background="@color/colorPrimary"/> |
|
|
|
|
|
|
|
|
android:background="@color/colorPrimary" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/leave_dialog_title" |
|
|
style="@style/leave_dialog_title" |
|
|
@@ -285,6 +374,7 @@ |
|
|
android:text="车辆信息" /> |
|
|
android:text="车辆信息" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -297,6 +387,7 @@ |
|
|
android:textColor="@color/colorPrimary" |
|
|
android:textColor="@color/colorPrimary" |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -310,23 +401,26 @@ |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
<LinearLayout |
|
|
android:id="@+id/doorLayout" |
|
|
android:id="@+id/doorLayout" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="wrap_content" |
|
|
android:layout_height="wrap_content" |
|
|
android:orientation="vertical" |
|
|
android:orientation="vertical" |
|
|
android:visibility="visible"> |
|
|
android:visibility="visible"> |
|
|
<LinearLayout style="@style/visitor_dialog_row" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
|
style="@style/visitor_dialog_row" |
|
|
android:gravity="center_vertical"> |
|
|
android:gravity="center_vertical"> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="90dp" |
|
|
android:layout_width="90dp" |
|
|
android:layout_height="@dimen/d_20"/> |
|
|
|
|
|
|
|
|
android:layout_height="@dimen/d_20" /> |
|
|
|
|
|
|
|
|
<View |
|
|
<View |
|
|
android:layout_width="4dp" |
|
|
android:layout_width="4dp" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:layout_height="@dimen/d_20" |
|
|
android:background="@color/colorPrimary"/> |
|
|
|
|
|
|
|
|
android:background="@color/colorPrimary" /> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
style="@style/leave_dialog_title" |
|
|
style="@style/leave_dialog_title" |
|
|
@@ -334,6 +428,7 @@ |
|
|
android:text="进出信息" /> |
|
|
android:text="进出信息" /> |
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
@@ -346,6 +441,7 @@ |
|
|
android:textColor="@color/colorPrimary" |
|
|
android:textColor="@color/colorPrimary" |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
tools:text="2022年4月21日15:38:15" /> |
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
<LinearLayout style="@style/visitor_dialog_row"> |
|
|
|
|
|
|
|
|
<TextView |
|
|
<TextView |
|
|
|