IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
279 stars 105 forks source link

Image resources for IITCm #218

Open johnd0e opened 5 years ago

johnd0e commented 5 years ago

I want to add more plugin panes to leftside drawer, and each plugin needs some unique icon. Currently it's possible to use icons from here: https://github.com/IITC-CE/ingress-intel-total-conversion/tree/master/mobile/app/src/main/res

I suppose it's just a matter of putting there more png files. Every file is expected in different dimensions: see subdirectories: drawable-hdpi/drawable-mdpi/drawable-xhdpi/drawable-xxhdpi.

It's not good just pick random png files from different sites, it'd better if all icons come from same source. But I failed to find exact origin of current files. I do not see them at https://github.com/google/material-design-icons.

So questions:

  1. What is the source of original files?
  2. Is it possible to use single svg instead of png of multiple dimensions? At material-design-icons I see drawable-anydpi-v21
modos189 commented 5 years ago
  1. Probably, icons are taken from old android guidelines. Need to replace it with material icons.

  2. As far as I know, there are problems with the use of svg icons in the android.

johnd0e commented 5 years ago

Ok, it'd be great