using different icon for the 'All Episodes' fragment
This commit is contained in:
parent
0172951d4e
commit
6d3fe6dd3e
|
@ -47,8 +47,7 @@ public class NavListAdapter extends BaseAdapter {
|
||||||
TypedArray ta = context.obtainStyledAttributes(new int[]{
|
TypedArray ta = context.obtainStyledAttributes(new int[]{
|
||||||
R.attr.stat_playlist,
|
R.attr.stat_playlist,
|
||||||
R.attr.ic_new,
|
R.attr.ic_new,
|
||||||
// TODO: wouldn't be bad to have a different icon for queue and all episodes
|
R.attr.feed,
|
||||||
R.attr.stat_playlist,
|
|
||||||
R.attr.av_download,
|
R.attr.av_download,
|
||||||
R.attr.ic_history,
|
R.attr.ic_history,
|
||||||
R.attr.content_new});
|
R.attr.content_new});
|
||||||
|
|
Loading…
Reference in New Issue