summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-17 10:44:38 +0300
committerAndrew Dolgov <[email protected]>2015-07-17 10:44:38 +0300
commit0c7250442137bcd07bbaf1f8fff847218ba53c41 (patch)
tree7c7b0c56dac60697637b33d6b79d27b60e24d0ef /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent1264f3043c7cb869c13a2b2534bba639d57e0aea (diff)
limit headline row titles to 3 lines
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index dd991872..cca55565 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -74,7 +74,9 @@
android:text="Sample entry title"
android:textColor="?headlineUnreadTextColor"
android:textSize="18sp"
- android:textStyle="bold" />
+ android:textStyle="bold"
+ android:ellipsize="end"
+ android:maxLines="3" />
<LinearLayout
android:layout_width="match_parent"