| | |
| | | curView = this; |
| | | myLoading = new Loading (); |
| | | |
| | | myLoading.TextColor = 0xFFA9A9A9; |
| | | myLoading.LodingBackgroundColor = SkinStyle.Current.MainColor; |
| | | |
| | | //#if __IOS__ |
| | | myLoading.LodingBackgroundColor = 0x00999999; |
| | | //myLoading.LodingBackgroundColor = 0x20999999; |
| | | //#else |
| | | // myLoading.LodingBackgroundColor = SkinStyle.Current.ViewColor; |
| | | //#endif |
| | |
| | | }; |
| | | |
| | | var btnSearch = new Button () { |
| | | Width = Application.GetRealWidth (75), |
| | | Height = Application.GetRealHeight (75), |
| | | Width = Application.GetMinRealAverage (75), |
| | | Height = Application.GetMinRealAverage (75), |
| | | X = Application.GetRealWidth (520), |
| | | Y = Application.GetRealHeight (10), |
| | | UnSelectedImagePath = "Item/Refresh.png", |