An overlay is an extra layer that sits on top of a View (the "host view")
which is drawn after all other content in that view (including children,
if the view is a ViewGroup).
See Also:
ViewOverlay Members
Syntax
[Android.Runtime.Register("android/view/ViewOverlay", DoNotGenerateAcw=true)]
public class
ViewOverlay :
Java.Lang.ObjectRemarks
An overlay is an extra layer that sits on top of a View (the "host view")
which is drawn after all other content in that view (including children,
if the view is a ViewGroup). Interaction with the overlay layer is done
by adding and removing drawables.
An overlay requested from a ViewGroup is of type Android.Views.ViewGroupOverlay,
which also supports adding and removing views.
See Also
[Android Documentation]
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18