JLChen
2020-11-25 4e6dfedede622d018b0aec0fb85c130d47cf45ba
HDL_ON/UI/UI0-Public/Widget/ListCellView.cs
@@ -4,6 +4,10 @@
namespace HDL_ON.UI
{
    /// <summary>
    /// 通用ListCellView
    /// 支持定义 主标题、副标题、go图标、下划线、点击事件
    /// </summary>
    public class ListCellView : FrameLayout
    {
        /// <summary>
@@ -18,6 +22,10 @@
        /// 箭头图标
        /// </summary>
        public Button btnImage;
        /// <summary>
        ///
        /// </summary>
        public LineView lineView;
        /// <summary>
        /// 
@@ -115,7 +123,7 @@
                this.AddChidren(btnImage);
            }
            var lineView = new LineView();
            lineView = new LineView();
            this.AddChidren(lineView);
            lineView.Y = this.Height - lineView.Height;