summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-05-03 15:08:01 +0200
committertobrun <tobrun.van.nuland@gmail.com>2019-05-03 15:08:01 +0200
commit4d6d7d7a178eebfaa4e056e386de15ad34af2f2a (patch)
tree9cab56db9d82b877db650587c3c8d3fe78db076a
parent27243673f54118db250b4ef8c09fc59ad94767b0 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-wizard.tar.gz
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_1.xml6
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_2.xml6
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_3.xml4
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_4.xml4
4 files changed, 10 insertions, 10 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>
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_2.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_2.xml
index 5019b70cc6..d82f53224b 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_2.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_2.xml
@@ -102,7 +102,7 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
android:layout_marginTop="10dp"
android:layout_marginRight="20dp"
android:visibility="invisible"
- app:view_behavior="com.nurbot.mapwallpaper.demo.AnimationFlightTo"
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.AnimationFlightTo"
app:destiny="@+id/android_destiny">
<ImageView
@@ -140,13 +140,13 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
android:id="@+id/title"
android:layout_above="@+id/subtitle"
android:text="Foo Bar"
- 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="Lorem ipsum,\nfoo bar bar foo."
- app:view_behavior="com.nurbot.mapwallpaper.demo.ParallaxSubtitleBehaviour" />
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.ParallaxSubtitleBehaviour" />
</com.redbooth.WelcomePageLayout>
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_3.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_3.xml
index 25de6c44ef..930283296d 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_3.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_3.xml
@@ -85,13 +85,13 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
android:id="@+id/title"
android:layout_above="@+id/subtitle"
android:text="FOO bar"
- 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="Bar foo"
- app:view_behavior="com.nurbot.mapwallpaper.demo.ParallaxSubtitleBehaviour" />
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.ParallaxSubtitleBehaviour" />
</com.redbooth.WelcomePageLayout>
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_4.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_4.xml
index 85dec207c8..818a4285b2 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_4.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/welcome_page_4.xml
@@ -25,11 +25,11 @@ Contact: Txus Ballesteros <txus.ballesteros@gmail.com>
style="@style/welcome_page"
tools:background="@color/page1">
- <com.nurbot.mapwallpaper.demo.RectangleWithCapCircleView
+ <com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.RectangleWithCapCircleView
android:id="@+id/semicircle_page4"
android:layout_width="match_parent"
android:layout_height="match_parent"
- app:view_behavior="com.nurbot.mapwallpaper.demo.AnimationFillWithColor" />
+ app:view_behavior="com.mapbox.mapboxsdk.testapp.activity.maplayout.demo.AnimationFillWithColor" />
<ImageView
android:id="@+id/rocket_page4"