What is the diffirence between the @id/ and @+id/?
@id/
@+id/
In @+id/ the plus symbol
In Short
android:id="@+id/my_button"
+id Plus sign tells android to add or create a new id in Resources.
while
android:layout_below="@id/my_button"
it just help to refer the already generated id..