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    <rotate android:fromDegrees="0" android:toDegrees="90"
239fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:pivotX="50%" android:pivotY="50%"
249fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:interpolator="@interpolator/decelerate_quint"
259fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillEnabled="true"
269fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn            android:fillBefore="true" android:fillAfter="true"
27191874e37106ca503003ef3d4bec392ca2627cbeDianne Hackborn            android:duration="@android:integer/config_longAnimTime" />
289fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn</set>
29