old mode 100755
new mode 100644
| | |
| | | |
| | | 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); |
| | |
| | | { |
| | | 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; |