Currently we don't have any shortcut for [void setTextAppearance(Context, Int)](https://developer.android.com/reference/android/widget/TextView.html#setTextAppearance(android.content.Context, int)) as it takes Context as one of args. Is there any way to support this by Scaloid DSL?
Because it refers to another attr, it's hard to be automatically converted from XML.