AlmogBaku / IntlPhoneInput

International phone input for Android
Other
164 stars 96 forks source link

Error Hint Color #27

Open king89 opened 7 years ago

king89 commented 7 years ago
   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