background issue with styles and themes
问题 in attrs I have <attr name="bzz" format="color" /> then in theme <style name="mytheme" parent="android:Theme"> <item name="bzz">@color/aaa</item> </style> and in the code this works great tv.setBackgroundResource(R.color.aaa); but when I do this it gives me an error tv.setBackgroundResource(R.attr.bzz); I do not understand what is the problem, my logic is that I set the bzz as reference to color so that should work fine, but it does not :) it says like android.content.res.Resources