Is it possible (and if so, how) to use TextView.SetAutoSizeTextTypeWithDefaults(AutoSizeTextType.Uniform) in a Xamarin.Forms Android custom renderer?
I am using v25.3.1 of the Xamarin.Android.Support.v4 NuGet package. When I try to use that method, I get a Java.Lang.NoSuchMethodError exception. My MainActivity subclasses FormsAppCompatActivity