Google Maps Android API v2, Marker title/snippet wrong display

后端 未结 3 2228

I use Google Maps Android API v2 with Android to show current position with nearby markers. Nearby places locations and titles are received using Google Places API.

The

3条回答
  •  渐次进展
    2021-02-16 00:14

    I've noticed that this bug occurs only on LinearLayout (which is very weird).

    Try RelativeLayout instead, or, if you have API 17 and above, set textDirection for each of the TextViews, and it should work

提交回复
热议问题