Last active
May 23, 2018 15:21
-
-
Save vorobeij/85809c331d925f197c8da87673fee87d to your computer and use it in GitHub Desktop.
nestedscrollview recycler header footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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