WJC
2019-12-13 9c6bd67d66859e48f0e794cd2746aef9310ce71d
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