| | |
| | | txttitle.Name = "txtTitle"; |
| | | txttitle.TextSize = 17; |
| | | txttitle.X = Application.GetRealWidth(161); |
| | | txttitle.Height = Application.GetRealHeight(69); |
| | | txttitle.Height = Application.GetRealHeight(75); |
| | | txttitle.Width = Application.GetRealWidth(850); |
| | | txttitle.Gravity = Gravity.CenterVertical; |
| | | txttitle.TextColor = UserCenterColor.Current.TopLayoutTitleText;
|
| | |
| | | back?.RemoveFromParent(); |
| | | }
|
| | |
|
| | | /// <summary> |
| | | /// 获取返回键 |
| | | /// </summary> |
| | | public BackViewControl GetBackButton() |
| | | { |
| | | //移除返回键 |
| | | var back = (BackViewControl)topFrameLayout.GetTagByKey("btnBack"); |
| | | return back; |
| | | }
|
| | |
|
| | | #endregion |
| | | } |
| | | } |