From d69727a894d32c23fae4e966f98d54634bb252f6 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 14 Jan 2014 20:01:00 -0800 Subject: #49 Scroll album title if too long --- res/layout/select_album_header.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/select_album_header.xml b/res/layout/select_album_header.xml index 14bdf365..8f5883bf 100644 --- a/res/layout/select_album_header.xml +++ b/res/layout/select_album_header.xml @@ -30,7 +30,16 @@ android:textAppearance="?android:attr/textAppearanceLarge" android:textStyle="bold" android:singleLine="true" - android:ellipsize="end"/> + android:ellipsize="marquee" + android:marqueeRepeatLimit="marquee_forever" + android:scrollHorizontally="true" + android:focusable="true" + android:focusableInTouchMode="true"> + + +