陈嘉乐
2021-03-16 902f19750cbf3e0e3dba7139947421ecb461f93f
HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomClickButton.cs
@@ -22,7 +22,7 @@
        /// <param name="i_width">有些界面很特殊,不统一按键宽度,所以预留此参数</param>
        public BottomClickButton(int i_width = 188)
        {
            this.Yaxis = Application.GetRealHeight(539);
            this.Yaxis = Application.GetRealHeight(543);
            //这个是一般位置
            this.Y = this.Yaxis;
@@ -33,6 +33,7 @@
            this.Gravity = Gravity.CenterHorizontal;
            this.Radius = (uint)Application.GetRealHeight(44) / 2;
            this.TextSize = CSS_FontSize.SubheadingFontSize;
            this.BackgroundColor = CSS_Color.MainColor;
            this.IsBold = true;
        }
    }