recherche

Maison  >  Questions et réponses  >  le corps du texte

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


结果跑到程序里是这样的::

不能定义宽高,不能让它的宽match,怎么回事?

ringa_leeringa_lee2772 Il y a quelques jours685

répondre à tous(4)je répondrai

  • PHPz

    PHPz2017-04-17 17:28:19

    OnCreateViewholder里这么写:
    Inflater.inflate(r.layout.xxx,container,false).

    répondre
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:28:19

    你的adapter,oncreateviewholder代码贴出来,看inflate的时候参数是3个不

    répondre
    0
  • PHPz

    PHPz2017-04-17 17:28:19

    看下你的recyclerview的宽度设置

    répondre
    0
  • PHP中文网

    PHP中文网2017-04-17 17:28:19

    之前遇过,View view = LayoutInflater.from(MainActivity.this).inflate(R.layout.content_item,parent,false); 改成这样绑定cardview就可以了,我是这么解决的,希望对你有没有帮助
    http://m.blog.csdn.net/article/details?id=51108390

    répondre
    0
  • Annulerrépondre