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/ac_login_layout.xml | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app/src/main/res/layout/ac_login_layout.xml b/app/src/main/res/layout/ac_login_layout.xml
index 889a7bb..f61bfa9 100644
--- a/app/src/main/res/layout/ac_login_layout.xml
+++ b/app/src/main/res/layout/ac_login_layout.xml
@@ -37,7 +37,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/x8"
android:layout_toRightOf="@+id/iv1"
- android:background="@color/red_txt" />
+ android:background="@color/blue_txt" />
<EditText
android:id="@+id/et_phone"
@@ -50,8 +50,8 @@
android:paddingLeft="@dimen/x10"
android:paddingRight="@dimen/x10"
android:layout_centerVertical="true"
- android:textColor="@color/red_txt"
- android:textColorHint="@color/red_txt"
+ android:textColor="@color/blue_txt"
+ android:textColorHint="@color/blue_txt"
android:textSize="16sp" />
</RelativeLayout>
@@ -77,7 +77,7 @@
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/x8"
android:layout_toRightOf="@+id/iv2"
- android:background="@color/red_txt" />
+ android:background="@color/blue_txt" />
<EditText
android:id="@+id/et_pwd"
@@ -90,8 +90,8 @@
android:inputType="textPassword"
android:paddingLeft="@dimen/x10"
android:paddingRight="@dimen/x10"
- android:textColor="@color/red_txt"
- android:textColorHint="@color/red_txt"
+ android:textColor="@color/blue_txt"
+ android:textColorHint="@color/blue_txt"
android:textSize="16sp" />
</RelativeLayout>
<TextView
@@ -112,7 +112,7 @@
android:layout_marginLeft="@dimen/x40"
android:layout_marginRight="@dimen/x40"
android:layout_marginTop="@dimen/x24"
- android:background="@mipmap/bt_red"
+ android:background="@mipmap/bt_blue"
android:text="������"
android:gravity="center"
android:textColor="@color/white"
@@ -123,7 +123,7 @@
android:layout_height="match_parent"
android:text="���������������"
android:gravity="bottom|center_horizontal"
- android:textColor="@color/red_txt"
+ android:textColor="@color/blue_txt"
android:layout_marginBottom="@dimen/x30"
android:textSize="16sp" />
</LinearLayout>
\ No newline at end of file
--
Gitblit v1.8.0