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