Troj
Troj

Reputation: 11911

Android: How can I use the Button background(style)

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

Upvotes: 1

Views: 268

Answers (1)

Nathan Schwermann
Nathan Schwermann

Reputation: 31503

You can give its background the attribute

@android:drawable/btn_default

Or set the style

@android:style/Widget.Button

Upvotes: 1

Related Questions