Shouldn’t this:
@+id/crime_title
Be:
@id/crime_title
Since we are not creating a new id, we are referring to an existing id?
Shouldn’t this:
@+id/crime_title
Be:
@id/crime_title
Since we are not creating a new id, we are referring to an existing id?
It shouldn’t.
The @+id
is necessary because we are referring to an id that has not yet been declared yet within the file. It’s declaration is below.