summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-05-19 14:40:23 +0200
committerTobrun <tobrun@mapbox.com>2016-05-20 12:03:27 +0200
commite69aef83430c42e3f5be0f01aea1433627b8cc7c (patch)
tree1dee6860efb5e619eecc68c871a423e1d12cf560 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator
parentc3aeb9facc0a0fd193d118fe25bf300c7d7931b7 (diff)
downloadqtlocation-mapboxgl-e69aef83430c42e3f5be0f01aea1433627b8cc7c.tar.gz
[android] #3276 - add tilt support for view markers
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator/rotate_360.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator/rotate_360.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator/rotate_360.xml
new file mode 100644
index 0000000000..e3569966d2
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator/rotate_360.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<set xmlns:android="http://schemas.android.com/apk/res/android">
+ <objectAnimator
+ android:propertyName="rotation"
+ android:valueFrom="0"
+ android:valueTo="360"
+ android:valueType="floatType"/>
+</set> \ No newline at end of file