Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Android design view of res/values/strings.xml not working anymore

This was working fine when I first started the project. I am referring to editing/adding to the strings.xml file. It used to display a design and XML tab that allowed me to update it. now its just showing up as a table. Any ideas? I don't understand how I could have messed this up. I did check in another project of mine and I am getting the same results so I don't think it has anything to do with the XML.

Any ideas? Thanks!

like image 677
bursk Avatar asked Dec 17 '22 21:12

bursk


1 Answers

Just right-click the XML file, that way, you can specify which editor to open it with. That'll do the trick! It should also remember your last choice, so the next time you double-click it, it should use that editor.

like image 62
EboMike Avatar answered Dec 28 '22 07:12

EboMike