Increase maxLines in FeedItemDialog

closes #448
This commit is contained in:
daniel oeh 2014-08-01 12:16:47 +02:00
parent df28eb6b04
commit 876b69d21c
1 changed files with 2 additions and 1 deletions

View File

@ -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"