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 -

python - ValueError: could not convert string to float -

php - Laravel Get all child node count with condition -