blob: c75b3ccc145a7e3b76b1c5bb076113893455138e [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Dianne Hackborn3b3e1452009-09-24 19:22:12 -07003/*
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004** Copyright 2007, The Android Open Source Project
5**
Jim Miller8932ff62011-01-27 16:38:35 -08006** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08009**
Jim Miller8932ff62011-01-27 16:38:35 -080010** http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080011**
Jim Miller8932ff62011-01-27 16:38:35 -080012** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016** limitations under the License.
17*/
18-->
19
Brandon Keely145f1c72011-08-11 15:03:38 -070020
Dianne Hackbornde2606d2009-12-18 16:53:55 -080021<set xmlns:android="http://schemas.android.com/apk/res/android"
Brandon Keelyef6d5e12011-08-25 16:22:41 -070022 android:zAdjustment="top"
23 android:shareInterpolator="false">
24 <scale
Winson Chungdc6f79b2012-04-17 17:27:31 -070025 android:fromXScale="1.0" android:toXScale="1.10"
26 android:fromYScale="1.0" android:toYScale="1.10"
Brandon Keelyef6d5e12011-08-25 16:22:41 -070027 android:pivotX="50%p" android:pivotY="50%p"
28 android:fillEnabled="true" android:fillAfter="true"
Jim Miller5ecd8112013-01-09 18:50:26 -080029 android:interpolator="@android:interpolator/accelerate_quint"
Brandon Keelyef6d5e12011-08-25 16:22:41 -070030 android:duration="@android:integer/config_shortAnimTime" />
31 <alpha
32 android:fromAlpha="1.0" android:toAlpha="0"
33 android:fillEnabled="true" android:fillAfter="true"
Jim Miller5ecd8112013-01-09 18:50:26 -080034 android:interpolator="@android:interpolator/accelerate_quad"
Brandon Keelyef6d5e12011-08-25 16:22:41 -070035 android:duration="@android:integer/config_shortAnimTime"/>
Jim Miller5ecd8112013-01-09 18:50:26 -080036</set>