diff options
Diffstat (limited to 'docs/html/resources/tutorials/views/hello-mapview.jd')
-rw-r--r-- | docs/html/resources/tutorials/views/hello-mapview.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/resources/tutorials/views/hello-mapview.jd b/docs/html/resources/tutorials/views/hello-mapview.jd index ac5e826..7a0bedf 100644 --- a/docs/html/resources/tutorials/views/hello-mapview.jd +++ b/docs/html/resources/tutorials/views/hello-mapview.jd @@ -208,7 +208,7 @@ public int size() { new class constructor: <pre> public HelloItemizedOverlay(Drawable defaultMarker, Context context) { - super(defaultMarker); + super(boundCenterBottom(defaultMarker)); mContext = context; } </pre> |