old mode 100755
new mode 100644
| | |
| | | break; |
| | | case 6: |
| | | { |
| | | var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor }; |
| | | frameLayout.AddChidren(flMain); |
| | | AddLogicPage.SecurityView(flMain, true); |
| | | |
| | | AddLogicPage.SecurityView(frameLayout, true); |
| | | } |
| | | break; |
| | | case 7: |
| | | { |
| | | var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicViewBackgroundColor }; |
| | | frameLayout.AddChidren(flMain); |
| | | AddLogicPage.LocationView(flMain, true); |
| | | |
| | | AddLogicPage.LocationView(frameLayout, true); |
| | | } |
| | | break; |
| | | } |