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/topics/fundamentals | |
| parent | cb18db8e7e43c4aa15aeb82dbab41ee3ee95f0b4 (diff) | |
| download | frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.zip frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.gz frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.bz2 | |
docs: remove gerunds from UI dev guides and resolve linkbacks
Change-Id: Idc8b017aa202dd2dc6240eb348a7a89a6369ff55
Diffstat (limited to 'docs/html/guide/topics/fundamentals')
| -rw-r--r-- | docs/html/guide/topics/fundamentals/fragments.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/fundamentals/fragments.jd b/docs/html/guide/topics/fundamentals/fragments.jd index 3908a7c..8f61945 100644 --- a/docs/html/guide/topics/fundamentals/fragments.jd +++ b/docs/html/guide/topics/fundamentals/fragments.jd @@ -631,8 +631,9 @@ selects a menu item. If the activity's implementation of the on-item-selected ca handle the selected item, then the event is passed to the fragment's callback. This is true for the Options Menu and context menus.</p> -<p>For more information about menus, see <a href="{@docRoot}guide/topics/ui/menus.html">Creating -Menus</a> and <a href="{@docRoot}guide/topics/ui/actionbar.html">Using the Action Bar</a>.</p> +<p>For more information about menus, see the <a +href="{@docRoot}guide/topics/ui/menus.html">Menus</a> and <a +href="{@docRoot}guide/topics/ui/actionbar.html">Action Bar</a> developer guides.</p> |
