16136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn<?xml version="1.0" encoding="utf-8"?>
26136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn<!--
36136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn/*
46136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** Copyright 2009, The Android Open Source Project
56136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn**
66136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License"); 
76136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** you may not use this file except in compliance with the License. 
86136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** You may obtain a copy of the License at 
96136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn**
106136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0 
116136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn**
126136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** Unless required by applicable law or agreed to in writing, software 
136136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS, 
146136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
156136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** See the License for the specific language governing permissions and 
166136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn** limitations under the License.
176136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn*/
186136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn-->
196136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn
206136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn<set xmlns:android="http://schemas.android.com/apk/res/android"
21f31161a0e71c0446283610e9bf7a11e0be12bd5eDianne Hackborn        android:interpolator="@interpolator/accelerate_quad">
22bfe319e06aa56c081d0d94d64a8181291d7f7388Dianne Hackborn    <scale android:fromXScale="1.0" android:toXScale="0.9"
23bfe319e06aa56c081d0d94d64a8181291d7f7388Dianne Hackborn           android:fromYScale="1.0" android:toYScale="0.9"
2465c23872066d39521e98fd4b000069c562c57076Dianne Hackborn           android:pivotX="50%" android:pivotY="50%"
25bfe319e06aa56c081d0d94d64a8181291d7f7388Dianne Hackborn           android:duration="@android:integer/config_shortAnimTime" />
26bfe319e06aa56c081d0d94d64a8181291d7f7388Dianne Hackborn    <alpha android:fromAlpha="1.0" android:toAlpha="0.0"
27bfe319e06aa56c081d0d94d64a8181291d7f7388Dianne Hackborn            android:duration="@android:integer/config_shortAnimTime"/>
286136b7ef169a65a02a6660be636fcec370c68145Dianne Hackborn</set>
29