summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-10-18 12:12:07 +0200
committerTobrun <tobrun@mapbox.com>2018-11-14 16:25:10 +0100
commit16c4c9a45c3018d0c9359776b127712e8d1bf416 (patch)
tree9e833f626c348b559633e9a02b779489e56b4a28 /platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
parent34e4ae8d41e7b50fab7130e465ca855fade58507 (diff)
downloadqtlocation-mapboxgl-16c4c9a45c3018d0c9359776b127712e8d1bf416.tar.gz
[android] - example with recyclerview
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
index 14066123d3..1ec0116047 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml
@@ -873,6 +873,17 @@
android:value=".activity.FeatureOverviewActivity" />
</activity>
+ <activity
+ android:name=".activity.maplayout.RecyclerViewActivity"
+ android:description="@string/description_recyclerview"
+ android:label="@string/activity_recyclerview">
+ <meta-data
+ android:name="@string/category"
+ android:value="@string/category_maplayout" />
+ <meta-data
+ android:name="android.support.PARENT_ACTIVITY"
+ android:value=".activity.FeatureOverviewActivity" />
+ </activity>
<!-- For Instrumentation tests -->
<activity
android:name=".activity.style.RuntimeStyleTestActivity"