This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. --> |