Add avatar and bannner URLs to channel About tab
This commit is contained in:
parent
013d513450
commit
1061bce4f3
2 changed files with 7 additions and 0 deletions
|
|
@ -88,5 +88,10 @@ public class ChannelAboutFragment extends BaseDescriptionFragment {
|
|||
addMetadataItem(inflater, layout, false, R.string.metadata_subscribers,
|
||||
Localization.localizeNumber(context, channelInfo.getSubscriberCount()));
|
||||
}
|
||||
|
||||
addMetadataItem(inflater, layout, true, R.string.metadata_avatar_url,
|
||||
channelInfo.getAvatarUrl());
|
||||
addMetadataItem(inflater, layout, true, R.string.metadata_banner_url,
|
||||
channelInfo.getBannerUrl());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue