add layout for fullscreen map

This commit is contained in:
ligi 2013-02-11 00:39:49 +01:00
parent 0b9ded9302
commit b889bff911

View file

@ -0,0 +1,8 @@
<?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="org.ligi.ticketviewer.LocationsMapFragment"/>