diff --git a/docs/html/training/basics/firstapp/creating-project.jd b/docs/html/training/basics/firstapp/creating-project.jd index e66237a2fdfe7..4c2155b363143 100644 --- a/docs/html/training/basics/firstapp/creating-project.jd +++ b/docs/html/training/basics/firstapp/creating-project.jd @@ -93,13 +93,19 @@ lesson.

Activities for more information.

-
  • Under Add an activity to <template>, select Blank - Activity and click Next.
  • +
  • Under Add an activity to <template>, + select Basic Activity and click Next. +
  • +
  • Under Customize the Activity, change the - Activity Name to MyActivity. The Layout Name changes - to activity_my, and the Title to MyActivity. The - Menu Resource Name is menu_my. -
  • Click the Finish button to create the project.
  • + Activity Name to MyActivity. The Layout + Name changes to activity_my, and the Title + to MyActivity. The Menu Resource Name is + menu_my. + + +
  • Click the Finish button to create the project. +
  • Your Android project is now a basic "Hello World" app that contains some default files. Take a @@ -180,4 +186,6 @@ moment to review the most important of these:

    string and color definitions. -

    To run the app, continue to the next lesson.

    +

    + To run the app, continue to the next lesson. +

    \ No newline at end of file