summaryrefslogtreecommitdiff
path: root/docs/html/training/basics/firstapp/creating-project.jd
diff options
context:
space:
mode:
authorHemal Patel <hemalp@google.com>2016-07-01 13:33:14 -0700
committerHemal Patel <hemalp@google.com>2016-07-11 15:00:03 -0700
commit8d25dddf8ad3fbcd385d77c6f4da802b714e48d6 (patch)
treec85017e97a1632b727fa324e5aad97f0572a1024 /docs/html/training/basics/firstapp/creating-project.jd
parent3c8b96ad1f1a42a5ae7bacd9234bcd6e7219a924 (diff)
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
Diffstat (limited to 'docs/html/training/basics/firstapp/creating-project.jd')
-rw-r--r--docs/html/training/basics/firstapp/creating-project.jd22
1 files changed, 15 insertions, 7 deletions
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.</p>
Activities</a> for more information.</p>
</div>
</div>
- <li>Under <strong>Add an activity to &lt;<em>template</em>&gt;</strong>, select <strong>Blank
- Activity</strong> and click <strong>Next</strong>.</li>
+ <li>Under <strong>Add an activity to &lt;<em>template</em>&gt;</strong>,
+ select <strong>Basic Activity</strong> and click <strong>Next</strong>.
+ </li>
+
<li>Under <strong>Customize the Activity</strong>, change the
- <strong>Activity Name</strong> to <em>MyActivity</em>. The <strong>Layout Name</strong> changes
- to <em>activity_my</em>, and the <strong>Title</strong> to <em>MyActivity</em>. The
- <strong>Menu Resource Name</strong> is <em>menu_my</em>.
- <li>Click the <strong>Finish</strong> button to create the project.</li>
+ <strong>Activity Name</strong> to <em>MyActivity</em>. The <strong>Layout
+ Name</strong> changes to <em>activity_my</em>, and the <strong>Title</strong>
+ to <em>MyActivity</em>. The <strong>Menu Resource Name</strong> is
+ <em>menu_my</em>.
+ </li>
+
+ <li>Click the <strong>Finish</strong> button to create the project.
+ </li>
</ol>
<p>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:</p>
string and color definitions.</dd>
</dl>
-<p>To run the app, continue to the <a href="running-app.html">next lesson</a>.</p>
+<p>
+ To run the app, continue to the <a href="running-app.html">next lesson</a>.
+</p> \ No newline at end of file