From 767e7bae897f378a8611d12520a82a082734f3e1 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Wed, 28 Sep 2016 22:16:36 +0200 Subject: don't scroll actionbar titles --- src/main/res/layout/ab_title.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/res') diff --git a/src/main/res/layout/ab_title.xml b/src/main/res/layout/ab_title.xml index 2d08ab3a3..1143ad798 100644 --- a/src/main/res/layout/ab_title.xml +++ b/src/main/res/layout/ab_title.xml @@ -10,8 +10,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:singleLine="true" - android:ellipsize="marquee" - android:marqueeRepeatLimit="marquee_forever" + android:ellipsize="end" android:scrollHorizontally="true" android:gravity="start|center_vertical" android:textColor="@color/grey200" @@ -24,8 +23,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:singleLine="true" - android:ellipsize="marquee" - android:marqueeRepeatLimit="marquee_forever" + android:ellipsize="end" android:scrollHorizontally="true" android:layout_below="@android:id/text1" android:textSize="12sp" -- cgit v1.2.3