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.
What have I done wrong?
No comments:
Post a Comment