summaryrefslogtreecommitdiff
path: root/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml')
-rw-r--r--android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml b/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml
index 74c1011b5d..2ffda1daa2 100644
--- a/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml
+++ b/android/java/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_second.xml
@@ -4,6 +4,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
+ <android.support.v7.widget.Toolbar
+ android:id="@+id/secondToolBar"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:background="@color/primary"
+ android:minHeight="?attr/actionBarSize"
+ android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"/>
+
<com.mapbox.mapboxgl.views.MapView
android:id="@+id/secondMapView"
android:layout_width="match_parent"