UdacityAndroidDevScholarship / gis-2k18

This application is a collaborative project made by the Google Udacity Android Developer Scholars.
49 stars 85 forks source link

Replace png icons with xxhdpi, xhdpi, hdpi, mdpi and ldpi drawables in the project #58

Closed knightcube closed 6 years ago

knightcube commented 6 years ago

There are several icons that are in png format in the project. It should be replaced with proper sized drawables. You can take help from here to do so - https://medium.com/code-yoga/create-drawables-from-a-large-scale-image-automatically-2128dde61ad9

RajaParikshit commented 6 years ago

Can I work on this

knightcube commented 6 years ago

Sure go ahead!

RajaParikshit commented 6 years ago

Thank you so much !!!

sud8443 commented 6 years ago

@knightcube can you just list the replacements. It will be easier in this way.

knightcube commented 6 years ago

replace all the png images with drawables. By the way RajaParikshit is working on this issue sud8443....kindly create another issue or go for solving the already existing issues

intkhabahmed commented 6 years ago

@knightcube I will recommend to create only xxxhdpi, xxhdpi and mdpi and ignore xhdpi, hdpi, ldpi. It will save memory. See this video https://www.youtube.com/watch?v=u5xP4tFQlkA&t=142s