wei
2021-03-11 3c1b1c60276715dc75c27d31a14211ad2ccc82ab
HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/BrandListPage.cs
@@ -22,9 +22,13 @@
            contentView = new FrameLayout()
            {
                Y = Application.GetRealHeight(64),
                Height = Application.GetRealHeight(603),
            };
            AddChidren(contentView);
            bodyView.AddChidren(contentView);
            NotListTipView();
        }
@@ -78,10 +82,15 @@
                Radius = (uint)Application.GetRealWidth(22),
                BorderColor = 0x00000000,
                BorderWidth = 0,
                TextID = StringId.Add,
            };
            contentView.AddChidren(btnAdd);
            btnAdd.MouseUpEventHandler = (sender, e) => {
                Console.WriteLine("ddd");
            };
        }