mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-25 17:40:33 +00:00
Using Strings
still need to find out why its null on the library
This commit is contained in:
parent
df2bb228c5
commit
9c00e7f45c
@ -276,7 +276,7 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> {
|
|||||||
}
|
}
|
||||||
} else { // Else : hide the uploader section
|
} else { // Else : hide the uploader section
|
||||||
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
||||||
headerUploaderName.setText("Auto-Generated (no uploader found)");
|
headerUploaderName.setText(R.string.playlist_no_uploader);
|
||||||
}
|
}
|
||||||
|
|
||||||
playlistCtrl.setVisibility(View.VISIBLE);
|
playlistCtrl.setVisibility(View.VISIBLE);
|
||||||
|
@ -428,6 +428,7 @@
|
|||||||
<string name="playlist_add_stream_success">Playlisted</string>
|
<string name="playlist_add_stream_success">Playlisted</string>
|
||||||
<string name="playlist_thumbnail_change_success">Playlist thumbnail changed.</string>
|
<string name="playlist_thumbnail_change_success">Playlist thumbnail changed.</string>
|
||||||
<string name="playlist_delete_failure">Could not delete playlist.</string>
|
<string name="playlist_delete_failure">Could not delete playlist.</string>
|
||||||
|
<string name="playlist_no_uploader">Auto-Generated (no uploader found)</string>
|
||||||
<!-- Players -->
|
<!-- Players -->
|
||||||
<string name="caption_none">No Captions</string>
|
<string name="caption_none">No Captions</string>
|
||||||
<string name="resize_fit">Fit</string>
|
<string name="resize_fit">Fit</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user