From 25429f085093d89d543a0b90e30d0d62d1b7dac9 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期二, 30 八月 2022 09:37:38 +0800
Subject: [PATCH] 合并了IOS的代码

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
old mode 100755
new mode 100644
index 41565af..2beae28
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonLayout.cs
@@ -234,12 +234,12 @@
 
             var editInputPassword = new EditText()
             {
-                X = Application.GetRealHeight(25),
+                X = Application.GetRealHeight(15),
                 TextSize = 13,
-                PlaceholderTextColor = Shared.Common.ZigbeeColor.Current.XMGray3,
+                PlaceholderTextColor = Shared.Common.ZigbeeColor.Current.XMGray4,
                 PlaceholderText = Language.StringByID(R.MyInternationalizationString.InputUnlockPasswrd),
-                TextColor = Shared.Common.ZigbeeColor.Current.XMBlack,
-                TextAlignment = TextAlignment.BottomLeft,
+                TextColor = Shared.Common.ZigbeeColor.Current.XMGray2,
+                TextAlignment = TextAlignment.CenterLeft,
                 IsNumberKeyboardType = true,
             };
             editInputPasswordFrameLayout.AddChidren(editInputPassword);
@@ -292,6 +292,8 @@
                 {
                     if (verifyResult.result == 0)
                     {
+                        ///淇濆瓨杩滅▼闂ㄩ攣瀵嗙爜
+                        new Device.DeviceMacInfoEditorForm { }.SaveLocalPassword(editInputPassword.Text);
                         System.Threading.Thread.Sleep(500);
                         doorLock.RemoteUnlockPassword = editInputPassword.Text;
                         ZigBee.Device.DoorLock.minValue = DateTime.MinValue;

--
Gitblit v1.8.0