How to resize actionbar tabs
问题 I looked all stackoverflow's topics about it, and none of these solutions - like this one: <style name="Widget.Holo.Tab" parent="@android:style/Widget.Holo.Light.ActionBar.TabView"> <item name="android:height">#dp</item> </style> <style name="Your.Theme" parent="@android:style/Theme.Holo.Light"> <item name="android:actionBarTabStyle">@style/Widget.Holo.Tab</item> </style> http://stackoverflow.com/questions/9286638/actionbar-tabs-height that changed nothing - (none of these) helped me. I have