android – 有没有人知道如何使用RecyclerView进行流程布局?

有谁知道如何使用RecyclerView进行流程布局?

如何动态更改跨度计数?

Answer :

android  – 有没有人知道如何使用RecyclerView进行流程布局?

解决方法:

这是完整的例子
使用自定义库,其行为如列表GitHubLibrary TagLayout

>示例代码: –

mFlowLayout.setAdapter(new TagAdapter< String>(mVals)
   {
       @覆盖
       public View getView(FlowLayout parent,int position,String s)
       {
           TextView tv =(TextView)mInflater.inflate(R.layout.tv,
                   mFlowLayout,false);
           tv.setText(一个或多个);
           回电视;
       }
   });

使用以下代码,您可以预先设置所需的选择: –

mAdapter.setSelectedList(1,3,5,7,8,9);

将显示如下结果: –

android  – 有没有人知道如何使用RecyclerView进行流程布局?

上一篇:Japplet与Applet的区别


下一篇:java – FlowLayout不流动JScrollPane