ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs
@@ -72,7 +72,7 @@ private readonly int sleepSpan = 300; private FrameLayout itemView; private FrameLayout itemView=new FrameLayout(); #endregion @@ -380,7 +380,7 @@ } }); } } /// <summary> /// Changeds the IL ogic status. @@ -1028,7 +1028,7 @@ else { deviceVerticalScrolViewLayout = new VerticalScrolViewLayout { }; functionSceneBodyView.AddChidren(deviceVerticalScrolViewLayout); for(int i=0;i<deviceList.Count;i++) { @@ -1052,7 +1052,7 @@ deviceVerticalScrolViewLayout.AddChidren(itemView); } //删除设备 EventHandler<MouseEventArgs> delEvent = (sender, e) => {