From f278edbd3f0f809e4a3b59bf16d24c624a43f98d Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期四, 12 九月 2024 14:38:08 +0800
Subject: [PATCH] 修改了国籍和民族字段反转的问题

---
 app/src/main/res/layout/item_meeting_sta.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/item_meeting_sta.xml b/app/src/main/res/layout/item_meeting_sta.xml
index 942554d..304ef61 100644
--- a/app/src/main/res/layout/item_meeting_sta.xml
+++ b/app/src/main/res/layout/item_meeting_sta.xml
@@ -199,12 +199,14 @@
 
                             />
                     </LinearLayout>
+
+
                     <LinearLayout
                         android:layout_width="match_parent"
                         android:layout_height="wrap_content"
-                        android:orientation="horizontal"
                         android:layout_marginBottom="6dp"
-                        >
+                        android:orientation="horizontal">
+
                         <TextView
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
@@ -213,6 +215,7 @@
                             android:textSize="12sp"
 
                             />
+
                         <TextView
                             android:layout_width="wrap_content"
                             android:layout_height="wrap_content"
@@ -222,8 +225,6 @@
 
                             />
                     </LinearLayout>
-
-
 
                     <LinearLayout
                         android:layout_width="match_parent"

--
Gitblit v1.9.1