I can see the Graphical Layout of the XML file within the /res/layout
folder, but not the ones inside my /res/layout/signup
folder. Does this mean I can only create XML layout files inside /res/layout
? The other tab when I open the XML files in /res/layout/signup
is "Structure," not "Graphical Layout." I'm using Eclipse, by the way.
Update: I tried moving the files from /res/layout/signup
to /res/layout
and now I can see their graphical layouts. So is this really a problem with the folders?