黄学彪
2020-04-02 9904031f5291daaf56985146bb671f25e18ebbdf
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);