SmartRefreshLayout
SmartRefreshLayout copied to clipboard
怎么 做到 内容不满一屏时让 “没有更多内容了” 紧跟列表item的下面
怎么 做到 内容不满一屏时让 “没有更多内容了” 紧跟列表item的下面 ,而不是一直处于SmartRefreshLayout 的最下方
<SmartRefreshLayout> <RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content"> </RecyclerView> </SmartRefreshLayout>