I have added a social sharing button to actionbarsherlock via the built-in process for doing so. That sharing item shows up with a border around it. How can I remove that border? I don't know if the border is in the 9-patch images, styles, themes, or what. For all I know it could even be a default Android style. Can someone please point me to where I can change it?
The XML for the menu is below:
<item
android:id="@+id/show_share_menu"
android:title="Share Menu"
android:actionProviderClass="com.actionbarsherlock.widget.ShareActionProvider">