From 3bd6e9023e011336da840e11a9d48bb31c7a0261 Mon Sep 17 00:00:00 2001 From: 陈奇 <1650699704@qq.com> Date: Wed, 07 Nov 2018 09:31:59 +0800 Subject: [PATCH] [*]将电磁版本的唤醒心跳改成两秒,唤醒之后回到30一次心跳 [*]整体版本页面显示的绝对安全换成了安全 [*]自定义语音修改和优化,添加了无声的选择 --- app/src/main/res/layout/fragment_monitor_layout.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/fragment_monitor_layout.xml b/app/src/main/res/layout/fragment_monitor_layout.xml index ca35289..653352c 100644 --- a/app/src/main/res/layout/fragment_monitor_layout.xml +++ b/app/src/main/res/layout/fragment_monitor_layout.xml @@ -199,6 +199,17 @@ android:orientation="vertical"> <TextView + android:id="@+id/tv_text_mac" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginTop="@dimen/x15" + android:background="@color/white" + android:gravity="center" + android:padding="@dimen/x15" + android:text="���������,���mac���" + android:textColor="#ae8082" /> + + <TextView android:id="@+id/tv_desc" android:layout_width="match_parent" android:layout_height="match_parent" @@ -209,6 +220,7 @@ android:text="���������������������������\n������������������������������������������������" android:textColor="#ae8082" /> + <ImageView android:id="@+id/iv_bottom_status" android:layout_width="@dimen/x30" -- Gitblit v1.8.0