I am using Radio buttons as tab in my application.
I have loaded images for it, but they are aligning towards left side. how to make them align at center.
Put android:gravity="center" on RadioGroup Tag. This Works.