I'm writing a Xamarin Forms app, and am currenly trying to draw something on top of the tabpage toolbar.
Using a custom renderer for Android and overriding the methhod DispatchDraw I was able to draw simple objects on top of the canvas, but how can I do this with Views, or even custom layouts defined in the Resources?
Any help is greatly appreciated.