I have the latest version of Eclipse and the ADT. I created a new Android project and in the create wizard it asked me to create an Activity, I did. When the project loads, however, I don't have a main.xml file in res/layout. All I have is the activity.xml file for the activity I created. I even tried creating a project with no activity and I don't get the main.xml file.
Is this the way it should work now?