From db21de901bb1bbc6ec66b59e7b0766d0d2c5c6cc Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 16 七月 2019 13:54:44 +0800
Subject: [PATCH] 20190716 1.提供声必可SDK,部分数据处理调整; 2.演示DemoAPP,地热和新风页面调整;

---
 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