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?
just figured it out.
I was adding unnecessary lines by "\n" in my java code.