summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-05-06 11:59:49 +0200
committerTobrun <tobrun@mapbox.com>2016-05-20 12:00:02 +0200
commitd8dfc921b4d9c9f15bdd33c45ef7d2d77e04ba1b (patch)
treed89abe0750d3be1c19ea00aeb6c220a7e5639ec3 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml
parent20e7b140b7ef11029cd295b1760b70d60e4df0b2 (diff)
downloadqtlocation-mapboxgl-d8dfc921b4d9c9f15bdd33c45ef7d2d77e04ba1b.tar.gz
[android] #3276 - fix unit tests on MapboxMapTest related to Marker/BaseMarker
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml23
1 files changed, 2 insertions, 21 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml
index 687592502f..12dee036fb 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_marker_view.xml
@@ -27,29 +27,10 @@
<com.mapbox.mapboxsdk.maps.MapView
android:id="@id/mapView"
android:layout_width="match_parent"
+ android:layout_height="match_parent"
app:access_token="@string/mapbox_access_token"
app:style_url="@string/style_light"
- android:layout_height="match_parent" />
-
- <!--<android.support.design.widget.FloatingActionButton-->
- <!--android:id="@id/fab"-->
- <!--android:layout_width="wrap_content"-->
- <!--android:layout_height="wrap_content"-->
- <!--android:layout_gravity="end|bottom"-->
- <!--android:layout_marginBottom="82dp"-->
- <!--android:layout_marginRight="@dimen/fab_margin"-->
- <!--android:src="@drawable/ic_refresh_24dp"-->
- <!--app:backgroundTint="@color/accent"-->
- <!--app:layout_anchorGravity="top" />-->
-
- <android.support.design.widget.FloatingActionButton
- android:id="@id/fab"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="end|bottom"
- android:layout_margin="@dimen/fab_margin"
- android:src="@drawable/ic_layers_24dp"
- app:backgroundTint="@color/primary" />
+ app:zoom="1" />
</android.support.design.widget.CoordinatorLayout>