uber / cyborg

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

Support linked values for dimensions/other appropriate values #13

Open benpious opened 6 years ago

benpious commented 6 years ago

Android allows linking another value instead of just a number. We should support supplying an object to provide this context when the drawable is created. Example: android:width="@dimen/ui__spacing_unit_4x".