Ejemplo n.º 1
0
 public AppCompatEditText(Context context, AttributeSet attrs, int defStyleAttr) {
   super(TintContextWrapper.wrap(context), attrs, defStyleAttr);
   this.mTintManager = TintManager.get(getContext());
   this.mBackgroundTintHelper = new AppCompatBackgroundHelper(this, this.mTintManager);
   this.mBackgroundTintHelper.loadFromAttributes(attrs, defStyleAttr);
   this.mTextHelper = AppCompatTextHelper.create(this);
   this.mTextHelper.loadFromAttributes(attrs, defStyleAttr);
   this.mTextHelper.applyCompoundDrawablesTints();
 }