summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml
index 2bfeedaa33..11b69394b7 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml
@@ -32,7 +32,7 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
android:orientation="vertical"
android:paddingTop="16dp"
android:visibility="invisible"
- app:view_behavior="com.nurbot.mapwallpaper.demo.AnimationLaunch"
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.AnimationLaunch"
android:clipToPadding="false">
<ImageView
@@ -106,13 +106,13 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
android:id="@+id/title"
android:layout_above="@+id/subtitle"
android:text="FOOBAR"
- app:view_behavior="com.nurbot.mapwallpaper.demo.ParallaxTitleBehaviour" />
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.ParallaxTitleBehaviour" />
<TextView
style="@style/text_subtitle"
android:id="@+id/subtitle"
android:layout_alignParentBottom="true"
android:text="FOOBAR"
- app:view_behavior="com.nurbot.mapwallpaper.demo.ParallaxSubtitleBehaviour" />
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.ParallaxSubtitleBehaviour" />
</com.redbooth.WelcomePageLayout>