summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs')
-rw-r--r--Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs b/Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs
new file mode 100644
index 00000000..48502d23
--- /dev/null
+++ b/Xamarin.Forms.Platform.Android/OnMeasureDelegate.cs
@@ -0,0 +1,4 @@
+namespace Xamarin.Forms.Platform.Android
+{
+ public delegate bool OnMeasureDelegate(NativeViewWrapperRenderer renderer, int widthMeasureSpec, int heightMeasureSpec);
+} \ No newline at end of file