summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs
blob: 48502d23c6d1b49608f6c1aba6513f8b9403523a (plain)
1
2
3
4
namespace Xamarin.Forms.Platform.Android
{
	public delegate bool OnMeasureDelegate(NativeViewWrapperRenderer renderer, int widthMeasureSpec, int heightMeasureSpec);
}