Skip to content

Instantly share code, notes, and snippets.

@JoaquimLey
Created June 12, 2019 13:16
Show Gist options
  • Save JoaquimLey/98df48374f3cb690a2c48ee39fb0b652 to your computer and use it in GitHub Desktop.
Save JoaquimLey/98df48374f3cb690a2c48ee39fb0b652 to your computer and use it in GitHub Desktop.
fun RecyclerView.applyToolbarNavigationViewWithFabInsets() {
applyVerticalInsets()
clipToPadding = false
addItemDecoration(RecyclerViewToolbarItemDecoration())
addItemDecoration(RecyclerViewBottomNavigationViewFabItemDecoration())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment