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/java/com/moral/yunfushao/ui/PanelView.java |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/app/src/main/java/com/moral/yunfushao/ui/PanelView.java b/app/src/main/java/com/moral/yunfushao/ui/PanelView.java
index c712411..29056eb 100644
--- a/app/src/main/java/com/moral/yunfushao/ui/PanelView.java
+++ b/app/src/main/java/com/moral/yunfushao/ui/PanelView.java
@@ -60,7 +60,7 @@
     private Paint drawTextPaint;
     private int textColor = Color.GRAY;
     private int textSize = 36;
-    private String[] level = {"������������", "������������", "������������", "������������"};
+    private String[] level = {"������", "������������", "������������", "������������"};
 
     //������������
     private Paint mCirclePaint;
@@ -225,8 +225,6 @@
         float bitH = circleR;
         float bitW = bitH * 0.448f;
         canvas.save();
-
-        System.out.println("chenqi percent connect" + percent);
         canvas.rotate(percent * 300 - 150, mWidth / 2, mWidth / 2);
         RectF btmRect = new RectF((float) (cirlcleRect.left + bitH - bitW * 0.535), (float) (cirlcleRect.top + mCircleWidth * 0.68), (float) (cirlcleRect.left + bitH + bitW * 0.465), (float) (cirlcleRect.top + bitH + mCircleWidth * 0.68));
 //        Log.d("haijiang","left="+btmRect.left);

--
Gitblit v1.8.0