From 145de2dcd3124f236e7d06bcdee17c7be08048b1 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期一, 11 十一月 2024 18:34:13 +0800 Subject: [PATCH] 修改搜索按照index索引 --- app/src/main/res/layout/activity_sensor.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/activity_sensor.xml b/app/src/main/res/layout/activity_sensor.xml index 7e7470e..6956622 100644 --- a/app/src/main/res/layout/activity_sensor.xml +++ b/app/src/main/res/layout/activity_sensor.xml @@ -27,6 +27,13 @@ android:layout_height="wrap_content" android:text="杩欎釜鎸夐挳鍋氫紶鎰熷櫒婕旂ず锛岃Е鍙戜簨浠朵笂鎶ョ姸鎬�" /> + <TextView + android:id="@+id/sensorStatusText" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + android:text="杩欎釜鎸夐挳鍋氫紶鎰熷櫒婕旂ず锛岃幏鍙栫幆澧冧紶鎰熷櫒鐘舵��" /> + </LinearLayout> </RelativeLayout> \ No newline at end of file -- Gitblit v1.8.0