HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2020-06-19 eb5a57942bae8eb57fd7fb61124c247bebb67e8e
Home0618/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -434,7 +434,7 @@
                    var rowLayout = new RowLayoutControl(midVerticalRefreshLayout.rowSpace / 2);
                    rowLayout.BackgroundColor = ZigbeeColor.Current.XMWhite;
                    midVerticalRefreshLayout.AddChidrenRow(rowLayout);
                    midVerticalRefreshLayout.AddChidren2(rowLayout);
                    rowLayout.frameTable.UseClickStatu = false;
                    var devicePic = rowLayout.frameTable.AddLeftIcon();
                    devicePic.Y = Application.GetRealHeight(49);
@@ -501,7 +501,7 @@
                                    //获取房间的名字
                                    var tempDevRoomName = tempDevRoom.Name;
                                    //获取楼层的名字
                                    var tempDevFloorName = Common.Config.Instance.Home.GetFloorNameById(tempDevFloorId);
                                    var tempDevFloorName = HdlResidenceLogic.Current.GetFloorNameById(tempDevFloorId);
                                    if (string.IsNullOrEmpty(tempDevFloorName))
                                    {
                                        if (string.IsNullOrEmpty(tempDevRoomName))
@@ -552,7 +552,7 @@
                    var btnFloorRoomName = rowLayout.frameTable.AddBottomView(btnFloorRoomNameText, 800);
                    rowLayout.frameTable.AddBottomLine();
                    var btnDel = rowLayout.AddDeleteControl();
                    btnDel.ButtonClickEvent += async (sender, e) =>
                    btnDel.ButtonClickEvent += (sender, e) =>
                    {
                        RemoveTargets(bindDevice, btnDel);
                    };
@@ -570,7 +570,7 @@
        {
            var modeRowLayout = new RowLayoutControl(midVerticalRefreshLayout.rowSpace / 2);
            modeRowLayout.BackgroundColor = ZigbeeColor.Current.XMWhite;
            midVerticalRefreshLayout.AddChidrenRow(modeRowLayout);
            midVerticalRefreshLayout.AddChidren2(modeRowLayout);
            modeRowLayout.frameTable.UseClickStatu = false;
            modeRowLayout.frameTable.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.keyMode), 400);
            var btnKeyModeTipText = "";
@@ -1188,4 +1188,3 @@
        }
    }
}