19fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn<?xml version="1.0" encoding="utf-8"?>
29fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn<!--
39fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn/*
49fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** Copyright 2012, The Android Open Source Project
59fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn**
69fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License");
79fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** you may not use this file except in compliance with the License.
89fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** You may obtain a copy of the License at
99fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn**
109fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0
119fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn**
129fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** Unless required by applicable law or agreed to in writing, software
139fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS,
149fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
159fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** See the License for the specific language governing permissions and
169fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn** limitations under the License.
179fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn*/
189fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn-->
199fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn
209fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn<set xmlns:android="http://schemas.android.com/apk/res/android"
219fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn        android:shareInterpolator="false">
229fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn    <scale android:fromXScale="1.0" android:toXScale="1.1111111111111"
239fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fromYScale="1.0" android:toYScale="1.1111111111111"
249fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:pivotX="50%" android:pivotY="50%"
259fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:interpolator="@interpolator/accelerate_decelerate"
269fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillEnabled="true"
279fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillBefore="true" android:fillAfter="true"
289fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:duration="@android:integer/config_shortAnimTime"/>
299fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn    <scale android:fromXScale="100%" android:toXScale="100%p"
309fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fromYScale="100%" android:toYScale="100%p"
319fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:pivotX="50%" android:pivotY="50%"
329fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillEnabled="true"
339fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillBefore="true" android:fillAfter="true"
349fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:interpolator="@interpolator/accelerate_decelerate"
359fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:duration="@android:integer/config_shortAnimTime" />
369fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn</set>
37