黄学彪
2019-11-28 3a26f6025130dcaae4aa82ea19b16ad902450eb8
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