Android Question Center vertically text in a tab (Tabhost)

Melchor99

Member
Licensed User
Longtime User
Hi,

I have a question related to tabhost configuration.

I know how to to display a text in a tab of a tabhost object, the problem is that text is horizontally centered but not vertically. The text appears at the bottom of the tab.

I mean, when I resize the tab height and text size:

TabHost1.AddTab ("Pag1", "Page1")
TabManager.setTabHeight(TabHost1, 30)
TabManager.setTabTextSize (TabHost1, 12)


The text appears at the bottom of the tab and is not centered vertically, so it's not possible to see the full words of the text in the tab.

Thanks in advance for your help
Regards
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…