-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First char has black color #57
Comments
Copy the below code and replace them in the MaskedEditText.java- @OverRide
private CharSequence makeMaskedTextWithHint(boolean typing) {
|
Первый элемент строки окрашивается в черный цвет, если маска выглядит следующим образом:
<br.com.sapereaude.maskedEditText.MaskedEditText
android:layout_width="match_parent"
android:layout_height="match_parent"
android:singleLine="true"
android:id="@+id/phone"
android:inputType="phone"
android:typeface="monospace"
mask:allowed_chars="1234567890"
mask:mask="(###)###-##-##"
android:hint="XXXXXXXXXX"
/>
В таком случае, скобка горит черным
Подскажите, пожалуйста, это баг или необходимо как-то настроить элемент?
The text was updated successfully, but these errors were encountered: