use a custom android:actionButtonStyle.

<item name="android:actionButtonStyle">@style/ActionButtonStyle</item>


like this

<style name="ActionButtonStyle"
parent="@android:style/Widget.Holo.Light.ActionButton">
    <item name="android:minWidth">0dip</item>
    <item name="android:paddingLeft">0dip</item>
    <item name="android:paddingRight">0dip</item>
</style>



On Mon, Sep 10, 2012 at 9:31 AM, nanda <[email protected]> wrote:

> I have implemented actionbar in my app and I am not getting the proper
> spacing in actionbar. So do anyone have any idea on how to give proper
> spacing in actionbar. I am using actionbarsherlock for my app on
> gingerbread. Is there any functions in that for which I can provide spacing
> between actionbar icons..
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to