JLChen
2021-04-16 d2666457d16f6171785596a8a9cb2fb9fb35f84b
HDL_ON/UI/UI2/FuntionControlView/Video/View/FrameLayout50.cs
@@ -8,10 +8,10 @@
        /// <summary>
        /// 主控件View
        /// </summary>
        public FrameLayout frameLayout = new FrameLayout
        public RowLayout frameLayout = new RowLayout
        {
            Height = Application.GetRealHeight(50),
            // BackgroundColor = CSS.CSS_Color.view,
            LineColor = CSS.CSS_Color.view,
        };
        /// <summary>
        /// 文本描述
@@ -25,7 +25,7 @@
            TextSize = TextSize.text16,
            TextAlignment = TextAlignment.CenterLeft,
            IsBold = true,
            Text= "2020年",
            Text= "2020"+Language.StringByID(StringId.nian),
        };
        public Button btnClick = new Button
@@ -36,7 +36,7 @@
        /// View的方法
        /// </summary>
        /// <returns></returns>
        public FrameLayout FLayoutView()
        public RowLayout FLayoutView()
        {
            frameLayout.AddChidren(btnText);
            frameLayout.AddChidren(btnClick);