| | |
| | | BackgroundColor = SkinStyle.Current.UserMenuItemButton |
| | | }; |
| | | UserMiddle.DeviceView.AddChidren (btnRowLine); |
| | | if (!string.IsNullOrEmpty (MainPage.LoginUser.AllVisionRegisterDevUserNameGuid)) { |
| | | deviceTypes.Add (Language.StringByID (R.MyInternationalizationString.VideoIntercom)); |
| | | } |
| | | //if (!string.IsNullOrEmpty (MainPage.LoginUser.AllVisionRegisterDevUserNameGuid)) { |
| | | // deviceTypes.Add (Language.StringByID (R.MyInternationalizationString.VideoIntercom)); |
| | | //} |
| | | FrameLayout rowLayout = null; |
| | | for (int i = 0; i < deviceTypes.Count; i++) { |
| | | if (i % 2 == 0) { |