| | |
| | | this.funs_RoomAll.AddRange(funs_RoomAll); |
| | | this.funs_Del = new List<ShareData>(); |
| | | this.refreshAction = refreshAction; |
| | | this.BackgroundColor = CSS_Color.BackgroundColor; |
| | | } |
| | | |
| | | public void LoadPage(int tId) |
| | | { |
| | | titleId = tId; |
| | | new TopViewDiv(bodyView, Language.StringByID(titleId)).LoadTopView(); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(titleId)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(); |
| | | |
| | | allRoomView = new FrameLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Y = Application.GetRealHeight(64+10), |
| | | Height = Application.GetRealHeight(50), |
| | | BackgroundColor = CSS_Color.MainBackgroundColor, |
| | | }; |
| | |
| | | |
| | | contentView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64+50), |
| | | Height = Application.GetRealHeight(450), |
| | | Y = Application.GetRealHeight(64+50+10), |
| | | Height = Application.GetRealHeight(450-10), |
| | | }; |
| | | bodyView.AddChidren(contentView); |
| | | |
| | |
| | | /// </summary> |
| | | public string name; |
| | | /// <summary> |
| | | /// 分享类型 1.ROOM 2.DEVICE 3.SCENE |
| | | /// 分享类型 1.ROOM 2.DEVICE 3.SCENE 4.DEVICE_GROUP_CONTROL |
| | | /// </summary> |
| | | public string shareType = ShareType.DEVICE.ToString(); |
| | | } |