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
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