gxc
2020-02-28 66a9965c44ecc32a6696abca876ab9d1cd091584
ZigbeeApp/Shared/Phone/Device/CommonForm/RowLayoutEditButton.cs
old mode 100755 new mode 100644
@@ -14,11 +14,12 @@
        /// </summary>
        public RowLayoutEditButton()
        {
            BackgroundColor = ZigbeeColor.Current.GXCEditorBGColor;
            TextID = R.MyInternationalizationString.Delay;
            BackgroundColor = ZigbeeColor.Current.GXCEditBackGroundColor;
            TextID = R.MyInternationalizationString.Edit;
            TextColor = ZigbeeColor.Current.GXCTextWhiteColor;
            TextAlignment = TextAlignment.Center;
            Radius = CommonPage.BigFormRadius;
            TextSize = 14;
            //Radius = CommonPage.BigFormRadius;
        }
    }
}