I would like to know how these tags work in android xml. for instance in styling
style="?android:attr/buttonBarButtonStyle"
and style="@android:attr/buttonBarButtonStyle"
I've tried to find out my self but these tags gave me almost same result in my previous project. couldn't find out the clear answer on the internet though
and sometimes the android layout xml id's are different @id/
and @+/id?
, stating with +
sign what is the reason behind that?
Any pioneered Android Dev's in this field?