Package com.skydoves.powermenu
See: Description
-
Class Summary Class Description AbstractPowerMenu AbstractPowerMenu is the abstract class of PowerMenu and CustomPowerMenu. MenuBaseAdapter MenuBaseAdapter is the base adapter class for CustomPowerMenu. MenuListAdapter MenuListAdapter extends MenuBaseAdapter. AbstractMenuBuilder AbstractMenuBuilder is the abstract builder class of PowerMenu.Builder and . Builder Builder class for creating PowerMenu. Factory An abstract factory class for creating an instance of PowerMenu. PowerMenu PowerMenu is one the implementation of the AbstractPowerMenu. Builder Builder class for creating CustomPowerMenu. Factory An abstract factory class for creating an instance of CustomPowerMenu. CustomPowerMenu CustomPowerMenu is one the implementation of the AbstractPowerMenu. PowerMenuItem PowerMenuItem is the item class for constructing the PowerMenu's list. -
Enum Summary Enum Description MenuAnimation MenuAnimation is the collection of the popup animations. CircularEffect CircularEffect is an collection of the popup animation related to circularRevealed. -
Interface Summary Interface Description OnMenuItemClickListener OnMenuItemClickListener is for listening to the item click of the popup menu. OnDismissedListener OnDismissedListener is for listening to the dismissing of the popup menu.