gxc
2019-12-25 944b87b6bcccb095cd73f13f4410fb20faf48f74
ZigbeeApp/Shared/Phone/Device/CommonForm/CompleteButton.cs
@@ -26,6 +26,8 @@
            TextID = R.MyInternationalizationString.Complete;
            BackgroundColor = ZigbeeColor.Current.GXCButtonBlackSelectedColor;
            TextColor = ZigbeeColor.Current.GXCTextWhiteColor;
            IsBold = true;
            TextSize = 16;
            Gravity = Gravity.CenterHorizontal;
            Radius = (uint)Application.GetRealHeight(height / 2);
        }