aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-09-28 22:16:36 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-28 22:16:36 +0200
commit767e7bae897f378a8611d12520a82a082734f3e1 (patch)
treeddace69b0999974748d2e6881bef3d8c081bc97f /src/main/res
parentae816dd011ac0e1b2802f251e57a489afaa256fe (diff)
don't scroll actionbar titles
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/ab_title.xml6
1 files changed, 2 insertions, 4 deletions
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"