Difference between “@id/” and “@+id/” in Android

前端 未结 13 2294
悲&欢浪女
悲&欢浪女 2020-11-22 01:20

What is the diffirence between the @id/ and @+id/?

In @+id/ the plus symbol

13条回答
  •  余生分开走
    2020-11-22 02:09

    @id/ and @android:id/ is not the same.

    @id/ referencing ID in your application, @android:id/ referencing an item in Android platform.

    Eclipse is wrong.

提交回复
热议问题