HDL_ON/UI/UI0-Public/Widget/LineView.cs
@@ -10,13 +10,13 @@ /// </summary> public class LineView : FrameLayout { public LineView() { X = Application.GetRealWidth(16); Height = Application.GetRealHeight(1); Width = Application.GetRealWidth(343); BackgroundColor = CSS_Color.DividingLineColor; } //public LineView() //{ // X = Application.GetRealWidth(16); // Height = Application.GetRealHeight(1); // Width = Application.GetRealWidth(343); // BackgroundColor = CSS_Color.DividingLineColor; //} /// <summary> ///