I’m very new to Android (started yesterday) and so far so good, but one problem I’m having is that when I click on a UI element (“form widget”) in the graphical layout view, the properties window doesn’t correctly update to reflect the element I have selected.
Am I doing something wrong? I tried restarting Eclipse. Perhaps, there is another way to get the properties window to reflect the currently selected UI element?
— Derek
In the graphical mode, there are often overlapping UI elements. So, when you select something, it may actually be selecting the topmost element. To select the object you want, try selecting it from the properties window itself (such as the layout or the view).