I'm trying to get the id of an attribute programmatically, for example:
val attr = R.attr.textAppearanceHeadline1
Is there anyway to get "textApperanceHeadline1" (the name of the attribute reference) from the variable attr
?
I'm trying to get the id of an attribute programmatically, for example:
val attr = R.attr.textAppearanceHeadline1
Is there anyway to get "textApperanceHeadline1" (the name of the attribute reference) from the variable attr
?