summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-02-04 10:31:43 +0100
committerGitHub <noreply@github.com>2017-02-04 10:31:43 +0100
commit88c4bd103649540ab08966a41320c02d92cdbf24 (patch)
tree8592bad997da2ce35d5f69e98873f0b659007db6 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator
parent1dead1d19463599d0008bb5bc04f9e243603f3ff (diff)
downloadqtlocation-mapboxgl-88c4bd103649540ab08966a41320c02d92cdbf24.tar.gz
[android] - enforce usage bitmap for icon, cleanup test app resources (#7906)
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, 0 insertions, 8 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
deleted file mode 100644
index 5bfa6ad72f..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/animator/rotate_360.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>