WJC
2019-10-24 cc11e3b15baa258c35085a7cbdb2b350950b6202
ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs
old mode 100755 new mode 100644
@@ -72,7 +72,7 @@
        private readonly int sleepSpan = 300;
        private FrameLayout itemView;
        private FrameLayout itemView=new FrameLayout();
        #endregion
@@ -460,7 +460,7 @@
                Gravity = Gravity.CenterVertical,
                TextAlignment =TextAlignment.CenterLeft,
                TextColor=ZigbeeColor.Current.GXCTextColor,
                Text=Config.Instance.Home.GetCurrentFloorName()
                Text=Config.Instance.Home.GetCurrentFloorName
            };
            topFrameLayout.AddChidren(floorBtn);