I am trying to center a RecyclerView when its layout_width is wrap_content without success
Did you try using a RelativeLayout instead of Linear Layout and then make the Recyclerview layout_centerHorizontal="true"
RelativeLayout
layout_centerHorizontal="true"