成年大片免费视频播放二级_早上躁晚上躁天天躁8090_新金瓶梅2下载_欧美国产一卡二在线播放_国产在线精品欧美日韩电影

您的位置:首頁技術(shù)文章
文章詳情頁

android - 在RecyclerView布局使用CardView不能match_parent

【字號: 日期:2024-09-10 10:19:06瀏覽:82作者:豬豬

問題描述

android - 在RecyclerView布局使用CardView不能match_parent

android - 在RecyclerView布局使用CardView不能match_parent結(jié)果跑到程序里是這樣的::

不能定義寬高,不能讓它的寬match,怎么回事?

問題解答

回答1:

OnCreateViewholder里這么寫:Inflater.inflate(r.layout.xxx,container,false).

回答2:

你的adapter,oncreateviewholder代碼貼出來,看inflate的時(shí)候參數(shù)是3個(gè)不

回答3:

看下你的recyclerview的寬度設(shè)置

回答4:

之前遇過,View view = LayoutInflater.from(MainActivity.this).inflate(R.layout.content_item,parent,false); 改成這樣綁定cardview就可以了,我是這么解決的,希望對你有沒有幫助http://m.blog.csdn.net/article/details?id=51108390

相關(guān)文章: