wwcodekl / project-miki-android

An Android application to allow user the ability to split bill by taking a photo of the receipt after those gatherings with friends and family in a fun and simple way!
0 stars 12 forks source link

Use Vector drawables instead of pngs or jpgs #8

Open PiSolve opened 7 years ago

PiSolve commented 7 years ago
arynchoong commented 7 years ago

There's a tradeoff, vector drawables are heavy on processing. Lollipop (API 21) does not support SVG, not without heavy compatibility support. All the icons used thus far are from Google's material icon, they have SVG format for icons used.