diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-08-01 12:16:47 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-08-01 12:16:47 +0200 |
commit | 876b69d21c1b967a57b616b6bd9cc99e015ea34c (patch) | |
tree | d54102cd98171acd97d1afcddb45718eddeb11a6 /res/layout | |
parent | df28eb6b04a4d1a668e4e4b20c70f24a43aa84ce (diff) | |
download | AntennaPod-876b69d21c1b967a57b616b6bd9cc99e015ea34c.zip |
Increase maxLines in FeedItemDialog
closes #448
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/feeditem_dialog.xml | 3 |
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" |