
Please take a look at the image above. You can see that the navigation tabs in Actionbar of the Google Play market screenshot is like 2/3rd the size of ActionbarSherlock Samples/Styled application. I have searched and searched but couldn’t find an attribute that can change this. So how can I decrease the size of these nav tabs. It looks like a pretty easy way of saving some screen real estate.
That is not action bar tabs. That is an indicator for use with a
ViewPager.There is a rudimentary implementation of this in the support library (
PagerTitleStrip) but it leaves A LOT to be desired. You should take a look at http://viewpagerindicator.com for a much more comprehensive implementation.