A group overlay is an extra layer that sits on top of a ViewGroup
(the "host view") which is drawn after all other content in that view
(including the view group's children).
See Also:
ViewGroupOverlay Members
Syntax
[Android.Runtime.Register("android/view/ViewGroupOverlay", DoNotGenerateAcw=true)]
public class
ViewGroupOverlay :
ViewOverlayRemarks
A group overlay is an extra layer that sits on top of a ViewGroup
(the "host view") which is drawn after all other content in that view
(including the view group's children). Interaction with the overlay
layer is done by adding and removing views and drawables.
ViewGroupOverlay is a subclass of Android.Views.ViewOverlay, adding the ability to
manage views for overlays on ViewGroups, in addition to the drawable
support in ViewOverlay.
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