I needed to double space edittext for a project and ended up writing some code to achieve this. An example is attached, I hope you find it useful.
You need to be aware that some functions, notably text input change, calls the _TextChanged method, so you may want to build in provision to exit if it causes problems.
This is very basic and does not take account of pasting from a clipboard, if you enable it you will need to amend the code.
It hasn't been tested to destruction so if you find any problems with it, please let me know.
Steve
You need to be aware that some functions, notably text input change, calls the _TextChanged method, so you may want to build in provision to exit if it causes problems.
This is very basic and does not take account of pasting from a clipboard, if you enable it you will need to amend the code.
It hasn't been tested to destruction so if you find any problems with it, please let me know.
Steve