old mode 100644
new mode 100755
| | |
| | | public VerticalScrolViewLayout middle = new VerticalScrolViewLayout |
| | | { |
| | | Width = Application.GetRealWidth(1080), |
| | | Height = Application.GetRealHeight(1920 - 260 - 200 - 184), |
| | | Height = Application.GetRealHeight(Method.H - 260 - 200 - 184), |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | }; |
| | | |
| | |
| | | foreach (var sceneId in scenelist) |
| | | { |
| | | var scene = UserCenter.HdlSceneLogic.Current.GetSceneUIBySceneId(sceneId); |
| | | if (scene == null)
|
| | | {
|
| | | continue;
|
| | | if (scene == null) |
| | | { |
| | | continue; |
| | | } |
| | | var sceneFramelayout = new FrameLayout |
| | | { |