public void __constructor__(Context context, AttributeSet attributeSet, int defStyle) { this.context = context; this.attributeSet = attributeSet; if (attributeSet != null) { applyAttributes(); } }
@Override public void applyAttributes() { super.applyAttributes(); applyTextAttribute(); applyTextColorAttribute(); applyHintAttribute(); applyHintColorAttribute(); applyCompoundDrawablesWithIntrinsicBoundsAttributes(); }