ViewOverlayImpl

Backward-compatible implementation of android.view.ViewOverlay. TODO(b/144937975): Remove and use the official version from androidx when it's available.

Functions

Link copied to clipboard
abstract fun add(@NonNull drawable: Drawable)
Adds a Drawable to the overlay.
Link copied to clipboard
abstract fun remove(@NonNull drawable: Drawable)
Removes the specified Drawable from the overlay.