enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
88 stars 154 forks source link

Added SVG resource file for Icon #702

Closed Akash-Ramjyothi closed 9 months ago

Akash-Ramjyothi commented 3 years ago

Fixes: #701

Description:

Replaced the existing PNG (Portable Network Graphics) resource file with an existing SVG (Scalable Vector Graphics) resource file without altering the Texture to improve scalability across various screens.

Link for currently used PNG: https://github.com/enviroCar/enviroCar-app/blob/master/org.envirocar.app/res/drawable-hdpi/ic_drive_eta_black_24dp.png

Link for SVG: https://github.com/enviroCar/enviroCar-app/blob/master/org.envirocar.app/res/drawable/ic_directions_car_black_24dp.xml

Akash-Ramjyothi commented 2 years ago

@SebaDro sir please review it.

Akash-Ramjyothi commented 2 years ago

@SebaDro @arvindnegi1 @bpross-52n can you please review it before it gets superseded?

Akash-Ramjyothi commented 2 years ago

@asaikarthikeya I have successfully rebased it onto develop. Thank you for approving. Can you please Merge this PR?

SebaDro commented 9 months ago

Will be closed due to the same reason as #898