You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int color = a.getColor(R.styleable.IntlPhoneInput_textColor, -1);
if (color != -1) {
mPhoneEdit.setTextColor(color);
}
int hintColor = a.getColor(R.styleable.IntlPhoneInput_textColorHint, -1);
if (hintColor != -1) {
mPhoneEdit.setHintTextColor(color);
}
a.recycle();
should be hint color
The text was updated successfully, but these errors were encountered:
should be hint color
The text was updated successfully, but these errors were encountered: