From 6aad995042599dd0f5def79fea85cee90439c9a8 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 7 Jan 2013 18:51:49 -0800 Subject: docs: resolve bugs from external tracker Change-Id: I680970ec63701197103f6c5ab55c25c736aa0519 --- docs/html/guide/topics/ui/layout/gridview.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/html/guide/topics/ui/layout/gridview.jd') 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. be cropped toward the center (if necessary).
  • {@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.)
  • -- cgit v1.1