I have a android textview and I am setting 10 word sentence to it.
Now, I need to delete one word (say 4th word) without affecting the remaining word's positions/alignment.
Please refer below image. Also note, if am replacing that particular word with whitespaces, still alignment is slightly changing for remaining word's, as each character taking different width.
How can I achieve it using textview? Any help is much appreciated. Thanks.