From c8c33200e43f05136eca9fc8ff4942f8def31cc6 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期三, 18 八月 2021 10:45:40 +0800
Subject: [PATCH] 2021-08-18 1.完善Android对接LinphoneSDK 2.完善SIP相关接口对接

---
 HDL_ON/UI/UI0-Public/TopViewDiv.cs |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/HDL_ON/UI/UI0-Public/TopViewDiv.cs b/HDL_ON/UI/UI0-Public/TopViewDiv.cs
index 02a2f3d..9ebf6a1 100644
--- a/HDL_ON/UI/UI0-Public/TopViewDiv.cs
+++ b/HDL_ON/UI/UI0-Public/TopViewDiv.cs
@@ -98,12 +98,6 @@
             };
             contentView.AddChidren(btnBackIcon);
 
-            btnBack = new Button()
-            {
-                Width = Application.GetRealWidth(100),
-            };
-            contentView.AddChidren(btnBack);
-
             Button btnTilte = new Button()
             {
                 Gravity = Gravity.CenterHorizontal,
@@ -118,6 +112,12 @@
             contentView.AddChidren(btnTilte);
 
 
+            btnBack = new Button()
+            {
+                Width = Application.GetRealWidth(70),
+            };
+            contentView.AddChidren(btnBack);
+
             LoadEventList();
         }
         /// <summary>
@@ -131,7 +131,7 @@
             LoadTopView();
         }
 
-        public void LoadTopView_RoomTop(Action backAction ,Action editAction)
+        public void LoadTopView_RoomTop(Action backAction, Action editAction)
         {
             this.backAction = backAction;
 
@@ -147,7 +147,7 @@
             };
 
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -177,7 +177,7 @@
                 UnSelectedImagePath = "Public/FuncInfoSetIcon.png",
             };
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -210,7 +210,7 @@
             };
 
             //濡傛灉鏄垚鍛橀殣钘忕紪杈戝姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
+            if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
             {
                 contentView.AddChidren(btnSetting);
             }
@@ -275,7 +275,7 @@
         /// <summary>
         /// 妤煎眰绠$悊椤堕儴鏍�
         /// </summary>
-        public void LoadTopView_FloorTopView(Action<string> callBack,Action action)
+        public void LoadTopView_FloorTopView(Action<string> callBack, Action action)
         {
             LoadTopView();
 
@@ -365,7 +365,7 @@
         /// </summary>
         public void LoadTopView_ArmCenter(Action skipAction)//(Action callBack, Action action)
         {
-            //LoadTopView();
+            LoadTopView();
             //backAction = action;
 
             var btnAddIcon = new Button()

--
Gitblit v1.8.0