WJC
2020-04-08 679c2a4c459c7ad0e9f727ad4196c0754716c28f
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
@@ -96,4 +97,4 @@
            this.midFrameLayout.AddChidren(bottomFrameLayout1);
        }
    }
}
}