is there a possibility to make the title of an Android ActionBar scroll automatically (marquee) if it's too large?
You could try implementing my answer to this question and add android:ellipsize="marquee" to the TextView...? Worth a shot.
android:ellipsize="marquee"