I hate to be the third person to ask this, but the previous two askings haven\'t seemed to answer it fully. The android design guidelines detail borderless buttons, but not how
Simply add the following style attribute in your Button tag:
Button
style="?android:attr/borderlessButtonStyle"
source: http://developer.android.com/guide/topics/ui/controls/button.html#Borderless