diff options
author | Scott Main <smain@google.com> | 2011-10-03 16:06:47 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-10-03 16:06:47 -0700 |
commit | d87448f7a7b6e3b05dc7d4248f79f5a5285a7435 (patch) | |
tree | fc3d9d6e5ff4e4f40ce4d67c9a85d2bfc169bec6 /docs/html/guide/topics/appwidgets | |
parent | 0535bfb25480eba1df5a4ee9ce8930929d5add07 (diff) | |
parent | b10b48f62d3cac684424e4181d4e8ec61f227e95 (diff) | |
download | frameworks_base-d87448f7a7b6e3b05dc7d4248f79f5a5285a7435.zip frameworks_base-d87448f7a7b6e3b05dc7d4248f79f5a5285a7435.tar.gz frameworks_base-d87448f7a7b6e3b05dc7d4248f79f5a5285a7435.tar.bz2 |
Merge "docs: remove gerunds from UI dev guides and resolve linkbacks"
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 22283cd..20ce701 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> |