Search code examples
androideclipsetextviewadt

TextView keeps moveing when text is added?


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?

side by side comparison


Solution

  • just figured it out.

    I was adding unnecessary lines by "\n" in my java code.