| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | Text = "*可视对讲可以自动识别门口可疑人员,并发起徘徊报警记录" |
| | | TextID =StringId.SmartDoorstepMachineAlarmPrompt, |
| | | }; |
| | | if(Language.CurrentLanguage != "Chinese") |
| | | { |
| | | btnTipMsg.Text = "*Visual intercom can automatically identify suspicious persons at the door and initiate wandering alarm records"; |
| | | } |
| | | bodyView.AddChidren(btnTipMsg); |
| | | |
| | | contentView = new VerticalScrolViewLayout() |
| | |
| | | }; |
| | | |
| | | }); |
| | | System.Threading.Thread.Sleep(50); |
| | | System.Threading.Thread.Sleep(20); |
| | | |
| | | } |
| | | Application.RunOnMainThread(() => |