Guest User

Untitled

a guest
Dec 11th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. android:descendantFocusability="blockDescendants"
  2.  
  3. android:descendantFocusability="afterDescendants"
  4.  
  5. <android.support.v4.widget.NestedScrollView
  6. android:id="@+id/scroll_view"
  7. android:layout_width="match_parent"
  8. android:layout_height="0dp"
  9. android:layout_weight="1"
  10. android:fillViewport="true">
  11. <LinearLayout
  12. android:layout_width="match_parent"
  13. android:layout_height="wrap_content"
  14. android:descendantFocusability="blockDescendants"
  15. android:orientation="vertical">
  16.  
  17. <android.support.v4.widget.NestedScrollView
  18. android:id="@+id/scroll_view"
  19. android:layout_width="match_parent"
  20. android:layout_height="0dp"
  21. android:layout_weight="1"
  22. android:fillViewport="true">
  23. <LinearLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="wrap_content"
  26. android:descendantFocusability="afterDescendants"
  27. android:orientation="vertical">
Add Comment
Please, Sign In to add comment