summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-05-27 16:39:00 -0400
committerJoe Onorato <joeo@android.com>2010-06-02 14:48:45 -0700
commit798ac4c7d79534a8230623b737b5b1b6a415d105 (patch)
tree969db0c76992419b9a45a8b558c9c94383f54c36 /packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml
parent79de0c550037a5328bbc7f4fddaf02f192a5c283 (diff)
downloadframeworks_base-798ac4c7d79534a8230623b737b5b1b6a415d105.zip
frameworks_base-798ac4c7d79534a8230623b737b5b1b6a415d105.tar.gz
frameworks_base-798ac4c7d79534a8230623b737b5b1b6a415d105.tar.bz2
Start moving resources to SystemUI.apk.
Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
Diffstat (limited to 'packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml')
-rw-r--r--packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml b/packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml
new file mode 100644
index 0000000..393697c
--- /dev/null
+++ b/packages/SystemUI/res/drawable/stat_sys_gps_acquiring_anim.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 2008, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+<animation-list
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:oneshot="false">
+ <item android:drawable="@drawable/stat_sys_gps_acquiring" android:duration="500" />
+ <item android:drawable="@*android:drawable/stat_sys_gps_on" android:duration="500" />
+</animation-list>