| | |
| | | }; |
| | | topView.AddChidren(btnAutomationTitle); |
| | | |
| | | btnAddIcon = new Button() |
| | | var btnAddIconBg = new Button() |
| | | { |
| | | X = Application.GetRealWidth(337), |
| | | Y = Application.GetRealHeight(29), |
| | |
| | | Height = Application.GetMinRealAverage(28), |
| | | UnSelectedImagePath = "Public/AddIcon.png", |
| | | }; |
| | | topView.AddChidren(btnAddIconBg); |
| | | |
| | | btnAddIcon = new Button() |
| | | { |
| | | X = Application.GetRealWidth(337-20), |
| | | Width = Application.GetMinRealAverage(28+30), |
| | | Height = Application.GetMinRealAverage(28+29), |
| | | }; |
| | | topView.AddChidren(btnAddIcon); |
| | | #endregion |
| | | |