summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/OnLayoutDelegate.cs
blob: bf5170d45e183d287702645bfda0e8d21999e1d6 (plain)
1
2
3
4
namespace Xamarin.Forms.Platform.Android
{
	public delegate bool OnLayoutDelegate(NativeViewWrapperRenderer renderer, bool changed, int l, int t, int r, int b);
}