WJC
2020-03-20 133ca903ae9c4df6ff037f5223d5abcd0df926f4
ZigbeeApp/Shared/Phone/Device/Logic/LogicView/SelectedDeviceView.cs
@@ -90,7 +90,7 @@
        {
            Width = Application.GetRealWidth(800),
            Y=Application.GetRealHeight(130-5),
            Height = Application.GetRealHeight(5),
            Height =Application.GetRealHeight(5),
            BackgroundColor = ZigbeeColor.Current.LogicRowLayoutLineColor,
        };
@@ -122,6 +122,7 @@
            stateRow.AddChidren(regionNameBtn);
            stateRow.AddChidren(ordinaryBtn);
            stateRow.AddChidren(selecetddevicestateBtn);
           // lineBtn.Y = stateRow.Height - 1;
            stateRow.AddChidren(lineBtn);
        }