Hi all,
Is there a way to format the text in an EditText field easily? I am creating a field to hold an amount of money, so the field should support the format 123,45 EUR etc.
It should not allow entering values that can not be converted to an amount of money.
I am wondering if I can do this using the TextStyle property of the EditText object, but I've not been able to find any documentation on how to use it.
Best regards
Jesper Carstensen