Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse graphical layout preview gone

I used to be able to see a working preview of what my layout was going to look like in eclipse by clicking on "Graphical Layout" then i could click on another tab called like "main.xml" and see the actual xml code. Now i have 2 tabs called "Design" and "Source". How can I get my old view back again?

like image 229
clayton33 Avatar asked Dec 12 '22 08:12

clayton33


1 Answers

Try this: Right click on the XMLcode layout and then select open With Layout editor. It will show you the Graphical Layout Editor for your Application and then, you'll be able to see the Grapgical view that have coded by XML.

If you don't have Graphical Layout Editor as a choice, you can use Android Common XML Editor.

like image 172
Manu Avatar answered Dec 23 '22 07:12

Manu