黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/TopRightFloorMenuControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/TopRightFloorMenuControl.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 做成一个存在于右上角的楼层菜单控件
@@ -149,7 +149,7 @@
        public void AddRowMenu(string floorId, Action action, bool closeOnClick = true)
        {
            var rowFrame = new FrameRowControl();
            rowFrame.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;
            rowFrame.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;
            rowFrame.Height = Application.GetRealHeight(RowHeight);
            listView.AddChidren(rowFrame);
            rowFrame.MainKeys = listView.ChildrenCount.ToString();