recherche

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

android - RecyclerView的item不能横向充满的问题

RecyclerView的item中一个LinearLayout中包裹了一个TextView,但是TextView在RecyclerView中显示的始终是Wrap_content,始终不能显示出match_parent的效果

怪我咯怪我咯2773 Il y a quelques jours466

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

  • PHP中文网

    PHP中文网2017-04-17 17:49:42

    如果布局文件没错的话,请检查在RecyclerViewAdapter中的onCreateViewHolder方法中是否正确加载布局文件例如:

    View view = mLayoutInflater.inflate(R.layout.item, parent, false);

    répondre
    0
  • 黄舟

    黄舟2017-04-17 17:49:42

    你inflate子view的时候,parent是不是传的null

    répondre
    0
  • 大家讲道理

    大家讲道理2017-04-17 17:49:42

    把你的xml代码贴出来看看

    répondre
    0
  • Annulerrépondre