diff options
author | Scott Main <smain@google.com> | 2013-01-07 18:51:49 -0800 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-01-08 12:02:38 -0800 |
commit | 6aad995042599dd0f5def79fea85cee90439c9a8 (patch) | |
tree | ff9e43a730558369f10aa29c91ad5e87a978e366 /docs/html/guide/topics/ui/layout/gridview.jd | |
parent | e30d31c4e8439f8fa8647744cee93f1fd8b67407 (diff) | |
download | frameworks_base-6aad995042599dd0f5def79fea85cee90439c9a8.zip frameworks_base-6aad995042599dd0f5def79fea85cee90439c9a8.tar.gz frameworks_base-6aad995042599dd0f5def79fea85cee90439c9a8.tar.bz2 |
docs: resolve bugs from external tracker
Change-Id: I680970ec63701197103f6c5ab55c25c736aa0519
Diffstat (limited to 'docs/html/guide/topics/ui/layout/gridview.jd')
-rw-r--r-- | docs/html/guide/topics/ui/layout/gridview.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/ui/layout/gridview.jd b/docs/html/guide/topics/ui/layout/gridview.jd index 67bdd0f..84c3dab 100644 --- a/docs/html/guide/topics/ui/layout/gridview.jd +++ b/docs/html/guide/topics/ui/layout/gridview.jd @@ -170,7 +170,7 @@ image is resized and cropped to fit in these dimensions, as appropriate.</li> be cropped toward the center (if necessary).</li> <li>{@link android.widget.ImageView#setPadding(int,int,int,int)} defines the padding for all sides. (Note that, if the images have different aspect-ratios, then less -padding will cause for more cropping of the image if it does not match +padding will cause more cropping of the image if it does not match the dimensions given to the ImageView.)</li> </ul> |