summaryrefslogtreecommitdiffstats
path: root/docs/html/resources/faq
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-09-13 16:40:52 -0700
committerScott Main <smain@google.com>2011-09-14 11:30:05 -0700
commitb10b48f62d3cac684424e4181d4e8ec61f227e95 (patch)
treee17133afb39aaa7dcdd2fffb878e6da618b4da27 /docs/html/resources/faq
parentcb18db8e7e43c4aa15aeb82dbab41ee3ee95f0b4 (diff)
downloadframeworks_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/resources/faq')
-rw-r--r--docs/html/resources/faq/commontasks.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/resources/faq/commontasks.jd b/docs/html/resources/faq/commontasks.jd
index b211db0..c72343a 100644
--- a/docs/html/resources/faq/commontasks.jd
+++ b/docs/html/resources/faq/commontasks.jd
@@ -268,7 +268,8 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data){
{@link android.app.Activity#finishActivity(int) Activity.finishActivity()}
on any screens that it opens to close them. </p>
<a name="listening" id="listening"></a><h2>Listening for Button Clicks</h2>
-<p>Button click and other UI event capturing are covered in <a href="{@docRoot}guide/topics/ui/ui-events.html">Handling UI Events</a> on the UI Design page.</p>
+<p>Button click and other UI event capturing are covered in <a
+href="{@docRoot}guide/topics/ui/ui-events.html">Input Events</a>.</p>
<a name="configurewindowproperties" id="configurewindowproperties"></a><h2>Configuring General Window Properties</h2>
<p>You can set a number of general window properties, such as whether to display
a title, whether the window is floating, and whether it displays an icon, by
@@ -543,7 +544,7 @@ focus to the notification before they can interact with it.</p>
which enables a dialog box with an embedded progress bar to send a &quot;I'm working
on it&quot; notification to the user. </p>
<a name="addmenuitems" id="addmenuitems"></a><h2>Adding Items to the Screen Menu</h2>
-<p>See <a href="{@docRoot}guide/topics/ui/menus.html">Creating Menus</a>.</p>
+<p>See <a href="{@docRoot}guide/topics/ui/menus.html">Menus</a>.</p>
<a name="webpage" id="webpage"></a><h2>Display a Web Page</h2>
<p>Use the {@link android.webkit.WebView webkit.WebView} object. </p>