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.

I'm surely not the first one noticed the problem below:

when using the graphical layout to drug some views into the layout preview, then trying to make some changes directly on the xml file - the lines messing around in strange annoying way. only close and re-open eclipse helps to stop the weird behavior.

someone have a clue how to fix this problem?

is there any plugin prevents it?

TIX

share|improve this question

3 Answers

up vote 2 down vote accepted

I faced similar problem. I could not find a better solution than this:

  1. Add views using Graphical Layout.
  2. Save the file.
  3. Close it.
  4. Reopen it and then make changes to it.
share|improve this answer
so you saying this problem can't be solve, but I don't have to close eclipse, but only the problematic file? – Tal Kanel Jun 15 '12 at 12:43
He's saying that you don't need to close eclipse, only the open file. As for solve the bug, you should file a bug for android eclipse plugin. – nininho Jun 15 '12 at 12:47
@Tal Kanel nininho is right. You have to close the xml file on which you are working. Not the entire eclipse. Then reopen it. – FireAndIce Jun 15 '12 at 15:38
Yes, the solution works. Such an annoyance... – 2dvisio Jul 3 '12 at 11:26

It's Common in Eclipse.

Myself too faced this issue.

No Need to restart the Eclipse,just Close the xml and re-open the same. It works like charm

share|improve this answer

I have experience the same problems. For me, the solution is to change the theme in the layout editor to a default one, such as Holo.light. It solved the problem.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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