- All Implemented Interfaces:
- View.OnClickListener
- Direct Known Subclasses:
- ListViewRequireScrollHelper, RecyclerViewRequireScrollHelper, RequireScrollHelper
public abstract class AbstractRequireScrollHelper
extends Object
implements View.OnClickListener
Add this helper to require the scroll view to be scrolled to the bottom, making sure that the
user sees all content on the screen. This will change the navigation bar to show the more button
instead of the next button when there is more content to be seen. When the more button is
clicked, the scroll view will be scrolled one page down.