old mode 100755
new mode 100644
| | |
| | | TextAlignment = TextAlignment.Center, |
| | | //Radius = (uint)Application.GetRealHeight(6), |
| | | BackgroundColor= SkinStyle.Current.MusicEditTextBackgroundColor, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Youremail), |
| | | PlaceholderTextColor =SkinStyle.Current.MusicEditTextPlaceholderTextColor, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Youremail), |
| | | TextColor = SkinStyle.Current.MusicTextColor, |
| | | BorderWidth = 2, |
| | | BorderColor = SkinStyle.Current.MusicEditBorderColor, |
| | |
| | | //Radius = (uint)Application.GetRealHeight(6), |
| | | BackgroundColor = SkinStyle.Current.MusicEditTextBackgroundColor, |
| | | SecureTextEntry = true, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Yourpassword), |
| | | PlaceholderTextColor = SkinStyle.Current.MusicEditTextPlaceholderTextColor, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Yourpassword), |
| | | TextColor = SkinStyle.Current.MusicTextColor, |
| | | BorderWidth = 2, |
| | | BorderColor = SkinStyle.Current.MusicEditBorderColor, |