From 42ea59771a54d2591df0a6dd3936dda669be99ae Mon Sep 17 00:00:00 2001 From: gs <3129367635@qq.com> Date: 星期一, 08 七月 2024 12:23:48 +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