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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -