mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-30 18:34:50 +01:00
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);
|
||||
|
||||
txtvTitle.setText(feed.getTitle());
|
||||
txtvTitle.setMaxLines(6);
|
||||
|
||||
String description = HtmlToPlainText.getPlainText(feed.getDescription());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user