| | |
| | | }; |
| | | bodyView.AddChidren(VerticalScrolViewMiddle); |
| | | |
| | | //var TipView = new Button() |
| | | //{ |
| | | // Y = bodyView.Height - Application.GetRealHeight(60), |
| | | // Width = LayoutParams.MatchParent, |
| | | // Height = Application.GetRealHeight(60), |
| | | // BackgroundColor = 0xFFFFFFE0, |
| | | // TextSize = 11, |
| | | // //Text = "请选择注册的区域", |
| | | // //TextID = R.MyInternationalizationString.SelectRegisteredArea, |
| | | // TextColor = 0xFF1F1F1F, |
| | | // IsMoreLines = true |
| | | //}; |
| | | //bodyView.AddChidren(TipView); |
| | | |
| | | var waitPage = new Loading(); |
| | | waitPage.Start("Please wait..."); |
| | | |
| | |
| | | Width = Application.GetRealWidth(200), |
| | | TextSize = CSS_FontSize.SubheadingFontSize, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | //Gravity = Gravity.CenterLeft, |
| | | TextAlignment = TextAlignment.CenterLeft |
| | | }; |
| | | rowView.AddChidren(urlBtn); |
| | |
| | | urlBtn.MouseUpEventHandler += eHandler; |
| | | |
| | | urlBtn.Text = mGlobalRegion.regionName; |
| | | |
| | | if (mGlobalRegion.regionUrl == UserInfo.Current.RequestHttpsHost) |
| | | { |
| | | urlBtn.TextColor = CSS_Color.MainColor; |