From 7fa61a2e8415f8dd862aad5541d323c9c51c45c5 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期二, 29 十月 2019 13:10:29 +0800
Subject: [PATCH] 2019.10.29

---
 ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs b/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
index e3379a5..a18180f 100644
--- a/ZigbeeApp/Shared/Phone/Device/CommonForm/TopFrameLayout.cs
+++ b/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);
         }

--
Gitblit v1.8.0