Is there a way to outsource values for xml sheets with a custom resource file holding floats/integers? It's a huge pain manually tweaking things such as stroke values for a mass amount of vector elements.
Example:
android:strokeWidth="@custom_resource/stroke_size"
As opposed to hard coding the same value every time like so:
android:strokeWidth="0.1"