0

i am newbie i know this is a duplicate question but i am facing difficulty to set height of actionbar have used this code in res/values/style

<style name="thin_ab_style" parent="android:Widget.Holo.Light.ActionBar">
        <item name="android:height">70dp</item>
    </style>

and in AndroidManifest.xml File:

<activity  android:name="com.survey.management.activity.TabActivity"
            android:label="@string/app_name" 
            android:theme="@style/thin_ab_style"/> 

but its not changing height of actionBar.

nida
  • 656
  • 3
  • 16
  • 38
  • check this one [1]: http://stackoverflow.com/questions/17439683/how-to-change-action-bar-size – pavanmvn Nov 22 '13 at 12:39
  • can you please guide me what does this LOC mean ?mContentHeight = a.getLayoutDimension(R.styleable.ActionBar_height, 0); – nida Nov 22 '13 at 12:40

0 Answers0