How do I prevent a TextView, or any visual object, from wrapping to the screen and instead have them chopped off the sides? Is there some XML attribute or code to do this or
textView.setHorizontallyScrolling(true); worked for me.
textView.setHorizontallyScrolling(true);