Android RecycleView實現橫向,縱向均可滑動的列表

問題 1.RecycleView默認是縱向滑動的,能夠經過setOrientation(LinearLayoutManager.HORIZONTAL)設置爲橫向滑動。java //指定列表佈局方式,默認是縱向垂直 recycleView.setLayoutManager(new LinearLayoutManager(this)); //指定列表線性佈局,橫向水平
相關文章
相關標籤/搜索