From 3fcdae62aa524ac5c9f6bf6363603221892b7481 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 May 2013 14:50:03 +0400 Subject: ellipsize long feed titles --- res/layout/feeds_row.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res/layout/feeds_row.xml') diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml index 2bfb1b13..e52de2c2 100644 --- a/res/layout/feeds_row.xml +++ b/res/layout/feeds_row.xml @@ -27,6 +27,8 @@ android:layout_gravity="center_vertical" android:layout_weight="1" android:paddingLeft="8dip" + android:singleLine="true" + android:ellipsize="end" android:text="{FEED}" android:textColor="?feedlistTextColor" android:textSize="18dip" /> -- cgit v1.2.3-54-g00ecf