WildAid / o-fish-android

Android app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Apache License 2.0
22 stars 24 forks source link

Paperclip/pencil file duplicates #467

Closed o-fish-wildaid closed 2 years ago

o-fish-wildaid commented 3 years ago

Why are there so many files? why not just one of each? (see PR 360) The files for pencil and paperclip should be reused when possible. If we need different file formats or something, please let me know.

EduardHarutyunyan97 commented 2 years ago

@Sheeri @o-fish-wildaid

I saw that in project files there are no unused icons of pencil and paperclip. All assets are vector files. Vector files change their sizes dynamically, depending on screen size.

Sheeri commented 2 years ago

OK, great. Thanks for investigating.