diff options
author | Eric Schmidt <erschmid@google.com> | 2016-02-08 13:26:04 -0800 |
---|---|---|
committer | Eric Schmidt <erschmid@google.com> | 2016-02-08 13:26:04 -0800 |
commit | 2662633882117fbefe943c5189110efe74506232 (patch) | |
tree | c1df5fd6f25daac357916a90b33599f8b0e7a075 /docs/html/sdk | |
parent | 74916a5682e3cc0918067a3e3d4fd09f7404af6f (diff) |
docs: Fixed typo in 'Creating an Android Module'
Bug: 27071132
Change-Id: Ie3bf5f524c7753c5668e3cf89545892163a2596c
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/installing/create-project.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/create-project.jd b/docs/html/sdk/installing/create-project.jd index 68fd57250d17..c44f401bafc4 100644 --- a/docs/html/sdk/installing/create-project.jd +++ b/docs/html/sdk/installing/create-project.jd @@ -190,8 +190,8 @@ with complete source files for each of them as shown in figure 6.</p> <li>Select a <strong>Theme</strong>. This setting specifies which standard Android <a href="{@docRoot}design/style/themes.html">visual style</a> is applied to your application. Select activity template. For more information about Android code templates, see - <a href="{@docRoot}tools/projects/templates.html">Using Code Templates</a>Leave the <strong> - Create activity</strong> option checked so you can start your + <a href="{@docRoot}tools/projects/templates.html">Using Code Templates</a>. Leave the + <strong>Create activity</strong> option checked so you can start your application with some essential components. </li> <li>Click the check box for the required Support Libraries then click <strong>Next</strong>.</li> |