diff options
author | Katie McCormick <kmccormick@google.com> | 2011-11-01 16:33:03 -0700 |
---|---|---|
committer | Katie McCormick <kmccormick@google.com> | 2011-11-01 16:49:23 -0700 |
commit | f99c887ae60a3733bf87da4ae54f859f18bb774e (patch) | |
tree | 345a511b55084dbb37469f009ca690c63911aa74 /docs | |
parent | f13313a073ad3f3c4e91baa4adbfdec66395065e (diff) | |
download | frameworks_base-f99c887ae60a3733bf87da4ae54f859f18bb774e.zip frameworks_base-f99c887ae60a3733bf87da4ae54f859f18bb774e.tar.gz frameworks_base-f99c887ae60a3733bf87da4ae54f859f18bb774e.tar.bz2 |
Doc Update: Update list of widget classes
Change-Id: I820848b45e991be6e5b7e7bc2f280caf60fb7f7e
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/appwidgets/index.jd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/html/guide/topics/appwidgets/index.jd b/docs/html/guide/topics/appwidgets/index.jd index 20ce701..61337b7 100644 --- a/docs/html/guide/topics/appwidgets/index.jd +++ b/docs/html/guide/topics/appwidgets/index.jd @@ -321,6 +321,10 @@ following layout classes:</p> <li>{@link android.widget.ProgressBar}</li> <li>{@link android.widget.TextView}</li> <li>{@link android.widget.ViewFlipper}</li> + <li>{@link android.widget.ListView}</li> + <li>{@link android.widget.GridView}</li> + <li>{@link android.widget.StackView}</li> + <li>{@link android.widget.AdapterViewFlipper}</li> </ul> <p>Descendants of these classes are not supported.</p> |