| | |
| | | |
| | | 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); |