Reputation: 11911
I want to use the button style on another control. How can I call that bg?
Upvotes: 1
Views: 268
Reputation: 31503
You can give its background the attribute
@android:drawable/btn_default
Or set the style
@android:style/Widget.Button
Upvotes: 1