JLChen
2020-11-27 0f8f6ad183a9595a82f3229029b16cbcf62bf8ff
HDL_ON/UI/UI0-Public/Widget/ListIconCellView.cs
@@ -62,7 +62,7 @@
            /// </summary>
            BtnTilte = new Button()
            {
                X = BtnIcon.Right + Application.GetRealWidth(12),
                X = Application.GetRealWidth(52),
                Width = Application.GetRealWidth(278),
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = CSS_Color.FirstLevelTitleColor,
@@ -70,7 +70,6 @@
            };
            this.AddChidren(BtnTilte);
            /// <summary>
            /// 前进图标
@@ -83,10 +82,11 @@
                Height = Application.GetMinRealAverage(16),
                UnSelectedImagePath = "Public/Right.png",
            };
            this.AddChidren(BtnGo);
            LineView = new LineView();
            LineView = new LineView(this.Height);
            this.AddChidren(LineView);
            LineView.Y = this.Height - LineView.Height;
            //LineView.Y = this.Height - LineView.Height;
            EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
            {