Mobile app version of vmapp.org
Login or Join
Pierce403

: How can I decide on a size of my Android drawables? I understand how big should my drawable be when it's displayed in a certain size, e.g. 24dp, 48dp etc. But what if the size was dynamic,

@Pierce403

Posted in: #Android #Dpi #MultipleSizes

I understand how big should my drawable be when it's displayed in a certain size, e.g. 24dp, 48dp etc. But what if the size was dynamic, for example, it takes up the half of the screen? In that case, there isn't a predetermined size, but it is rather calculated on-spot, and is different on different devices. So in which sizes should my drawables be, so that they're neither too big (it would cause performance issues), nor too small (it would be blurry)?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce403

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme