On my Nexus One, the font is really small but it becomes larger and
looks a little more like the Maps application when I make sure
android:anyDensity="false" in my supports-screens element in the
manifest. Like the following:

 <supports-screens
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true"
          android:anyDensity="false" />

Hope this helps.

On Jul 29, 6:22 pm, JP <[email protected]> wrote:
> Out of the box,MapView'spresentation of streets and their labels
> (street names) is rather small-ish. Is there any way to control this?
> Comparing aMapView-based app against Google's Maps app, the
> difference is rather obvious, in particular when zooming out. Has
> anybody found a "switch" to modify the behavior of the underlyingMapViewto 
> get closer to where Googls Maps' behavior is?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to