Skip to content

Instantly share code, notes, and snippets.

@chenzhang2006
Created April 24, 2020 14:47
Show Gist options
  • Save chenzhang2006/3acae7cf654d97020c94f965fac0c114 to your computer and use it in GitHub Desktop.
Save chenzhang2006/3acae7cf654d97020c94f965fac0c114 to your computer and use it in GitHub Desktop.
superclass constructor that uses a non-0 default style attribute
public TextInputEditText(Context context, AttributeSet attrs) {
this(context, attrs, attr.editTextStyle);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment