From f99c887ae60a3733bf87da4ae54f859f18bb774e Mon Sep 17 00:00:00 2001 From: Katie McCormick Date: Tue, 1 Nov 2011 16:33:03 -0700 Subject: Doc Update: Update list of widget classes Change-Id: I820848b45e991be6e5b7e7bc2f280caf60fb7f7e --- docs/html/guide/topics/appwidgets/index.jd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/html/guide/topics/appwidgets') 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:

  • {@link android.widget.ProgressBar}
  • {@link android.widget.TextView}
  • {@link android.widget.ViewFlipper}
  • +
  • {@link android.widget.ListView}
  • +
  • {@link android.widget.GridView}
  • +
  • {@link android.widget.StackView}
  • +
  • {@link android.widget.AdapterViewFlipper}
  • Descendants of these classes are not supported.

    -- cgit v1.1