I have a textView where the text is dynamically added. My problem is that when I use gravity to focus the text, then it does not move because the width is set to "wrap_content".
What should I do to solve this problem?
You must set width to someone other than "wrap_content".
Comments
Post a Comment