使用RecyclerView

时间:2016-12-09 23:04:56

标签: android android-recyclerview scrollbar

我使用ListView创建了水平RecyclerView

<android.support.v7.widget.RecyclerView
    android:id="@+id/horizontal_recycler_view"
    android:scrollbars="horizontal"
    android:layout_width="433px"
    android:layout_height="76px"
    />

但问题是我想重新定位scrollBar,当我尝试这样做时,一切都会出错。我试图将这两行添加到RecyclerView:

  android:scrollbarStyle="outsideOverlay"
  android:paddingBottom="10dp"

如果我使用这两行,那么scrollBar不会远离listview,而是会在此图像中创建类似的结果:

它只是缩小了整个列表视图的高度。有没有人有关于如何重新定位滚动条的其他想法,或者我搞砸了,我不明白?

0 个答案:

没有答案