add layout for fullscreen map
This commit is contained in:
parent
0b9ded9302
commit
b889bff911
1 changed files with 8 additions and 0 deletions
8
res/layout/fullscreen_map.xml
Normal file
8
res/layout/fullscreen_map.xml
Normal 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"/>
|
Loading…
Reference in a new issue