1

I just need to know how to make the images completely fill the devices width because currently there are ugly white gaps between the imags? Any suggestions?

Bryan Mills
  • 115
  • 9

1 Answers1

1

this question may help you Android Recyclerview GridLayoutManager column spacing

you can use RecyclerView.ItemDecoration to control the space between grid, the space can even be negative.

Community
  • 1
  • 1
Harlan
  • 847
  • 5
  • 15