Reputation: 3581
I am using Eclipse Juno because of the theme features of this platform. All is well, then I get this difficulty in Android development. When we create a view on the editor there are 2 tabs in the .xml
file, "Graphical Layout" and "XML source". But after I've change my theme, I can't find these tabs...
Is there a shortcut in order to switch between the two views?
Upvotes: 1
Views: 581
Reputation: 22070
Use AltF7 to switch to the next page in a multi page editor, AltShiftF7 to switch to the previous page.
Upvotes: 2