黄学彪
2019-12-09 163777d8a2cb7cfa469f54a7042528870ebc10a3
ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
@@ -306,7 +306,7 @@
        private NormalViewControl InitUserSelectButton(bool select)
        {
            var btnContr = new NormalViewControl(207, 63, true);
            btnContr.Radius = 6;
            btnContr.RadiusEx = 17;
            btnContr.TextAlignment = TextAlignment.Center;
            if (select == false)
            {
@@ -367,7 +367,7 @@
        private NormalViewControl InitLockSelectButton(bool select)
        {
            var btnContr = new NormalViewControl(207, 63, true);
            btnContr.Radius = 6;
            btnContr.RadiusEx = 17;
            btnContr.TextAlignment = TextAlignment.Center;
            if (select == false)
            {