搜尋

首頁  >  問答  >  主體

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

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

怪我咯怪我咯2773 天前470

全部回覆(3)我來回復

  • PHP中文网

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

    如果佈局檔案沒錯的話,請檢查在RecyclerViewAdapter中的onCreateViewHolder方法中是否正確載入版面配置檔案例如:

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

    回覆
    0
  • 黄舟

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

    你inflate子view的時候,parent是不是傳的null

    回覆
    0
  • 大家讲道理

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

    把你的xml程式碼貼出來看看

    回覆
    0
  • 取消回覆