使用RecyclerView滚动Textview就像在同一个滚动中一样

时间:2016-05-03 12:05:43

标签: android android-recyclerview

我想用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,但它无法正常工作

0 个答案:

没有答案
相关问题