Hello everyone!
I have an
EditText
field with the keyboard set to
DECIMAL_NUMBERS
. I want to take the input as float and place it in a JSON.
I need the decimal point to be a "," (European style) instead of "." (USA style).
The "," cannot be pressed now at all.
I ve seed
this solution, but it doesnt work with the interface.
I want the user to be able to use "," instead of "." and not just change the input afterwards.
I thought that perhaps there is a regional setting to fix that. If not is there another way??
Thanks in advance.