RecyclerView GridLayoutManager 从右下角开始显示

 val layout =  GridLayoutManager(this,5)

layout.setReverseLayout(true);//列表翻转\\\\
Collections.reverse(list) //To sort the list by descending order

你可能感兴趣的:(android,android,android,studio,webview)