using different icon for the 'All Episodes' fragment

This commit is contained in:
Tom Hennen 2015-04-16 19:04:59 -04:00
parent 0172951d4e
commit 6d3fe6dd3e
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ public class NavListAdapter extends BaseAdapter {
TypedArray ta = context.obtainStyledAttributes(new int[]{
R.attr.stat_playlist,
R.attr.ic_new,
// TODO: wouldn't be bad to have a different icon for queue and all episodes
R.attr.stat_playlist,
R.attr.feed,
R.attr.av_download,
R.attr.ic_history,
R.attr.content_new});