How do I center the text vertically in tabs within a TabHost? The text sits at the bottom right now. I seemed to have tried everything but nothing works.
I've tried using things like android:layout_gravity="center" and android:gravity="center" but they do nothing.
Thanks