$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上可见