我想用RecyclerView滚动textview
<Textview id="info"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_views"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/info"
android:layout_marginBottom="5dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:textAlignment="center"
android:visibility="visible" />
所以当循环视图滚动我想要textview也滚动。我试过NestedScrollView,但它无法正常工作