| | |
| | | /// <summary> |
| | | /// 主控件View |
| | | /// </summary> |
| | | public FrameLayout frameLayout = new FrameLayout |
| | | public RowLayout frameLayout = new RowLayout |
| | | { |
| | | Height = Application.GetRealHeight(50), |
| | | // BackgroundColor = CSS.CSS_Color.view, |
| | | LineColor = CSS.CSS_Color.view, |
| | | }; |
| | | /// <summary> |
| | | /// 文本描述 |
| | |
| | | TextSize = TextSize.text16, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | IsBold = true, |
| | | Text= "2020年", |
| | | Text= "2020"+Language.StringByID(StringId.nian), |
| | | }; |
| | | |
| | | public Button btnClick = new Button |
| | |
| | | /// View的方法 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public FrameLayout FLayoutView() |
| | | public RowLayout FLayoutView() |
| | | { |
| | | frameLayout.AddChidren(btnText); |
| | | frameLayout.AddChidren(btnClick); |