| | |
| | | |
| | | public static FrameLayout UserMenuItem = new FrameLayout () { |
| | | Y = Application.GetRealHeight (Application.DesignHeight - userMenuItemHeight), |
| | | Height = Application.GetRealHeight (userMenuItemHeight+5), |
| | | Height = Application.GetMinRealAverage (userMenuItemHeight+5), |
| | | BackgroundColor = SkinStyle.Current.MainColor |
| | | }; |
| | | |
| | |
| | | |
| | | public static Button btnLinkStatus = new Button () { |
| | | Y = Application.GetRealHeight (10), |
| | | Width = Application.GetRealWidth (131), |
| | | Height = Application.GetRealHeight (80), |
| | | Width = Application.GetMinRealAverage (131), |
| | | Height = Application.GetMinRealAverage (80), |
| | | UnSelectedImagePath = MainPage.WiFiStatus, |
| | | }; |
| | | |