diff options
author | Martijn Coenen <maco@google.com> | 2011-08-18 09:48:34 +0200 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2011-08-18 16:36:35 +0200 |
commit | 82f92e500f5b6848c9162584a7e70b6607d49f60 (patch) | |
tree | 99d706695fba1f5bcb50230988867e5d78c46959 /res/drawable | |
parent | ba36152badae29fae23d0c98ed176361032c95f7 (diff) | |
download | packages_apps_Settings-82f92e500f5b6848c9162584a7e70b6607d49f60.tar.gz packages_apps_Settings-82f92e500f5b6848c9162584a7e70b6607d49f60.tar.bz2 packages_apps_Settings-82f92e500f5b6848c9162584a7e70b6607d49f60.zip |
Sharetap settings screen animation and text.
Change-Id: Ia19426be5a38a191a2786c1e75c4c5833a7c155f
Diffstat (limited to 'res/drawable')
-rw-r--r-- | res/drawable/sharetap_anim.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/res/drawable/sharetap_anim.xml b/res/drawable/sharetap_anim.xml new file mode 100644 index 000000000..6aa7d4f1d --- /dev/null +++ b/res/drawable/sharetap_anim.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2011, 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/tap1" android:duration="200" /> + <item android:drawable="@drawable/tap2" android:duration="200" /> + <item android:drawable="@drawable/tap3" android:duration="200" /> + <item android:drawable="@drawable/tap4" android:duration="200" /> + <item android:drawable="@drawable/tap5" android:duration="200" /> + <item android:drawable="@drawable/tap6" android:duration="600" /> +</animation-list> |