0

i have made List View with icon

so my question is which size of icon i mean mdpi ldpi hdpi

should i use??

Parth Bhatti
  • 468
  • 1
  • 7
  • 19

1 Answers1

-1
  • hdpi = 72x72
  • mdpi = 48x48
  • xhdpi = 96x96
  • xxhdpi = 144x144
  • xxxhdpi = 192x192

Someone answered the exact same question here too.

Nevermind, I'm answering the wrong questions :) The answer above is for launcher icons.

You should follow material design rules.

You can check out the recommended resolutions/padding for icons in listviews there.

Noel Bautista
  • 175
  • 1
  • 12