Merge pull request #5032 from peakvalleytech/display-full-podcast-title
Increase podcast title max lines to 6 in info fragment.
This commit is contained in:
commit
7878d0e140
|
@ -222,6 +222,7 @@ public class FeedInfoFragment extends Fragment implements Toolbar.OnMenuItemClic
|
||||||
.into(imgvBackground);
|
.into(imgvBackground);
|
||||||
|
|
||||||
txtvTitle.setText(feed.getTitle());
|
txtvTitle.setText(feed.getTitle());
|
||||||
|
txtvTitle.setMaxLines(6);
|
||||||
|
|
||||||
String description = HtmlToPlainText.getPlainText(feed.getDescription());
|
String description = HtmlToPlainText.getPlainText(feed.getDescription());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue