diff options
| author | 2011-11-01 16:33:03 -0700 | |
|---|---|---|
| committer | 2011-11-01 16:49:23 -0700 | |
| commit | f99c887ae60a3733bf87da4ae54f859f18bb774e (patch) | |
| tree | 345a511b55084dbb37469f009ca690c63911aa74 | |
| parent | f13313a073ad3f3c4e91baa4adbfdec66395065e (diff) | |
Doc Update: Update list of widget classes
Change-Id: I820848b45e991be6e5b7e7bc2f280caf60fb7f7e
| -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 20ce701b5120..61337b782a75 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> |