1f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn<?xml version="1.0" encoding="utf-8"?>
2f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn<!--
3f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn/*
4f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** Copyright 2010, The Android Open Source Project
5f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn**
6f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License");
7f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** you may not use this file except in compliance with the License.
8f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** You may obtain a copy of the License at
9f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn**
10f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0
11f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn**
12f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** Unless required by applicable law or agreed to in writing, software
13f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS,
14f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn** See the License for the specific language governing permissions and
160fe197ee9551be5f3ff41f914698e0aa3878ade5Brandon Keely** limitations under the License. 
17f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn*/
18f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn-->
19f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn
20f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn<set xmlns:android="http://schemas.android.com/apk/res/android"
21f9d0be917b6f80efad29dce88ad2d2f117986c57Dianne Hackborn        android:shareInterpolator="false">
22fd1c5ed3705b885ce50b5ecad04ce699248b1d84Dianne Hackborn    <rotate android:fromDegrees="180" android:toDegrees="0"
23fd1c5ed3705b885ce50b5ecad04ce699248b1d84Dianne Hackborn            android:pivotX="50%" android:pivotY="50%"
24f31161a0e71c0446283610e9bf7a11e0be12bd5eDianne Hackborn            android:interpolator="@interpolator/decelerate_quint"
25fd1c5ed3705b885ce50b5ecad04ce699248b1d84Dianne Hackborn            android:fillEnabled="true"
26fd1c5ed3705b885ce50b5ecad04ce699248b1d84Dianne Hackborn            android:fillBefore="true" android:fillAfter="true"
27187ae2105eb771e10ef54e0e9f2796e7fb7cb4e9Dianne Hackborn            android:duration="@android:integer/config_mediumAnimTime" />
289fd74805c8be91df78f3eccc40ab2466c8114fc9Dianne Hackborn</set>
29