Android Studio – Prevent text from wrapping into a new line in Android Studio
I am trying to display a textual histogram into a TextView in Android Studio but I don't want it to break the line of characters and separate them onto two lines, because it obviously ruins the histogram. I have the…