Skip to content

Pixel perfect drawable

Antoine Vianey edited this page Jun 15, 2015 · 1 revision

Because scaling ratio between densities is not always round integer (hdpi = 1,5 x mdpi), you might want your drawable not to be round at 0,5 pixel... causing blurry lines...

To avoid this, you can use the trick described here :

Clone this wiki locally