From bbce34a82d99e9b84a352209532751e8ac8975a4 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 23 十一月 2023 10:00:49 +0800
Subject: [PATCH] 添加按钮点击效果

---
 app/src/main/res/layout/activity_parameter.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/activity_parameter.xml b/app/src/main/res/layout/activity_parameter.xml
index d19960c..d733b8c 100644
--- a/app/src/main/res/layout/activity_parameter.xml
+++ b/app/src/main/res/layout/activity_parameter.xml
@@ -41,8 +41,17 @@
         android:layout_marginLeft="20dp"
         android:layout_marginTop="20dp"
         android:padding="5dp"
-        android:text="鐢甸噺鍗曚环"
+        android:text="鐢甸噺鍗曚环璁剧疆"
         android:textSize="@dimen/text_size" />
 
+    <TextView
+        android:id="@+id/parameter_cardIdentifying"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:layout_marginLeft="20dp"
+        android:layout_marginTop="20dp"
+        android:padding="5dp"
+        android:text="鍗℃爣璇嗙爜璁剧疆"
+        android:textSize="@dimen/text_size" />
 
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0