Hi guys,
I have an EditText, input type is number, and its value is 250000.
When it get focus, I want display its value as 250000, but when it losses focus, I want to display its value as 250,000.
Since there is no getfocus event in EditText, is this possible to do that?
Thanks in advance.
I have an EditText, input type is number, and its value is 250000.
When it get focus, I want display its value as 250000, but when it losses focus, I want to display its value as 250,000.
Since there is no getfocus event in EditText, is this possible to do that?
Thanks in advance.