| | |
| | | contentView.AddChidren(supportView); |
| | | |
| | | |
| | | |
| | | int supportViewCellCount = 1; |
| | | #region 智能音箱 |
| | | if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare) |
| | | { |
| | | supportViewCellCount++; |
| | | //supportView 加高 显示3行 3*44 |
| | | supportView.Height = Application.GetRealWidth(2*44); |
| | | supportView.Height = Application.GetRealWidth(supportViewCellCount * 44); |
| | | |
| | | FrameLayout smartSpeakerView = new FrameLayout() |
| | | { |
| | |
| | | #if __IOS__ |
| | | //if (Application.PhoneType >= 12) |
| | | { |
| | | supportViewCellCount++; |
| | | //supportView 加高 显示3行 3*44 |
| | | supportView.Height = Application.GetRealWidth(3 * 44); |
| | | supportView.Height = Application.GetRealWidth(supportViewCellCount * 44); |
| | | |
| | | FrameLayout siriView = new FrameLayout() |
| | | { |