ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
@@ -68,6 +68,14 @@ Width = Application.GetRealWidth(CommonPage.AppRealWidth) }; AddChidren(topView); var line = new Button { Y=Height-1, Height=1, BackgroundColor=ZigbeeColor.Current.GXCGrayLineColor3 }; AddChidren(line); } #endregion