What is the diffirence between the @id/ and @+id/?
@id/
@+id/
In @+id/ the plus symbol
@id/ and @android:id/ is not the same.
@android:id/
@id/ referencing ID in your application, @android:id/ referencing an item in Android platform.
Eclipse is wrong.