Для тех, кто все еще ищет:
унаследуйте свой собственный стиль для кнопок Holo:
<style name="yourStyle" parent="@android:style/Holo.ButtonBar">
...
</style>
или Holo Light:
<style name="yourStyle" parent="@android:style/Holo.Light.ButtonBar">
...
</style>
и для кнопок Holo без полей:
<style name="yourStyle" parent="@android:style/Widget.Holo.Button.Borderless.Small">
...
</style>
или Holo Light:
<style name="yourStyle" parent="@android:style/Widget.Holo.Light.Button.Borderless.Small">
...
</style>