Java android.view ViewGroupOverlay fields, constructors, methods, implement or subclass

Example usage for Java android.view ViewGroupOverlay fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ViewGroupOverlay.

The text is from its open source code.

Method

voidadd(@NonNull View view)
Adds a View to the overlay.
voidremove(@NonNull View view)
Removes the specified View from the overlay.