As you probably know, there are some icons on Github from Google to use. I wanted to implement a actionbar icon and saw this here(google.com/design) and this(dev.android.com).
- google.com/design tells me to use a 24dp icon
- dev.android.com sais I should use a 32dp icon
I myself implemented the 24dp one since it had a 24dp icon in the provided icons of Google. I put the icon in every folder by hand including xxxhdpi, xxhdpi, xhdpi, hdpi, mdpi but as you can see below the list-icon should be bigger as it is right now. (the list-icon ist the one below the battery icon)
So I checked out IO Schedule and there they have a 96px x 96px icon in a xxhdpi folder which totally confused me.
- which information is true? How should I implement my Icons? What's best practice?
- Any advice on automate all the icon versions? thanks