summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-10-18 12:12:07 +0200
committerTobrun <tobrun@mapbox.com>2018-12-19 14:10:32 +0100
commitb50df6612e5d7f74bbac410cf711a2f248c0f3ce (patch)
tree9fcdd3c12bb128e3770ff8a589de47c1b892a268 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml
parent40ba1c5f9ea90033994e2cec7e38de831d095f93 (diff)
downloadqtlocation-mapboxgl-b50df6612e5d7f74bbac410cf711a2f248c0f3ce.tar.gz
[android] - example with recyclerview
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml
new file mode 100644
index 0000000000..7d57f112b7
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_recyclerview.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<android.support.constraint.ConstraintLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+
+ <android.support.v7.widget.RecyclerView
+ android:id="@+id/recyclerView"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
+</android.support.constraint.ConstraintLayout> \ No newline at end of file