Android Question How to set EditText numeric with decimal comma

gdeppi

Member
Licensed User
Longtime User
I need to set an EditText to numeric with two decimal (for example 1234,00), but if I set INPUT_TYPE_DECIMAL_NUMBERS I can insert only the dot, not the comma.
Is there any way to do that? I mean, replacing point by comma?
Thanks.
 
Last edited:
Top