From c7376f8d1091b70597ba4430a281496b585b386e Mon Sep 17 00:00:00 2001
From: weimingfei <fei_gaming@sina.com>
Date: 星期四, 23 十月 2025 21:58:26 +0800
Subject: [PATCH] 钥匙柜

---
 keyCabinet-android/app/src/main/res/layout/manage_cabinet_activity.xml |   65 ++++++++++++++++++++++++++++++--
 1 files changed, 61 insertions(+), 4 deletions(-)

diff --git a/keyCabinet-android/app/src/main/res/layout/manage_cabinet_activity.xml b/keyCabinet-android/app/src/main/res/layout/manage_cabinet_activity.xml
index b72f283..fc6ded8 100644
--- a/keyCabinet-android/app/src/main/res/layout/manage_cabinet_activity.xml
+++ b/keyCabinet-android/app/src/main/res/layout/manage_cabinet_activity.xml
@@ -310,6 +310,7 @@
         </androidx.constraintlayout.widget.ConstraintLayout>
 
         <androidx.recyclerview.widget.RecyclerView
+            android:id="@+id/rcv_km"
             android:layout_width="match_parent"
             android:layout_height="0dp"
             app:layout_constraintTop_toBottomOf="@+id/cl_2"
@@ -350,7 +351,7 @@
             android:textSize="24sp"
             android:paddingLeft="30dp"
             android:paddingRight="30dp"
-            android:background="@drawable/shape_mb_bt_ok"
+            android:background="@drawable/shape_mb_bt_faile"
             app:layout_constraintTop_toTopOf="@+id/tv_all_open"
             app:layout_constraintLeft_toRightOf="@+id/tv_all_open"
             app:layout_constraintRight_toLeftOf="@+id/tv_bj"
@@ -382,7 +383,7 @@
             android:id="@+id/cl_cz"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
-            android:visibility="visible">
+            android:visibility="gone">
 
             <View
                 android:layout_width="match_parent"
@@ -479,7 +480,7 @@
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
                 android:background="#80000000"
-                app:commandType="@{8}"
+                app:commandType="@{9}"
                 app:onClickCommand="@{model.myTypeCommand}"/>
 
             <androidx.constraintlayout.widget.ConstraintLayout
@@ -517,7 +518,7 @@
                     android:id="@+id/tv_cl_km_2"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:text="閽ュ寵鏌淎C103銆丄C104銆丄C105銆丄C104銆丄C105銆丄C104銆丄C105銆丄C105銆丄C104銆丄C105寮�闂ㄦ垚鍔燂紝棰嗚繕鍚庤鍏抽棬"
+                    android:text="閽ュ寵鏌滃紑闂ㄦ垚鍔燂紝棰嗚繕鍚庤鍏抽棬"
                     android:textColor="#ff333333"
                     android:textSize="22sp"
                     android:gravity="center"
@@ -543,5 +544,61 @@
 
         </androidx.constraintlayout.widget.ConstraintLayout>
 
+        <androidx.constraintlayout.widget.ConstraintLayout
+            android:id="@+id/cl_tip"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:background="@color/white"
+            android:visibility="gone">
+
+            <TextView
+                android:id="@+id/tv_djs"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text="10s"
+                android:textColor="#ff279baa"
+                android:textSize="24sp"
+                app:layout_constraintTop_toTopOf="parent"
+                android:layout_marginTop="33dp"
+                app:layout_constraintEnd_toEndOf="parent"
+                android:layout_marginRight="30dp"/>
+
+            <ImageView
+                android:id="@+id/img_tip2"
+                android:layout_width="300dp"
+                android:layout_height="205dp"
+                android:src="@mipmap/ic_notclose_key"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintEnd_toEndOf="parent"
+                app:layout_constraintTop_toTopOf="parent"
+                android:layout_marginTop="140dp"/>
+
+            <TextView
+                android:id="@+id/tv_tip2_1"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text="鏌滈棬鏈叧闂�"
+                android:textColor="#ff111111"
+                android:textSize="33sp"
+                android:textStyle="bold"
+                app:layout_constraintTop_toBottomOf="@+id/img_tip2"
+                android:layout_marginTop="18dp"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintEnd_toEndOf="parent"/>
+
+            <TextView
+                android:id="@+id/tv_tip2_2"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:text=""
+                android:textColor="#ff666666"
+                android:textSize="24sp"
+                app:layout_constraintTop_toBottomOf="@+id/tv_tip2_1"
+                android:layout_marginTop="22dp"
+                app:layout_constraintStart_toStartOf="parent"
+                app:layout_constraintEnd_toEndOf="parent"/>
+
+        </androidx.constraintlayout.widget.ConstraintLayout>
+
     </androidx.constraintlayout.widget.ConstraintLayout>
 </layout>
\ No newline at end of file

--
Gitblit v1.9.3