tzy
2021-06-09 f5b46f80546aac860ade6e4c53821e43df833b39
HDL_ON/UI/UI0-Public/TopViewDiv.cs
@@ -98,6 +98,12 @@
            };
            contentView.AddChidren(btnBackIcon);
            btnBack = new Button()
            {
                Width = Application.GetRealWidth(100),
            };
            contentView.AddChidren(btnBack);
            Button btnTilte = new Button()
            {
                Gravity = Gravity.CenterHorizontal,
@@ -111,12 +117,6 @@
            };
            contentView.AddChidren(btnTilte);
            btnBack = new Button()
            {
                Width = Application.GetRealWidth(70),
            };
            contentView.AddChidren(btnBack);
            LoadEventList();
        }