Searched defs:Button (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DButton.java40 * final Button button = (Button) findViewById(R.id.button_id);
54 * <Button
72 * <h3>Button style</h3>
74 * <p>Every Button is styled using the system's default button background, which is often different
81 * it to your Button with the {@link android.R.attr#background android:background}
91 * See {@link android.R.styleable#Button Button Attributes},
97 public class Button extends TextView { class in inherits:TextView
98 public Button(Contex method in class:Button
102 public Button(Context context, AttributeSet attrs) { method in class:Button
106 public Button(Context context, AttributeSet attrs, int defStyle) { method in class:Button
[all...]

Completed in 32 milliseconds