Skip to content

Instantly share code, notes, and snippets.

@vorobeij
Last active May 23, 2018 15:21
Show Gist options
  • Select an option

  • Save vorobeij/85809c331d925f197c8da87673fee87d to your computer and use it in GitHub Desktop.

Select an option

Save vorobeij/85809c331d925f197c8da87673fee87d to your computer and use it in GitHub Desktop.
nestedscrollview recycler header footer
android:descendantFocusability="blocksDescendants":
<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/nestedContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment