I'm trying to recreate a very beutiful recycler view that i found on this github: https://github.com/saulmm/Material-Movies The thing is that I even thought i've copy pasted all of the necessary code it seems diferent Here's a side to side picture of how it is against how it should be. https://i.stack.imgur.com/Ar7ld.jpg
//edit:
Layout Activity: http://pastebin.com/bNSSMW61
Layout Activityw600dp: http://pastebin.com/shLsX4EW
Layout Recycler : http://pastebin.com/XcdRbvk5
Activity: http://pastebin.com/fRCvCZDH
// Updated: Adapter: http://pastebin.com/uyYdPqrY
AutoFitRecyclerView: http://pastebin.com/uhKaBEQH
RecyclerInsetsDecoration: http://pastebin.com/w0AH51t3
Is there a way to easy diagnost the problem? Thanks