Hi, I'm trying to apply an effect on a Button using the Effects API. On the platform code(Android) I always get a null Control.
I read about a cast problem on TContainer and TControl, but I can't figure out which types to use:
public class DroidShadowEffect : PlatformEffect<ViewGroup, Android.Widget.Button>