Ctrl Left click in Android Studio shows multi declaration of same variable with @+ -


in android studio 1.3.1 , before that, noticed ctrl+left_click in java code r.id.myet takes me location attribute located in xml file. gives more 1 choice, particularly when there edittext has @+id/myet , same id used in edittext attribute

android:nextfocusforward="@+id/myet 

one listing each @+, when remove "+" nextfocusforward attribute take me @+/myet, break nextfocusforward functionality. how can nextfocusforward work without having add "+", or android studio take me view myet , not view nextfocusforward attribute set @+id/myet?


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -