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/appwidgets | |
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/appwidgets')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 78b5b51..b85d467 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -297,8 +297,7 @@ Guidelines</a>.</p> <p>Creating the App Widget layout is simple if you're familiar with <a -href="{@docRoot}guide/topics/ui/declaring-layout.html">Declaring Layout in -XML</a>. +href="{@docRoot}guide/topics/ui/declaring-layout.html">XML Layouts</a>. However, you must be aware that App Widget layouts are based on {@link android.widget.RemoteViews}, which do not support every kind of layout or view widget.</p> |