We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, Dear Developer. Using the following code and format
<com.santalu.maskedittext.MaskEditText android:id="@+id/maskEditText" android:layout_width="match_parent" android:layout_height="50dp" android:layout_marginStart="21dp" android:layout_marginLeft="21dp" android:layout_marginTop="25dp" android:layout_marginEnd="21dp" android:layout_marginRight="21dp" android:background="@drawable/rounded_input_phone_pass" android:hint="Telephone nomery" android:inputType="phone" android:paddingLeft="23dp" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/imageView2" app:met_mask="+8(###) ### - ## - ##" /> After first delete numbers in mask. Happend this:
The text was updated successfully, but these errors were encountered:
Hi, please upgrade to the latest version.
Checkout README for more instructions
Sorry, something went wrong.
Thank you very much!!!
santalu
No branches or pull requests
Hello, Dear Developer.
Using the following code and format
<com.santalu.maskedittext.MaskEditText
android:id="@+id/maskEditText"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginStart="21dp"
android:layout_marginLeft="21dp"
android:layout_marginTop="25dp"
android:layout_marginEnd="21dp"
android:layout_marginRight="21dp"
android:background="@drawable/rounded_input_phone_pass"
android:hint="Telephone nomery"
android:inputType="phone"
android:paddingLeft="23dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/imageView2"
app:met_mask="+8(###) ### - ## - ##" />
After first delete numbers in mask. Happend this:
The text was updated successfully, but these errors were encountered: