Skip to content

Instantly share code, notes, and snippets.

@cjlotz
Last active May 25, 2017 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjlotz/a179b8552dc23fa1a3d590bef0ff1133 to your computer and use it in GitHub Desktop.
Save cjlotz/a179b8552dc23fa1a3d590bef0ff1133 to your computer and use it in GitHub Desktop.
public class ITTextInputLayout : TextInputLayout, IITComposite
{
public ITTextInputLayout(Context context) : this(context, null)
{
}
public ITTextInputLayout(Context context, IAttributeSet attrs) : this(context, attrs, Resource.Styleable.ITControls_ItcTextInputLayoutStyle)
{
}
public ITTextInputLayout(Context context, IAttributeSet attrs, int defStyleAttr) : base(context, attrs, defStyleAttr)
{
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment