黄学彪
2019-10-10 2ed75b8b337048e5d75e6d9ec8307633134f02fd
ZigbeeApp/Shared/Phone/Device/Room/AddRoomSelectPicByLocal.cs
@@ -9,6 +9,10 @@
        {
            BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor;
        }
        public override void RemoveFromParent()
        {
            base.RemoveFromParent();
        }
        public void Show()
        {
            ShowPic();
@@ -21,7 +25,7 @@
            var title = new Button()
            {
                TextAlignment = TextAlignment.Center,
                TextID = R.MyInternationalizationString.SelectPic,
                //TextID = R.MyInternationalizationString.SelectPic,
                TextSize = 20,
                TextColor = ZigbeeColor.Current.GXCTextBlackColor,
                Width = Application.GetRealWidth(500),