-
public interface ViewOverlayImpl
Backward-compatible implementation of android.view.ViewOverlay. TODO(b/144937975): Remove and use the official version from androidx when it's available.
-
-
Method Summary
-
-
Method Detail
-
add
abstract void add(@NonNull() Drawable drawable)
Adds a Drawable to the overlay. The bounds of the drawable should be relative to the host view.Any drawable added to the overlay should be removed when it is no longer needed or no longervisible.
- Parameters:
drawable
- The Drawable to be added to the overlay.
-
-
-
-