ZigbeeApp/Shared/Phone/Device/CommonForm/RoomMainView.cs
@@ -8,7 +8,7 @@ /// <summary> /// SceneIcon /// </summary> public Button Icon; public ImageView Icon; /// <summary> /// RoomNameButton /// </summary> @@ -45,7 +45,7 @@ }; AddChidren(CardBG); Icon = new Button Icon = new ImageView { X = Application.GetMinRealAverage(14), Width = Application.GetMinRealAverage(467), @@ -89,7 +89,7 @@ /// <param name="imagePath"></param> public void SetRoomIcon(string imagePath) { Icon.UnSelectedImagePath = imagePath; Icon.ImagePath = imagePath; }