黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/RoomDeviceGroupMenuControl.cs
@@ -3,7 +3,7 @@
using System.Text;
using ZigBee.Device;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// 房间组合或者设备组合的菜单控件(完成初始化后,会根据默认选择调用回调函数)
@@ -102,7 +102,7 @@
            //弄个空的进去占位置
            var frameTemp = new FrameLayout();
            frameTemp.Height = this.Height;
            frameTemp.Width = ControlCommonResourse.XXLeft / 2;
            frameTemp.Width = HdlControlResourse.XXLeft / 2;
            scrolContr.AddChidren(frameTemp);
            var btnTempWidth = new ButtonBase();