Guest User

Untitled

a guest
Jul 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <MyButton android:id="@+id/myBtn" myValue="Hello World"></MyButton>
  2.  
  3. public class MyButton extends Button{
  4. private String myValue = "";
  5.  
  6. public CalcButton(Context context, AttributeSet attrs, int defStyle) {
  7. super(context, attrs, defStyle);
  8. }
  9. }
Add Comment
Please, Sign In to add comment