lizhw123
lizhw123
mBuilder.registerCard("container-fourColumn", FourColumnCard.class); mBuilder.registerCell("testView", TestViewHolderCell.class, new ViewHolderCreator(R.layout.item_holder, TestViewHolder.class, TextView.class)); Card下面必须要加上Cell才能显示出来,类似这种,仅供参考。 数据结构: { "iconList": [ { "title": "测试内容7774", "type": "testView" }, { "title": "测试内容7774", "type": "testView" }, { "title": "测试内容7774", "type": "testView"...
I had the same problem.