| | |
| | | |
| | | namespace Shared.Phone.UserView |
| | | { |
| | | /// <summary>
|
| | | /// 该类已经废弃
|
| | | /// </summary> |
| | | public class LoginLoading : FrameLayout |
| | | { |
| | | public LoginLoading() |
| | |
| | | btnIcon.Gravity = Gravity.CenterHorizontal; |
| | | this.AddChidren(btnIcon); |
| | | |
| | | //Hdl Home |
| | | //Evoyo Home |
| | | var btnText = new Button(); |
| | | btnText.Height = Application.GetRealHeight(70); |
| | | btnText.Y = btnIcon.Bottom; |
| | | btnText.TextAlignment = TextAlignment.Center;
|
| | | btnText.Text = "Hdl Home";
|
| | | btnText.Text = "Evoyo Home";
|
| | | btnText.TextColor = UserCenter.UserCenterColor.Current.White;
|
| | | btnText.TextSize = 16;
|
| | | this.AddChidren(btnText); |