| | |
| | | btnRoomName.Text = device.GetRoomListName();
|
| | | btnRoomName.Width = btnRoomName.GetRealWidthByText();
|
| | | FrameWhiteCentet1.AddChidren(btnRoomName);
|
| | | //成员没有收藏功能
|
| | | //if (DB_ResidenceData.Instance.CurrentRegion.isOtherShare == false && ShowColltionButton)
|
| | | if (ShowColltionButton)
|
| | | {
|
| | | var btnCollection = new IconViewControl(40);
|
| | | btnCollection.X = Application.GetRealWidth(273);
|
| | |
| | | topFrameLayout.AddChidren(btnSetting);
|
| | |
|
| | | //如果是成员没有功能
|
| | | if (DB_ResidenceData.Instance.CurrentRegion.IsOthreShare == true)
|
| | | if (DB_ResidenceData.Instance.CurrentRegion.isOtherShare == true)
|
| | | {
|
| | | btnSetting.Visible = false;
|
| | | }
|