arch-android

//Android/br.com.arch.toolkit.android.recyclerAdapter.stickyheader/StickyHeaders/ViewSetup

ViewSetup

[android]
interface ViewSetup

Interface for setting up and tearing down the sticky header view.

Functions

Name Summary
setupStickyHeaderView [android]
abstract fun setupStickyHeaderView(stickyHeader: ERROR CLASS: Symbol not found for View)
Adjusts any necessary properties of the stickyHeader view when it becomes a sticky header.
teardownStickyHeaderView [android]
abstract fun teardownStickyHeaderView(stickyHeader: ERROR CLASS: Symbol not found for View)
Reverts any changes made in setupStickyHeaderView.