1bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn<?xml version="1.0" encoding="utf-8"?>
2bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn<!--
3bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn/*
4bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** Copyright 2009, The Android Open Source Project
5bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
6145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** Licensed under the Apache License, Version 2.0 (the "License");
7145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** you may not use this file except in compliance with the License.
8145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** You may obtain a copy of the License at
9bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
10145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely**     http://www.apache.org/licenses/LICENSE-2.0
11bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
12145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** Unless required by applicable law or agreed to in writing, software
13145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** distributed under the License is distributed on an "AS IS" BASIS,
14145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** See the License for the specific language governing permissions and
16145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely** limitations under the License.
17bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn*/
18bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn-->
19bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn
206908cd154c5a2ed2e3b21d40f51952d45be69184Dianne Hackborn<set xmlns:android="http://schemas.android.com/apk/res/android"
21145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely        android:shareInterpolator="false"
22145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely        android:zAdjustment="top">
23145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely    <alpha android:fromAlpha="0.0" android:toAlpha="1.0"
24ef6d5e19691ad244b986efa789e6763b05e1bc88Brandon Keely            android:interpolator="@interpolator/decelerate_cubic"
25145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely            android:fillEnabled="true"
26a371154f08246e89c4cb4d5eaefd0b496ecc5632Craig Mautner            android:fillBefore="false" android:fillAfter="true"
27dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456Winson Chung            android:duration="300"/>
28dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456Winson Chung    <scale android:fromXScale=".8" android:toXScale="1.0"
29dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456Winson Chung            android:fromYScale=".8" android:toYScale="1.0"
30bf78275b2cb04eec22ec99f394c87e00b91e5235Dianne Hackborn            android:pivotX="50%p" android:pivotY="50%p"
31dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456Winson Chung            android:interpolator="@interpolator/decelerate_cubic"
32145f1c75a98a534b5f8c8232d32d941f137e6a7bBrandon Keely            android:fillEnabled="true"
33a371154f08246e89c4cb4d5eaefd0b496ecc5632Craig Mautner            android:fillBefore="false" android:fillAfter="true"
34dc6f79bf4374f2fcea2b9d4d0aa7f2e39cc42456Winson Chung            android:duration="300"/>
350fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely</set>