diff options
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> |