有什么办法在androidx.recyclerview.widget.RecyclerView中显示滚动条吗?

时间:2019-11-05 06:33:39

标签: androidx

$count = Model::all()->count();
return view('home',compact('count'));

/ *在FrameLayout中添加了以下代码* /

I am trying to show the scroll bar with RecyclerView to show list vertically; it can scroll vertically but for some reason the scrollbar does not position itself at the end/right of the screen. Is this an issue specific to Android X?

I tried following set flags scrollbarAlwaysDrawVerticalTrack set to true,scrollbars set to vertical and clipToPadding to true.

我希望滚动条在RecyclerView上可见

0 个答案:

没有答案