Android - How to center a view layout

I needed to center some tabs in a scrolling tab view layout in an Android application, and this technique worked for me. Note that the wrap_content part is needed for the width setting. Image is from this SO link.

Photo D8