I'm trying to follow this website:
http://developer.android.com/training/basics/firstapp/building-ui.html
and I'm at the bit where it says "Create a Linear Layout":
The BlankActivity template you chose when you created this project includes the activity_my.xml file with a RelativeLayout root view and a TextView child view.
But there is no RelativeLayout or TextView in the activity_my.xml file.
What did I do wrong?