Move tags layout at the bottom, use multiple lines
This commit is contained in:
parent
fa1d7ffac3
commit
40a2df847b
3 changed files with 24 additions and 18 deletions
|
|
@ -154,8 +154,6 @@ public class DescriptionFragment extends BaseFragment {
|
|||
addMetadataItem(inflater, layout, false,
|
||||
R.string.metadata_category, streamInfo.getCategory());
|
||||
|
||||
addTagsMetadataItem(inflater, layout);
|
||||
|
||||
addMetadataItem(inflater, layout, false,
|
||||
R.string.metadata_licence, streamInfo.getLicence());
|
||||
|
||||
|
|
@ -177,6 +175,8 @@ public class DescriptionFragment extends BaseFragment {
|
|||
R.string.metadata_host, streamInfo.getHost());
|
||||
addMetadataItem(inflater, layout, true,
|
||||
R.string.metadata_thumbnail_url, streamInfo.getThumbnailUrl());
|
||||
|
||||
addTagsMetadataItem(inflater, layout);
|
||||
}
|
||||
|
||||
private void addMetadataItem(final LayoutInflater inflater,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue