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
2010-10-28 05:43:38