, . , , . Android Android Studio - MaskedEditText ( GitHub).
, : , "?" "", , "?" "". , :
build.gradle:
compile 'ru.egslava:MaskedEditText:1.0.5'
:
<br.com.sapereaude.maskedEditText.MaskedEditText
android:id="@+id/phone_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="phone"
android:typeface="monospace"
mask:allowed_chars="?*"
mask:mask="##########"
app:keep_hint="true"
/>
EditText, "?" "*" - 10. : -)