infoActivity problem with nestedScrolling
It's not possible to scroll by touching down below of toolbar but its scrollable with touching down and up the toolbar.
This line https://code.videolan.org/videolan/vlc-android/blob/master/vlc-android/src/org/videolan/vlc/gui/InfoActivity.java#L87 didn't help (if it was for that reason). Adding
ViewCompat.setNestedScrollingEnabled(mBinding.list, true);
causes to work with touching listView but still it will not work with touching above items of listView