In particular XML nodes hierarchy eg. DrawerLayout->RelativeLayout->ImageButton autocomplete does not work as expected. Suggestion list contains invalid items. Eg. android:src
is not shown inside ImageButton
while it should be.
Invalid proposals:
On the other hand if hierarchy is RelativeLayout->RelativeLayout->ImageButton then everything is OK.
Valid proposals:
I've already tried:
- reopening XML file - no effect
- reopening project - no effect
- restarting eclipse - no effect