| | |
| | | |
| | | }; |
| | | /// <summary> |
| | | /// (条件或者目标)文本描述 |
| | | /// 保存 |
| | | /// </summary> |
| | | public Button btnSave= new Button |
| | | { |
| | |
| | | TextColor = CSS.CSS_Color.textWhiteColor, |
| | | TextAlignment = TextAlignment.Center, |
| | | BackgroundColor= CSS.CSS_Color.btnSaveBackgroundColor, |
| | | Radius = (uint)Application.GetRealHeight(44), |
| | | Radius = (uint)Application.GetRealHeight(22), |
| | | |
| | | }; |
| | | |
| | | public Button btnClick = new Button |
| | | { |
| | | Height = Application.GetRealHeight(76), |
| | | }; |
| | | /// <summary> |
| | | /// 保存 |
| | | /// </summary> |
| | |
| | | public FrameLayout FLayoutView() |
| | | { |
| | | frameLayout.AddChidren(btnSave); |
| | | frameLayout.AddChidren(btnClick); |
| | | return frameLayout; |
| | | } |
| | | } |