summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-10-09 21:29:30 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-10-09 21:29:30 +0200
commitbaa7d5f11283cb7668d45b561af5d38f0ccb9632 (patch)
tree21cb976e8f2a948dae44bc014fb2c6ed62f81157 /res/layout
parenta8bf235017d5896c0691ad056727dafc72c63596 (diff)
parent4d622cb27ab54dc081d81285128b9c70f8dd37ac (diff)
downloadAntennaPod-baa7d5f11283cb7668d45b561af5d38f0ccb9632.zip
Merge branch 'develop'0.9.9.4
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditem_dialog.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/feeditem_dialog.xml b/res/layout/feeditem_dialog.xml
index c8dca8460..e4a37d685 100644
--- a/res/layout/feeditem_dialog.xml
+++ b/res/layout/feeditem_dialog.xml
@@ -12,7 +12,8 @@
android:id="@+id/txtvTitle"
android:layout_alignParentTop="true"
style="@style/AntennaPod.Dialog.Title"
- android:maxLines="10"/>
+ android:maxLines="5"
+ android:ellipsize="none"/>
<View
android:id="@+id/title_divider"