From 8d25dddf8ad3fbcd385d77c6f4da802b714e48d6 Mon Sep 17 00:00:00 2001 From: Hemal Patel Date: Fri, 1 Jul 2016 13:33:14 -0700 Subject: Docs: Changed Blank Activity to Basic Activity As per Android Studio's latest version, Blank Activity is renamed to Basic Activity. Hence, fixed step 6 to reflect the change. Bug: 28177899 Change-Id: I824d60f936975645cd9116e8443771b68e132af9 --- .../training/basics/firstapp/creating-project.jd | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/html/training/basics/firstapp/creating-project.jd b/docs/html/training/basics/firstapp/creating-project.jd index e66237a2fdfe..4c2155b36314 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 -- cgit v1.2.3-59-g8ed1b