| | |
| | | pvGenerate_TodayValuesButton.Width = pvGenerate_TodayValuesButton.GetTextWidth() + Application.GetRealWidth(4); |
| | | #else |
| | | pvGenerate_TodayValuesButton.TextAlignment = TextAlignment.BottomLeft; |
| | | pvGenerate_TodayValuesButton.Y = Application.GetRealWidth(37); |
| | | pvGenerate_TodayValuesButton.Width = pvGenerate_TodayValuesButton.GetTextWidth() + Application.GetRealWidth(4); |
| | | #endif |
| | | pvGenerate_todayUintButton = new Button() |
| | |
| | | TextAlignment = TextAlignment.TopRight, |
| | | IsBold = true, |
| | | }; |
| | | #if __IOS__ |
| | | #else |
| | | pvLoad_TodayValuesButton.Y = Application.GetRealWidth(37); |
| | | pvLoad_TodayValuesButton.X = Application.GetRealWidth(81 - 16) - loadEle_TodayUintButton.Width; |
| | | #endif |
| | | loadEleView.AddChidren(pvLoad_TodayValuesButton); |
| | | |
| | | pvLoad_TotalValuesButton = new Button() |