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?
Asked
Active
Viewed 80 times
1 Answers
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.
-
Thanks for not being a jackass friend =) – Bryan Mills Jul 10 '16 at 16:18