Autoscrollable title in Android Actionbar (Marquee)

android, android-actionbar, android-scroll, android-widget

Solution

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

Problem

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

Original source

Related problems