Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get the graphical layout Window back in Eclipse for Android Application Design?

I dont know what happend, but i lost the Graphical Layout Window of the XML Layout that we are using in Eclipce to design the Android Application. I want that Design window back. I can see the xml code and every thing. . . But i want the Design Editor that is available as by default in the Eclipse after integration of the Android in it.

So how to get it back ???

like image 444
Shreyash Mahajan Avatar asked Oct 10 '11 04:10

Shreyash Mahajan


1 Answers

No one has answered my question, but by searching on Eclipse I got the answer:

I have to right click on the XML code layout and then select Open With Layout Editor. It will show me the Graphical Layout Editor for my Application and now I am able to see the graphical view on the XML layout files.

like image 110
Shreyash Mahajan Avatar answered Sep 22 '22 18:09

Shreyash Mahajan