There are two case:
1) You open that file by Text Editor. That default of Eclipse (and you have it before you install ADT). This is fast but not trivial to add/edit something in Android. With this case, nothing can done. (mean you can not use ADT layout editor to fix it) Just close the tab and do other thing (That I will say later)
2) You have changed to Text Mode. With your question, I think you don't know that Android layout editor has two mode: one for graphic and one for text (same with above). For this case, you should close this tab to have same case with above :D
Fix:
Choose your layout xml file. Right click choose open with and choose Android layout editor.
You will see :

As you see in picture above (I color two tab), you just click to each tab and see magically. ( I think :P). (In your case, click to Graphical Layout)
Notes: this trick will same with many others in Android (Android Manifest file... ) as you will see when choose open with.
Hope that will help you. Before that, I have met error like you. ;)