黄学彪
2020-04-08 4dce704aaf8587cf3f91cf88f2208315a03c4cbb
ZigbeeApp/Shared/Phone/Device/Category/CategorySceneSelectImgByLocal.cs
@@ -71,7 +71,7 @@
            bodyFrameLayout.AddChidren(scrollView);
            int k = 0;
            for (int j = 0; j < 5; j++)
            for (int j = 0; j < 7; j++)
            {
                var itemView = new FrameLayout()
                {
@@ -86,7 +86,7 @@
                        Y=Application.GetRealHeight(58),
                        Width=Application.GetRealWidth(467),
                        Height=Application.GetRealHeight(311),
                        ImagePath = $"SceneIcon/{k}.jpg",
                        ImagePath = $"SceneIcon/{k}.png",
                        Radius =(uint)Application.GetRealHeight(17)
                    };
                    itemView.AddChidren(icon);