Example usage for Java android.widget Button fields, constructors, methods, implement or subclass
The text is from its open source code.
Button(Context context) Simple constructor to use when creating a button from code. | |
Button(Context context, AttributeSet attrs, int defStyleAttr) This constructor allows a Button subclass to use its own class-specific base style from a theme attribute when inflating. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |