黄学彪
2020-04-14 463cf39019aa54e6c1226be4620766a035a0c490
ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindCommonLayout.cs
@@ -32,6 +32,7 @@
            X = Application.GetRealWidth(161),
            Width = Application.GetRealWidth(1080 - 161),
            Height = Application.GetRealWidth(69),
            IsBold = true,
            TextSize = 17,
        };
        public FrameLayout btnBackFrameLayout = new FrameLayout
@@ -43,8 +44,8 @@
        public Button btnBack = new Button
        {
            Height = Application.GetRealHeight(51),
            Width = Application.GetRealWidth(30),
            Height = Application.GetMinReal(51),
            Width = Application.GetMinReal(30),
            UnSelectedImagePath = "DoorLock/Left.png",
        };