Reputation: 2069
I am following a tutorial on Android Development, their video shows "layout lines" in the graphical layout. Such as when you place a LinearLayout you can see a light line around it so that it is obvious on screen.
The tutorial shows a button alongside the Zoom buttons above the editor that turns these lines on and off. However I do not have this button in Eclipse (latest version for java devs), I have googled and googled but can not find how to turn this on.
Any ideas?
Upvotes: 2
Views: 1100
Reputation: 2069
I have had my question answered on another site, so I will provide the answer here also for anyone who stumbles across this page.
It seems that the feature I was seeking has actually been removed from the more recent (v16 and v17) copies of the ADT. I do not know why as it is actually a useful feature, but ours is not to reason why!
Thank you to those who looked at this question.
Upvotes: 3
Reputation: 14058
It is a functionality of the newer ADTs. Upgrade your Adt to the latest one and you would start seeing this feature.
Upvotes: 0