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?
You can give its background the attribute
@android:drawable/btn_default
Or set the style
@android:style/Widget.Button
精彩评论