From f9d01e2084e5b53840b09f557b4e2c700c790d80 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 24 六月 2020 10:51:23 +0800 Subject: [PATCH] 2020-06-24 1.增加干节点指令处理。 (干节点0 移动传感器1 煤气传感器10 烟雾传感器11 水浸25 门磁窗磁26 紧急按钮27) --- app/src/main/res/layout/activity_geothermal.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/activity_geothermal.xml b/app/src/main/res/layout/activity_geothermal.xml index 8596b09..1ea914d 100644 --- a/app/src/main/res/layout/activity_geothermal.xml +++ b/app/src/main/res/layout/activity_geothermal.xml @@ -26,7 +26,9 @@ <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" - android:layout_height="50dp"> + android:layout_height="50dp" + android:focusable="true" + android:focusableInTouchMode="true"> <Button android:id="@+id/btn_temp" android:layout_width="wrap_content" -- Gitblit v1.8.0