search

Home  >  Q&A  >  body text

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

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

怪我咯怪我咯2773 days ago471

reply all(3)I'll reply

  • PHP中文网

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

    If the layout file is correct, please check whether the layout file is loaded correctly in the RecyclerViewAdapter中的onCreateViewHolder method. For example:

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

    reply
    0
  • 黄舟

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

    When you inflate the child view, does the parent pass null?

    reply
    0
  • 大家讲道理

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

    Post your xml code and have a look

    reply
    0
  • Cancelreply