summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author Hemal Patel <hemalp@google.com> 2016-07-11 23:32:21 +0000
committer android-build-merger <android-build-merger@google.com> 2016-07-11 23:32:21 +0000
commite9ec18cd9fa62993e4e005cf43f664d1d95ccf4b (patch)
treecc089ef3edaa3f69897a1e2c075038c9481f691b /docs
parent79a3f25ce43d27c2fa74b9c1294b6086f1ae8d15 (diff)
parent92c664b13d2bc3f6be80f5b7ab7fd0b01b42e149 (diff)
Merge \\"Docs: Changed Blank Activity to Basic Activity\\" into mnc-io-docs am: 93dd99c6aa
am: 92c664b13d Change-Id: I52034f812994545893e6e4e8a9de9de79f593bb2
Diffstat (limited to 'docs')
-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