diff options
Diffstat (limited to 'docs/html/guide/tutorials/views/hello-gridview.jd')
-rw-r--r-- | docs/html/guide/tutorials/views/hello-gridview.jd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/html/guide/tutorials/views/hello-gridview.jd b/docs/html/guide/tutorials/views/hello-gridview.jd index ffb6c93..623a03d 100644 --- a/docs/html/guide/tutorials/views/hello-gridview.jd +++ b/docs/html/guide/tutorials/views/hello-gridview.jd @@ -25,7 +25,6 @@ are acquired from a {@link android.widget.ListAdapter}.</p> android:stretchMode="columnWidth" android:gravity="center" /> -</pre> </li> <li>Open the HelloGridView Java file. Insert the following for the <code>onCreate()</code> method: <pre> |