namespace Xamarin.Forms.Platform.Android { public static class PlatformConfigurationExtensions { public static IPlatformElementConfiguration OnThisPlatform(this T element) where T : Element, IElementConfiguration { return (element).On(); } } }