old mode 100755
new mode 100644
| | |
| | | Y = Application.GetRealHeight (180), |
| | | TextAlignment = TextAlignment.Center, |
| | | 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, |
| | |
| | | Y = Application.GetRealHeight (300), |
| | | TextAlignment = TextAlignment.Center, |
| | | BackgroundColor = SkinStyle.Current.MusicEditTextBackgroundColor, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Yourpassword), |
| | | PlaceholderTextColor = SkinStyle.Current.MusicEditTextPlaceholderTextColor, |
| | | PlaceholderText = Language.StringByID (MyInternationalizationString.Yourpassword), |
| | | TextColor = SkinStyle.Current.MusicTextColor, |
| | | BorderWidth = 2, |
| | | BorderColor = SkinStyle.Current.MusicEditBorderColor, |