HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-11-04 c7698e163e43cea9e7f8ee45f8e3f91c9265cca4
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);
        }