views:

25

answers:

1

I want to use the button style on another control. How can I call that bg?

+1  A: 

You can give its background the attribute

@android:drawable/btn_default

Or set the style

@android:style/Widget.Button
schwiz