activity_open_exit.xml revision 0fe197ee9551be5f3ff41f914698e0aa3878ade5
1bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn<?xml version="1.0" encoding="utf-8"?>
2bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn<!--
3bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn/*
4bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** Copyright 2009, The Android Open Source Project
5bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
6bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License"); 
7bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** you may not use this file except in compliance with the License. 
8bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** You may obtain a copy of the License at 
9bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
10bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0 
11bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn**
12bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** Unless required by applicable law or agreed to in writing, software 
13bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS, 
14bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
15bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn** See the License for the specific language governing permissions and 
160fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely** limitations under the License. 
17bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn*/
18bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn-->
19bcbcaa7edd32ba67c6290d79f7e7821c4b5b39acDianne Hackborn
206908cd154c5a2ed2e3b21d40f51952d45be69184Dianne Hackborn<set xmlns:android="http://schemas.android.com/apk/res/android"
219a372f53fd72306338ba934a14e96b62fdf64649Dianne Hackborn		android:zAdjustment="normal"
226908cd154c5a2ed2e3b21d40f51952d45be69184Dianne Hackborn        android:shareInterpolator="false">
230fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely    <scale android:fromXScale="1.0" android:toXScale="0.975"
240fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely            android:fromYScale="1.0" android:toYScale="0.975"
259a372f53fd72306338ba934a14e96b62fdf64649Dianne Hackborn            android:pivotX="50%p" android:pivotY="50%p"
260fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely            android:interpolator="@anim/linear_interpolator"
279a372f53fd72306338ba934a14e96b62fdf64649Dianne Hackborn            android:duration="@android:integer/config_activityDefaultDur" />
289a372f53fd72306338ba934a14e96b62fdf64649Dianne Hackborn    <alpha android:fromAlpha="1.0" android:toAlpha="0.75"
290fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely            android:interpolator="@anim/decelerate_cubic_interpolator"
309a372f53fd72306338ba934a14e96b62fdf64649Dianne Hackborn            android:duration="@android:integer/config_activityDefaultDur"/>
310fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely</set>