| | |
| | | }; |
| | | |
| | | CommonUtlis.Current.ShowActionAlert (Language.StringByID (R.MyInternationalizationString.DoYouWantToSynchronizeToTheCloud), okAction); |
| | | |
| | | }; |
| | | SyncDeviceView.MouseUpEventHandler += SyncDeviceEventHandler; |
| | | btnSyncDeviceIcon.MouseUpEventHandler += SyncDeviceEventHandler; |
| | |
| | | }; |
| | | AlexaView.AddChidren (btnAlexaIcon); |
| | | |
| | | //智能音箱 |
| | | Button btnAlexaTitle = new Button () { |
| | | X = Application.GetRealWidth (125), |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | Text = "Alexa Integration", |
| | | Text = "Smart speaker", |
| | | TextColor = SkinStyle.Current.TextColor1, |
| | | }; |
| | | AlexaView.AddChidren (btnAlexaTitle); |