summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-08-01 12:16:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-08-01 12:16:47 +0200
commit876b69d21c1b967a57b616b6bd9cc99e015ea34c (patch)
treed54102cd98171acd97d1afcddb45718eddeb11a6 /res
parentdf28eb6b04a4d1a668e4e4b20c70f24a43aa84ce (diff)
downloadAntennaPod-876b69d21c1b967a57b616b6bd9cc99e015ea34c.zip
Increase maxLines in FeedItemDialog
closes #448
Diffstat (limited to 'res')
-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 7d05603e8..c8dca8460 100644
--- a/res/layout/feeditem_dialog.xml
+++ b/res/layout/feeditem_dialog.xml
@@ -11,7 +11,8 @@
android:layout_margin="16dp"
android:id="@+id/txtvTitle"
android:layout_alignParentTop="true"
- style="@style/AntennaPod.Dialog.Title"/>
+ style="@style/AntennaPod.Dialog.Title"
+ android:maxLines="10"/>
<View
android:id="@+id/title_divider"