android - Material.io provides wrong sizes? -


i've been using icons material.io android project. used 48dp resolution , put files in correct drawable folders, when ran "inspect code" got following warnings:

  • mdpi: expected 32x32, 48x48
  • hdpi: expected 48x48, 72x72
  • xhdpi: expected 64x64, 96x96
  • xxhdpi: expected 96x96, 144x144
  • xxxhdpi: expected 128x128, 192x192

why material.io provide wrong sizes? (or why android studio produce warning if sizes correct?)


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -