XML : Android Hello World Different From Development website

So I'm trying to following the website:

http://developer.android.com/training/basics/firstapp/building-ui.html

and I'm at the bit "Create a Linear Layout", the bit where it says:

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.

enter image description here

What have I done wrong?

No comments:

Post a Comment