I am using the following code to display the text stored in the array:
AppUtil.popMessage(this, "Streaming song: " + selectedSong.getTitle());
But the full text is not shown because of the limited space.
How do I add a marquee scrolling to the Action Bar?