1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-20 17:23:46 +02:00
matomocamp-companion-android/res/layout/fragment_map.xml
Christophe Beyls 65faebd19e - Added MapFragment with zoomable map thanks to PhotoView.
- Added directions to ULB menu option in MapFragment.
2013-12-18 23:50:12 +01:00

7 lines
316 B
XML

<?xml version="1.0" encoding="utf-8"?>
<uk.co.senab.photoview.PhotoView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerInside"
android:src="@drawable/campusmap" />