陈嘉乐
2020-12-04 f7c931e07919d62eb7fb1d1e6f0daaa5929be422
HDL_ON/UI/UI2/3-Intelligence/Automation/LogicView/FunTypeView.cs
@@ -51,8 +51,6 @@
            Height = Application.GetMinRealAverage(16),
            UnSelectedImagePath = "LogicIcon/next.png",
            X = Application.GetRealWidth(339),
            Gravity = Gravity.CenterVertical
        };
        /// <summary>
@@ -77,6 +75,7 @@
        /// <returns></returns>
        public FrameLayout FLayoutView()
        {
            btnNextIcon.Gravity = Gravity.CenterVertical;
            frameLayout.AddChidren(btnText);
            frameLayout.AddChidren(btnState);
            frameLayout.AddChidren(btnNextIcon);