Best way to disable scrolling to bottom or center
Perfect one-line-solution.I tried everything and this is the best and simplest solution.
It worked, it can save your life :3
<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:descendantFocusability="blocksDescendants" >