From 8f6dfbc2ca4a55a1ce0a4bb62094c4bf5c671b4d Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 27 十月 2025 10:57:10 +0800
Subject: [PATCH] 会议室问题修改
---
keyCabinet-android/app/src/main/res/layout/main_activity.xml | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/keyCabinet-android/app/src/main/res/layout/main_activity.xml b/keyCabinet-android/app/src/main/res/layout/main_activity.xml
index 1df9cf9..cc4426a 100644
--- a/keyCabinet-android/app/src/main/res/layout/main_activity.xml
+++ b/keyCabinet-android/app/src/main/res/layout/main_activity.xml
@@ -165,17 +165,14 @@
android:id="@+id/img2"
android:layout_width="match_parent"
android:layout_height="0dp"
- android:background="@mipmap/bg_home"
android:scaleType="fitXY"
app:viewAspectRatio="2.2"
- android:layout_marginLeft="30dp"
- android:layout_marginRight="30dp"
app:layout_constraintTop_toBottomOf="@+id/bg_huan"
android:layout_marginTop="30dp"/>
<com.bigkoo.convenientbanner.ConvenientBanner
android:id="@+id/banner"
- android:layout_width="0dp"
+ android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintTop_toTopOf="@+id/img2"
app:layout_constraintBottom_toBottomOf="@+id/img2"
@@ -351,6 +348,18 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"/>
+ <TextView
+ android:id="@+id/tv_tip2_3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="濡傛湁闂璇疯仈绯荤鐞嗗憳15899098765"
+ android:textColor="#ff666666"
+ android:textSize="24sp"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintBottom_toBottomOf="parent"
+ android:layout_marginBottom="45dp"/>
+
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.core.widget.NestedScrollView
--
Gitblit v1.9.3