Hello Everyone.
I have a TextView that has text Dynamically Added to it. My problem is that when I use gravity for the centering the text, it doesn't move because the width is set to "wrap_content".
What should I do to resolve this issue?
Hello Everyone.
I have a TextView that has text Dynamically Added to it. My problem is that when I use gravity for the centering the text, it doesn't move because the width is set to "wrap_content".
What should I do to resolve this issue?
You're going to have to set the width to something other than "wrap_content".