I'm looking to get the pointing reference from an attribute via code. In my xml layouts I can easily get the referenced drawable like this:
android:background="?attr/listItemBackground"
The attribute reference is set by my Theme. I'm looking to see if it's possible to get that referenced drawable via code.
I can work around this by creating style attr and reading the value inside a custom view but in this case I want to figure out if this is possible without doing all that. I would think it would be possible but I haven't found ways to get that attribute reference.
Thanks!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…