JLChen
2020-04-03 be95e839f40eb3ddf64706b60cba6dfcf4fad5e5
Crabtree/SmartHome/UI/SimpleControl/Phone/TV/UserTVAddCustomChannel.cs
@@ -67,9 +67,9 @@
            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);
@@ -100,8 +100,8 @@
            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,
            };