HDL Home App 第二版本 旧平台金堂用 正在使用
gxc
2019-11-29 ac334861efbf06933e95c62ced0484410f34bece
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
            {