黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
ZigbeeApp/Shared/Phone/UserCenter/Guide/GuideCommonForm.cs
@@ -46,7 +46,7 @@
            var btnHouseIcon = new IconViewControl(69);
            btnHouseIcon.UnSelectedImagePath = "Item/Floor.png";
            btnHouseIcon.Y = Application.GetRealHeight(86);
            btnHouseIcon.X = ControlCommonResourse.XXLeft;
            btnHouseIcon.X = HdlControlResourse.XXLeft;
            this.AddChidren(btnHouseIcon);
            //消息图标
            var btnMsg = new IconViewControl(69);
@@ -57,7 +57,7 @@
            //住宅名字
            this.btnHouse = new NormalViewControl(300, 95, true);
            btnHouse.TextSize = 24;
            btnHouse.X = ControlCommonResourse.XXLeft;
            btnHouse.X = HdlControlResourse.XXLeft;
            btnHouse.Y = Application.GetRealHeight(161);
            btnHouse.TextID = R.MyInternationalizationString.uMyResidence;
            this.AddChidren(btnHouse);
@@ -233,7 +233,7 @@
            //底部菜单
            var frameMenu = new FrameLayout();
            frameMenu.Height = ControlCommonResourse.BottomFrameHeight;
            frameMenu.Height = HdlControlResourse.BottomFrameHeight;
            frameMenu.Gravity = Gravity.BottomCenter;
            this.AddChidren(frameMenu);
            //线