super(context, attrs, defStyleAttr);
TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
defStyleAttr, 0);
setBackgroundDrawable(a.getDrawable(0));
if (a.hasValue(1)) {
setDropDownBackgroundDrawable(a.getDrawable(1));
}
a.recycle();
mTintManager = a.getTintManager();