| | |
| | | topFrameLayout.AddTag("btnBack", btnBack); |
| | | |
| | | //标题 |
| | | var txttitle = new TopLayoutTitleControl(); |
| | | topFrameLayout.AddChidren(txttitle); |
| | | //粗体 |
| | | var txttitle = new Button();
|
| | | txttitle.Name = "txtTitle"; |
| | | txttitle.TextSize = 17; |
| | | txttitle.X = Application.GetRealWidth(161); |
| | | txttitle.Height = Application.GetRealHeight(69); |
| | | txttitle.Width = Application.GetRealWidth(850); |
| | | txttitle.Gravity = Gravity.CenterVertical; |
| | | txttitle.TextColor = UserCenterColor.Current.TopLayoutTitleText;
|
| | | txttitle.TextAlignment = TextAlignment.CenterLeft;
|
| | | txttitle.IsBold = true; |
| | | topFrameLayout.AddChidren(txttitle); |
| | | |
| | | topFrameLayout.AddTag("txtTitle", txttitle); |
| | | } |
| | |
|