uber / cyborg

Display Android Vectordrawables on iOS.
Apache License 2.0
302 stars 19 forks source link

Improve sample app #53

Closed benpious closed 5 years ago

benpious commented 5 years ago

Add the ability to add and delete colors from themes and resources.

Also fixes an issue where the import button wouldn't work on real devices.

I'm not happy with how the data flow works with having to pass Preferences around repeatedly, but that can be addressed later.

The color editor could also be improved by showing the user a preview of the color that's currently set, or saving the raw string instead of an int.