wei
2020-12-18 c96d59d6b6379acb0fd899ad2e255a121ee6c8c6
HDL_ON/UI/UI0-Public/PublicAssmebly.cs
@@ -125,6 +125,21 @@
            };
            editView.AddChidren(etParater);
            Button btnClear = new Button()
            {
                X = Application.GetRealWidth(218),
                Y = Application.GetRealWidth(66),
                Width = Application.GetRealWidth(24),
                Height = Application.GetRealWidth(24),
                UnSelectedImagePath = "Public/ClearIcon.png",
            };
            contentView.AddChidren(btnClear);
            btnClear.MouseUpEventHandler = (sender, e) =>
            {
                etParater.Text = "";
            };
            etParater.TextChangeEventHandler = (sender, e) =>
            {
                if (etParater.Text.Length > 20)
@@ -362,6 +377,7 @@
                TextSize = CSS_FontSize.TextFontSize,
                TextColor = isWhite ? CSS_Color.FirstLevelTitleColor : CSS_Color.MainBackgroundColor,
                Text = msg,
                IsMoreLines = true,
            };
            frame.AddChidren(btnTipMsg);
@@ -603,7 +619,7 @@
                TextAlignment = TextAlignment.CenterRight,
                TextColor = CSS_Color.MainColor,
                TextSize = CSS_FontSize.TextFontSize,
                TextID = StringId.Complete,
                TextID = StringId.Confirm,
            };
            topView.AddChidren(btnConfrim);