summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-03-05 13:38:39 -0500
committerTobrun <tobrun.van.nuland@gmail.com>2016-03-06 14:23:47 -0500
commitd39ba766e5e2d9a74921e37ed736b3b60179892e (patch)
tree1efefb66ba4034eb3a971b8ca4fe35a29071593f /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
parent4a3beeddba279f29ce32b172868aa907c9333e6b (diff)
downloadqtlocation-mapboxgl-d39ba766e5e2d9a74921e37ed736b3b60179892e.tar.gz
[android] #4206 - property animation example
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
new file mode 100644
index 0000000000..6a09109ea8
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical">
+
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/toolbar"
+ android:layout_width="match_parent"
+ android:layout_height="?attr/actionBarSize"
+ android:background="@color/primary"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" />
+
+ <com.mapbox.mapboxsdk.maps.MapView
+ android:id="@+id/mapView"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/toolbar" />
+
+</RelativeLayout> \ No newline at end of file