Increase podcast title max lines to 6 in info fragment.
This commit is contained in:
parent
b276c34942
commit
3ca0aaf92b
|
@ -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…
Reference in New Issue