CollapsibleActionView

Deprecated

Use the platform-provided android.view.CollapsibleActionView interface.

When a android.view.View implements this interface it will receive callbacks when expanded or collapsed as an action view alongside the optional, app-specified callbacks to androidx.core.view.MenuItemCompat.OnActionExpandListener.

See androidx.core.view.MenuItemCompat for more information about action views. See android.app.ActionBar for more information about the action bar.

Inheritors

Functions

Link copied to clipboard
abstract fun onActionViewCollapsed()
Called when this view is collapsed as an action view.
Link copied to clipboard
abstract fun onActionViewExpanded()
Called when this view is expanded as an action view.