gxc
2019-12-24 9bea5849559521fe09b681025958886e9d6e2d74
ZigbeeApp/Shared/Phone/Device/Room/EditRoom.cs
@@ -474,7 +474,7 @@
                Height = Application.GetRealHeight(450),
                Width = Application.GetRealWidth(selectRow_Width),
                Gravity = Gravity.CenterHorizontal,
                Radius = (uint)Application.GetRealHeight(17),
                Radius = (uint)Application.GetRealHeight(35),
                BackgroundColor = ZigbeeColor.Current.GXCTextWhiteColor
            };
            selectFL.AddChidren(itemFL);
@@ -484,14 +484,15 @@
            {
                Height = Application.GetRealHeight(selectRow_Height) - 1,
                TextID = R.MyInternationalizationString.LocalPicture,
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4,
                TextSize = 17
            };
            itemFL.AddChidren(selectLocalPicture);
            var selectLocalLine = new Button()
            {
                Y = selectLocalPicture.Bottom,
                Height = 1,
                BackgroundColor = ZigbeeColor.Current.GXCLineColor
                BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor2
            };
            itemFL.AddChidren(selectLocalLine);
@@ -500,14 +501,15 @@
                Y = selectLocalLine.Bottom,
                Height = Application.GetRealHeight(selectRow_Height) - 1,
                TextID = R.MyInternationalizationString.Photograph,
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4,
                TextSize = 17
            };
            itemFL.AddChidren(selectPhotographBtn);
            var selectPhotographLine = new Button()
            {
                Y = selectPhotographBtn.Bottom,
                Height = 1,
                BackgroundColor = ZigbeeColor.Current.GXCLineColor,
                BackgroundColor = ZigbeeColor.Current.GXCGrayLineColor2,
            };
            itemFL.AddChidren(selectPhotographLine);
@@ -516,7 +518,8 @@
                Y = selectPhotographLine.Bottom,
                Height = Application.GetRealHeight(selectRow_Height) - 1,
                TextID = R.MyInternationalizationString.MyAblums,
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4,
                TextSize = 17
            };
            itemFL.AddChidren(selectAblumsBtn);
@@ -529,7 +532,8 @@
                TextID = R.MyInternationalizationString.Cancel,
                TextColor = ZigbeeColor.Current.GXCTextSelectedColor4,
                BackgroundColor = ZigbeeColor.Current.GXCTextWhiteColor,
                Radius = (uint)Application.GetRealHeight(17)
                Radius = (uint)Application.GetRealHeight(35),
                TextSize = 17
            };
            selectFL.AddChidren(cancelBtn);