views:

18

answers:

0

Hello

I have a TabHost activity, and I have to use the tabs position. The problem is that I don't know when the layout is initialized. I've tried to use the onPostCreate, onResume and onStart methods, but the tab's sizes are 0, every time.

Thanks in advance!