summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2011-08-30 19:59:36 -0700
committerJeff Sharkey <jsharkey@android.com>2011-08-30 20:00:51 -0700
commit7a7ea2bf2f8d0760cc3f6768b6b4bb0f6f7f0d7d (patch)
tree3d058685b2cb376691dd1e4cb82015c1d550e89c /res/drawable
parent9ca0ef5732d2d25f367b5fa01e8b6562f82d788d (diff)
downloadpackages_apps_Settings-7a7ea2bf2f8d0760cc3f6768b6b4bb0f6f7f0d7d.zip
packages_apps_Settings-7a7ea2bf2f8d0760cc3f6768b6b4bb0f6f7f0d7d.tar.gz
packages_apps_Settings-7a7ea2bf2f8d0760cc3f6768b6b4bb0f6f7f0d7d.tar.bz2
Sync asset drop and smoother animation.
Bug: 5233703 Change-Id: I3fa52da71b78dcfa7842047b427c5121d3ac7e68
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_list_sync_anim.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/res/drawable/ic_list_sync_anim.xml b/res/drawable/ic_list_sync_anim.xml
index b6965c5..e70c300 100644
--- a/res/drawable/ic_list_sync_anim.xml
+++ b/res/drawable/ic_list_sync_anim.xml
@@ -17,12 +17,8 @@
** limitations under the License.
*/
-->
-<animation-list
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:oneshot="false">
- <item android:drawable="@drawable/ic_list_sync_anim0" android:duration="150" />
- <item android:drawable="@drawable/ic_list_sync_anim1" android:duration="150" />
- <item android:drawable="@drawable/ic_list_sync_anim2" android:duration="150" />
- <item android:drawable="@drawable/ic_list_sync_anim3" android:duration="150" />
-</animation-list>
+<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
+ android:drawable="@drawable/ic_sync_anim_holo"
+ android:pivotX="50%"
+ android:pivotY="50%" />