summaryrefslogtreecommitdiff
path: root/res/anim
diff options
context:
space:
mode:
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/main_status_image_connect.xml14
-rw-r--r--res/anim/main_status_image_connected.xml11
-rw-r--r--res/anim/main_status_image_disconnect.xml9
-rw-r--r--res/anim/main_status_image_error.xml20
-rw-r--r--res/anim/main_status_image_idle.xml4
5 files changed, 0 insertions, 58 deletions
diff --git a/res/anim/main_status_image_connect.xml b/res/anim/main_status_image_connect.xml
deleted file mode 100644
index dadf0d6..0000000
--- a/res/anim/main_status_image_connect.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<scale xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="200"
- android:fromXScale="1.0"
- android:fromYScale="1.0"
- android:interpolator="@android:anim/overshoot_interpolator"
- android:pivotX="50%"
- android:pivotY="50%"
- android:repeatCount="infinite"
- android:repeatMode="restart"
- android:toXScale="0.8"
- android:toYScale="0.8" >
-
-</scale> \ No newline at end of file
diff --git a/res/anim/main_status_image_connected.xml b/res/anim/main_status_image_connected.xml
deleted file mode 100644
index e9aba80..0000000
--- a/res/anim/main_status_image_connected.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<rotate xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="2000"
- android:fromDegrees="0"
- android:interpolator="@android:anim/linear_interpolator"
- android:pivotX="50%"
- android:pivotY="50%"
- android:repeatCount="infinite"
- android:repeatMode="restart"
- android:toDegrees="359" >
-</rotate> \ No newline at end of file
diff --git a/res/anim/main_status_image_disconnect.xml b/res/anim/main_status_image_disconnect.xml
deleted file mode 100644
index 49677b5..0000000
--- a/res/anim/main_status_image_disconnect.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<translate xmlns:android="http://schemas.android.com/apk/res/android"
- android:duration="200"
- android:fromXDelta="20"
- android:repeatCount="infinite"
- android:repeatMode="reverse"
- android:toXDelta="-20" >
-
-</translate> \ No newline at end of file
diff --git a/res/anim/main_status_image_error.xml b/res/anim/main_status_image_error.xml
deleted file mode 100644
index 55472d0..0000000
--- a/res/anim/main_status_image_error.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android"
- android:interpolator="@android:anim/decelerate_interpolator" >
-
- <set
- android:duration="200"
- android:interpolator="@android:anim/anticipate_overshoot_interpolator" >
- <scale
- android:fromXScale="1.0"
- android:fromYScale="1.0"
- android:pivotX="50%"
- android:pivotY="50%"
- android:repeatCount="infinite"
- android:repeatMode="reverse"
- android:startOffset="800"
- android:toXScale="2.8"
- android:toYScale="0.0" />
- </set>
-
-</set> \ No newline at end of file
diff --git a/res/anim/main_status_image_idle.xml b/res/anim/main_status_image_idle.xml
deleted file mode 100644
index 68802e7..0000000
--- a/res/anim/main_status_image_idle.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<set xmlns:android="http://schemas.android.com/apk/res/android" >
-
-</set> \ No newline at end of file