WJC
2020-03-23 8adaa664b3f4a1f5e05434dc245cc5d168ad718c
ZigbeeApp/Shared/Phone/Device/Logic/AddScenePage.cs
@@ -314,7 +314,6 @@
                };
                middle.AddChidren(sceneFramelayout);
                var sceneIconBtn = new Button
                {
                    Width = Application.GetMinRealAverage(81),
@@ -332,8 +331,7 @@
                    Width = Application.GetRealWidth(850),
                    Height = Application.GetRealHeight(130),
                    X = Application.GetRealWidth(176 + 10),
                    LineColor = ZigbeeColor.Current.LogicRowLayoutLineColor,
                    LineColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
                };
                sceneFramelayout.AddChidren(sceneRow);
@@ -357,7 +355,15 @@
                    Gravity = Gravity.CenterVertical,
                };
                sceneRow.AddChidren(selectedBtn);
                var lineBtn = new Button
                {
                    Y = sceneFramelayout.Height - 1,
                    Width = Application.GetRealWidth(850),
                    Height = 1,
                    X = Application.GetRealWidth(176 + 10),
                    BackgroundColor = ZigbeeColor.Current.LogicRowLayoutLineColor,
                };
                sceneFramelayout.AddChidren(lineBtn);
                EventHandler<MouseEventArgs> sceneclick = (sender, e) =>
                {
                    tempScene = scene;