I have a TextView on a layout configured at a fixed width and set to a single line mode. The text property is set to a string that takes much more horizontal space to display than the width of the TextView. The user interface allows for easy scrolling of the text left and right so that any given portion of the string can be seen in the View.
I would like to place small marker graphics to the right and left of the text view to show that the text on either side of the View is scrolled beyond the borders. How can I query the TextView to determine if the text string spills beyond either the left or right border?