summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Android/IPlatformLayout.cs
blob: af30fc92f1e81134a2ffe06a4b4b6ce81866c8c5 (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms.Platform.Android
{
	internal interface IPlatformLayout
	{
		void OnLayout(bool changed, int l, int t, int r, int b);
	}
}