Scroll does not work in every layout I use like ScrollView or RecyclerView or any other scrollable Viewgroup
Any help?
<android.support.v7.widget.RecyclerView
android:id="@+id/NewsScreen"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical"/>