IMoreClickAdapter

public interface IMoreClickAdapter

Functions

Link copied to clipboard
public abstract void bindView(ViewGroup viewGroup, Fragment fragment, List<IClickActions> actions)
Displays the bottom "more actions" layout.
Link copied to clipboard
public abstract void hideMoreActionLayout()
Hides the bottom actions layout.
Link copied to clipboard
public abstract boolean isMoreActionShown()
Whether the action buttons are visible.
Link copied to clipboard
public abstract void setMoreActionEnable(boolean enable)
Sets whether the bottom action buttons are highlighted.