Skip to content

Instantly share code, notes, and snippets.

@FromSi
Last active August 18, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FromSi/6e2688853aaa4213e5bf1d3f60e9f3a2 to your computer and use it in GitHub Desktop.
Save FromSi/6e2688853aaa4213e5bf1d3f60e9f3a2 to your computer and use it in GitHub Desktop.
android:background="?android:attr/selectableItemBackground" - View
app:layout_behavior="@string/appbar_scrolling_view_behavior" - RecyclerView (CoordinatorLayout)
// RecyclerView (Scroll padding)
android:clipToPadding="false"
android:paddingBottom="?attr/actionBarSize"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment