diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:33 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-02 22:54:33 -0800 |
commit | 3dec7d563a2f3e1eb967ce2054a00b6620e3558c (patch) | |
tree | aa3b0365c47cb3c1607c0dc76c8d32b4046fc287 /docs/html/guide/tutorials/views/hello-gridview.jd | |
parent | 15ab3eae2ec3d73b3e8aa60b33ae41445bf83f4b (diff) |
auto import from //depot/cupcake/@137055
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, 1 insertions, 0 deletions
diff --git a/docs/html/guide/tutorials/views/hello-gridview.jd b/docs/html/guide/tutorials/views/hello-gridview.jd index 623a03d92dee..ffb6c93efde5 100644 --- a/docs/html/guide/tutorials/views/hello-gridview.jd +++ b/docs/html/guide/tutorials/views/hello-gridview.jd @@ -25,6 +25,7 @@ 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> |