| | |
| | | |
| | | middle = new VerticalScrolViewLayout(); |
| | | middle.Y = devicetypehorizontalScrol.Bottom + Application.GetRealHeight(40); |
| | | middle.Height = Application.GetRealHeight(1920) - devicetypehorizontalScrol.Y; |
| | | middle.Height =Application.GetRealHeight(1920-40) - devicetypehorizontalScrol.Bottom; |
| | | middle.BackgroundColor = ZigbeeColor.Current.LogicBackgroundColor; |
| | | middle.X = Application.GetRealWidth(58); |
| | | middle.Radius = (uint)Application.GetRealHeight(50); |
| | |
| | | break; |
| | | case DeviceType.DoorLock: |
| | | { |
| | | |
| | | |
| | | |
| | | var memberList = new MemberList(); |
| | | UserView.HomePage.Instance.AddChidren(memberList); |
| | | UserView.HomePage.Instance.PageIndex += 1; |
| | | MemberList.action += () => { flMain.RemoveFromParent(); }; |
| | | MemberList.edit = false; |
| | | memberList.Show(common); |
| | | } |
| | | break; |