Skip to content

Instantly share code, notes, and snippets.

@adrianamendez
adrianamendez / fragment_map
Created December 17, 2013 20:07
Fixing the rendering problem when use Google Maps Android API v2, it has been tested on Android V. 2.3.6 and 4.0.4, i hope it works for you. Enjoy it! ;D Supported by @felipeska
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.cyrilmottier.polaris2.maps.SupportMapFragment" />
<!-- The usual fragment contains the map, i'm using polaris2,
Polaris is a framework enhancing the Google Maps Android API v2. It aims to
fix some of the most frustrating bugs of the original library and provide additional features. -->