结果跑到程序里是这样的::
不能定义宽高,不能让它的宽match,怎么回事?
ringa_lee
OnCreateViewholder裡這麼寫:Inflater.inflate(r.layout.xxx,container,false).
你的adapter,oncreateviewholder程式碼貼出來,看inflate的時候參數是3個不
看下你的recyclerview的寬度設定
之前遇過,View view = LayoutInflater.from(MainActivity.this).inflate(R.layout.content_item,parent,false); 改成這樣綁定cardview就可以了,我是這麼解決的,希望對你有沒有幫助http://m.blog.csdn.net/article/details?id=51108390
OnCreateViewholder裡這麼寫:
Inflater.inflate(r.layout.xxx,container,false).
你的adapter,oncreateviewholder程式碼貼出來,看inflate的時候參數是3個不
看下你的recyclerview的寬度設定
之前遇過,View view = LayoutInflater.from(MainActivity.this).inflate(R.layout.content_item,parent,false); 改成這樣綁定cardview就可以了,我是這麼解決的,希望對你有沒有幫助
http://m.blog.csdn.net/article/details?id=51108390