陈嘉乐
2021-01-08 cf8848457367b5eec0ff7610222dc81757a62bac
HDL_ON/UI/UI0-Public/PublicAssmebly.cs
@@ -128,10 +128,14 @@
                Text = editParater,
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.TextFontSize,
                SecureTextEntry = encryption,
                //SecureTextEntry = encryption,
                //TextAlignment = TextAlignment.CenterLeft ,
            };
            editView.AddChidren(etParater);
            if(encryption)
            {
                etParater.SecureTextEntry = encryption;
            }
            Button btnClear = new Button()
            {