wxr
2024-07-12 312f9ece8d4a46d8989187730fc7f5c7fc36cfb5
HDL_ON/UI/UI2/1-HomePage/MessageCenterPage.cs
@@ -4,9 +4,6 @@
using System.Collections.Generic;
using System.Threading;
using HDL_ON.DAL.Server;
//#if DEBUG
//using Xamarin.Essentials;
//#endif
namespace HDL_ON.UI
{
    /// <summary>
@@ -73,7 +70,9 @@
        public void LoadPage(Action backAction)
        {
            this.backAction = backAction;
            new TopViewDiv(bodyView, Language.StringByID(StringId.MessageCenter)).LoadTopView();
            var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.MessageCenter));
            topView.maginY = 10;
            topView.LoadTopView();
            AddTopMenuView();
            AddMessageView();
@@ -92,7 +91,7 @@
            menuView = new HorizontalScrolViewLayout()
            {
                Y = Application.GetRealHeight(64),
                Y = Application.GetRealHeight(64+10),
                Height = Application.GetRealWidth(117),
                BackgroundColor = CSS_Color.MainBackgroundColor,
                HorizontalScrollBarEnabled = false//隐藏滚动条