Search code examples
androidandroid-widgetandroid-actionbarandroid-scroll

Autoscrollable title in Android Actionbar (Marquee)


is there a possibility to make the title of an Android ActionBar scroll automatically (marquee) if it's too large?


Solution

  • You could try implementing my answer to this question and add android:ellipsize="marquee" to the TextView...? Worth a shot.