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