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),