Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Eclipse with Android layout's main.xml?

I'm trying to design a layout, statically. I wrote an xml file and I'm, now, modifying it under Graphical Layout mode. However, when I switch back to the XML Editor and scroll through the code, the code seems to change automatically. I even tried refreshing the file from package explorer but still in vain. Now, I know this issue since long but had neglected it. How to avoid such a thing from happening? Thanks.

share|improve this question
There are a million duplicates of this question. – Jimpanzee Sep 3 '12 at 14:56

marked as duplicate by casperOne Sep 4 '12 at 15:12

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

up vote 1 down vote accepted

my advise is don't do any modification under the Graphical Layout only inside the XML Editor, the Android support from Graphical Layout is a bit lame , i do all my modification from the Xml Editor

share|improve this answer
Set Off the option: Preferences | Android | Editors | "Automatically format the XML edited by the visual layout editor" and you should be OK. With this option OFF and with Juno - the latest version - I don't seem to have this problem anymore with the Graphical Editor but I still do have it with the AndroidManifest.xml file; which use another editor. – SylvainL Sep 18 '12 at 16:07

Not the answer you're looking for? Browse other questions tagged or ask your own question.