summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2019-06-24 09:08:26 +0200
committerGitHub <noreply@github.com>2019-06-24 09:08:26 +0200
commite60b48eca9e752a09e54d4b1277ac1ab6aec5629 (patch)
tree6b452cd90e2257eaeca97ea1f6140b3784a669cb /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable
parentf7f74a6deb57ad4ac22a30604a0dce39024feca2 (diff)
downloadqtlocation-mapboxgl-e60b48eca9e752a09e54d4b1277ac1ab6aec5629.tar.gz
[android] - update LatLngBounds example with animating bottomsheet scroll behavior (#14924)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_arrow_upward.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_arrow_upward.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_arrow_upward.xml
new file mode 100644
index 0000000000..c64ae35166
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_arrow_upward.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z"/>
+</vector>