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
For example from my app:
<com.github.pinball83.maskededittext.MaskedEditText
android:id="@+id/met_series_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"
app:mask="S: cccc N: cccccc"
app:notMaskedSymbol="c"
android:singleLine="true"
android:hint="@string/passport_field_number"/>
At runtime i can enter . , : spaces. And i can enter N, S symbols from keyboard at genymotion emulator runtime.
The text was updated successfully, but these errors were encountered:
For example from my app:
<com.github.pinball83.maskededittext.MaskedEditText
android:id="@+id/met_series_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="number"
app:mask="S: cccc N: cccccc"
app:notMaskedSymbol="c"
android:singleLine="true"
android:hint="@string/passport_field_number"/>
At runtime i can enter . , : spaces. And i can enter N, S symbols from keyboard at genymotion emulator runtime.
The text was updated successfully, but these errors were encountered: