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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -