From dc0309e64f02227d8e1468b7326c07955f804612 Mon Sep 17 00:00:00 2001 From: chenqiyang <1406175257@qq.com> Date: 星期三, 22 六月 2022 11:22:18 +0800 Subject: [PATCH] 修改引用路径 --- 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