ZigbeeApp/Shared/Phone/Device/CommonForm/SceneCategoryView.cs
@@ -73,6 +73,11 @@ Radius = (uint)Application.GetRealHeight(17) }; sceneRowLayout.AddChidren(sceneImg); if (scene.IconPathType != 0) { sceneImg.UnSelectedImagePath = System.IO.Path.Combine(Config.Instance.FullPath, scene.IconPath); } sceneImg.SetViewShadow(true); var leftFL = new FrameLayout {