| | |
| | | //返回键 |
| | | var btnBack = new PicViewControl(40, 28); |
| | | btnBack.X = Application.GetRealWidth(10); |
| | | btnBack.Y = Application.GetRealHeight(9);
|
| | | btnBack.Y = Application.GetRealHeight(19);
|
| | | btnBack.UnSelectedImagePath = "Public/BackIcon.png"; |
| | | topFrameLayout.AddChidren(btnBack);
|
| | | topFrameLayout.AddTag("btnBack", btnBack); |
| | |
| | | //标题
|
| | | var btnTilte = new NormalViewControl(270, 25, true);
|
| | | btnTilte.Gravity = Gravity.CenterHorizontal;
|
| | | btnTilte.Y = Application.GetRealHeight(10);
|
| | | btnTilte.Y = Application.GetRealHeight(20);
|
| | | btnTilte.TextAlignment = TextAlignment.Center;
|
| | | btnTilte.TextSize = UI.CSS.CSS_FontSize.HeadlineFontSize;
|
| | | btnTilte.TextColor = UI.CSS.CSS_Color.FirstLevelTitleColor;
|