Issue
I have developed an app that calculates a score. When text is appended to the TextView it moves slightly from its original location.
how can I stop it from moving and let it grow vertically downwards?
src="https://i.stack.imgur.com/1LqiE.png" alt="side by side comparison" />
Solution
just figured it out.
I was adding unnecessary lines by "\n" in my java code.
Answered By - Jan
Answer Checked By - David Marino (JavaFixing Volunteer)