What does this mean
@[+][package:]type:name
or this
@+id/my_id
?
What plus does? No detailed explanation in apidoc http://developer.android.com/reference/android/R.attr.html#id
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the id of an element from other packages. That’s how themes and other variable content works. They take resource from other packages.
The plus symbol, +, indicates that this is a new resource ID and the aapt tool will create a new resource integer in the R.java class, if it doesn’t already exist.
Refer:
http://developer.android.com/guide/topics/resources/layout-resource.html#idvalue