ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyManagementMainForm.cs
@@ -15,7 +15,7 @@ /// <summary> /// 桌布控件,用于存放或者移除功能块控件(Tab控件专用) /// </summary> private FrameLayout frameLayoutDraw = null; private NormalFrameLayout frameLayoutDraw = null; /// <summary> /// 安防控件 /// </summary> @@ -73,7 +73,7 @@ bodyFrameLayout.AddChidren(frameBack); //桌布控件 frameLayoutDraw = new FrameLayout(); frameLayoutDraw = new NormalFrameLayout(); frameLayoutDraw.Y = Application.GetRealHeight(181); frameLayoutDraw.Height = frameBack.Height - Application.GetRealHeight(181); frameBack.AddChidren(frameLayoutDraw);