salesforce-ux / theo

Theo is a an abstraction for transforming and formatting Design Tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android transform outputs "property" tag for size / string / number

JolandaVerhoef opened this issue · comments

Android doesn't know how to handle the property xml tag.

It expects specific tags like string, color, dimen, number. See the documentation.

We would expect Theo to output these specific tags instead of the generic property tag.