Increase podcast title max lines to 6 in info fragment.

This commit is contained in:
peakvalleytech 2021-03-12 20:00:42 -08:00
parent b276c34942
commit 3ca0aaf92b
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ public class FeedInfoFragment extends Fragment implements Toolbar.OnMenuItemClic
.into(imgvBackground);
txtvTitle.setText(feed.getTitle());
txtvTitle.setMaxLines(6);
String description = HtmlToPlainText.getPlainText(feed.getDescription());