标签: android android-layout android-recyclerview android-custom-view
enter image description here
我想要一个水平的回收视图,它在该应用程序中径向移动。回收器视图上方的视图显示了回收器视图中的中间元素的内容。当我们滚动回收器视图时,最右边的元素变得更大,因为它移动到中间,中间变小,因为它向左移动。 我怎样才能做到这一点?
答案 0 :(得分:0)
您可以使用HorizontalScrollView:https://developer.android.com/reference/android/widget/HorizontalScrollView.html