23
RecyclerView bên trong ScrollView không hoạt động
Tôi đang cố gắng thực hiện một bố cục có chứa RecyclerView và ScrollView ở cùng một bố cục. Mẫu bố cục: <RelativeLayout> <ScrollView android:id="@+id/myScrollView"> <unrelated data>...</unrealated data> <android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/my_recycler_view" /> </ScrollView> </RelativeLayout> Vấn đề: tôi có thể cuộn cho đến khi phần tử cuối cùng của ScrollView …