Android Question EditText - it's possible to have a custom Input Type?

mmanso

Active Member
Licensed User
Longtime User
Hi there,

I've a dialog with several EditText fields. The default input types are:

screenshot_2021-03-02 09_15_03.png


It's possible to have a input type named "IP ADDRESS" that allows to use numbers and several "." ? Decimal numbers allow numbers but only a single "."

Thanks.
 
Top