From 5b0a842cbdc5dc54e45e5d350d3516d0cdd59199 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期一, 25 四月 2022 14:50:07 +0800 Subject: [PATCH] 2022-4-25 --- 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