does anyone no a way how I can determine the actual height of a Tab, using the ActionBar in "NAVIGATION_MODE_TABS". I can determine the height of the ActionBar, but this does not include the Tabs height. I can also determine the height of the icon (I am not using text, but this would also be possible if I would set a text on the Tab.
But it seems that there is some padding or margin around the content of the Tab and I am unable to extract this, therefore I can't determine the real height.
So can I somehow get this padding/margin or is there another solution to get the ActionBar-height plus the Tabs-height?