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
Post a Comment