diff options
author | Scott Main <smain@google.com> | 2011-09-13 16:40:52 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-09-14 11:30:05 -0700 |
commit | b10b48f62d3cac684424e4181d4e8ec61f227e95 (patch) | |
tree | e17133afb39aaa7dcdd2fffb878e6da618b4da27 /docs/html/guide/tutorials | |
parent | cb18db8e7e43c4aa15aeb82dbab41ee3ee95f0b4 (diff) |
docs: remove gerunds from UI dev guides and resolve linkbacks
Change-Id: Idc8b017aa202dd2dc6240eb348a7a89a6369ff55
Diffstat (limited to 'docs/html/guide/tutorials')
-rw-r--r-- | docs/html/guide/tutorials/notepad/notepad-ex2.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/notepad/notepad-ex2.jd b/docs/html/guide/tutorials/notepad/notepad-ex2.jd index 854731fa0dc5..fed40abb267e 100644 --- a/docs/html/guide/tutorials/notepad/notepad-ex2.jd +++ b/docs/html/guide/tutorials/notepad/notepad-ex2.jd @@ -299,7 +299,8 @@ case ACTIVITY_EDIT: in real Android applications.</p> <p>Creating a good UI is part art and part science, and the rest is work. Mastery of <a - href="{@docRoot}guide/topics/ui/declaring-layout.html">Declaring Layout</a> is an essential part of creating + href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a> is an essential part of +creating a good looking Android application.</p> <p>Take a look at the <a href="{@docRoot}resources/tutorials/views/index.html">Hello Views</a> |