| | |
| | | EditText etChannelName = new EditText () { |
| | | Width = Application.GetRealWidth (550), |
| | | X = Application.GetRealWidth (60), |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.ChannelName), |
| | | PlaceholderTextColor = SkinStyle.Current.PlaceholderTextColor, |
| | | TextColor = SkinStyle.Current.TextColor1, |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.ChannelName), |
| | | TextColor = SkinStyle.Current.TextColor1, |
| | | TextSize =15, |
| | | }; |
| | | channelNameView.AddChidren (etChannelName); |
| | |
| | | EditText etChannelNumber = new EditText () { |
| | | X = Application.GetRealWidth (60), |
| | | Width = Application.GetRealWidth (550), |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.ChannelNumber), |
| | | PlaceholderTextColor = SkinStyle.Current.PlaceholderTextColor, |
| | | PlaceholderText = Language.StringByID (R.MyInternationalizationString.ChannelNumber), |
| | | TextColor =SkinStyle.Current.TextColor1, |
| | | TextSize = 15, |
| | | }; |