| | |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | Padding = new Padding(12, Application.GetRealWidth(16), 12, Application.GetRealWidth(16)), |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | Text = "*您可以将第三方品牌的设备关联到On Pro您当前的住宅上。", |
| | | Text = "*您可以将第三方品牌的设备关联到《想天智控》您当前的住宅上。", |
| | | IsMoreLines = true, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | }; |
| | | bodyView.AddChidren(btnTipText); |
| | | if (Language.CurrentLanguage != "Chinese") |
| | | { |
| | | btnTipText.Text = "*You can associate third-party branded devices with on Pro's current home."; |
| | | btnTipText.Text = "*You can associate third-party branded devices with 想天智控's current home."; |
| | | } |
| | | |
| | | contentView = new FrameLayout() |