gxc
2019-10-29 7fa61a2e8415f8dd862aad5541d323c9c51c45c5
ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
@@ -110,11 +110,12 @@
        {
            topTitle = new Button
            {
                X=Application.GetRealWidth(164),
                Height = Application.GetRealHeight(CommonFormResouce.TopFrameLayout_Height - CommonFormResouce.TopStatuFrameLayout_Height),
                Width = Application.GetRealWidth(CommonFormResouce.TopTitle_Width),
                TextSize = CommonFormResouce.TopTitle_TextSize,
                TextColor = ZigbeeColor.Current.GXCTitleBlackTitle,
                Gravity = Gravity.CenterHorizontal,
                TextAlignment=TextAlignment.CenterLeft
            };
            topView.AddChidren(topTitle);
        }