ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
@@ -331,9 +331,10 @@ Gravity = Gravity.Center, Radius = (uint)Application.GetMinRealAverage(CommonFormResouce.BigFormRadius), //UnSelectedImagePath = ImagePath UnSelectedImagePath = "SceneIcon/3.png" UnSelectedImagePath = "SceneIcon/3.jpg" }; imgFL.AddChidren(backGround); backGround.SetViewShadow(true); var infoFL = new FrameLayout { @@ -538,6 +539,7 @@ localPic.action = (imgPath) => { IconPathType = 0; backGround.ImageBytes = null; backGround.UnSelectedImagePath = imgPath; }; };