1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 Copyright (C) 2014 The Android Open Source Project 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16--> 17 18<set xmlns:android="http://schemas.android.com/apk/res/android" 19 android:ordering="sequentially"> 20 <objectAnimator 21 android:duration="33" 22 android:interpolator="@android:interpolator/fast_out_slow_in" 23 android:propertyName="rotation" 24 android:valueFrom="0" 25 android:valueTo="8"/> 26 <objectAnimator 27 android:duration="67" 28 android:interpolator="@android:interpolator/fast_out_slow_in" 29 android:propertyName="rotation" 30 android:valueFrom="8" 31 android:valueTo="-8"/> 32 <objectAnimator 33 android:duration="67" 34 android:interpolator="@android:interpolator/fast_out_slow_in" 35 android:propertyName="rotation" 36 android:valueFrom="-8" 37 android:valueTo="8"/> 38 <objectAnimator 39 android:duration="67" 40 android:interpolator="@android:interpolator/fast_out_slow_in" 41 android:propertyName="rotation" 42 android:valueFrom="8" 43 android:valueTo="-8"/> 44 <objectAnimator 45 android:duration="67" 46 android:interpolator="@android:interpolator/fast_out_slow_in" 47 android:propertyName="rotation" 48 android:valueFrom="-8" 49 android:valueTo="8"/> 50 <objectAnimator 51 android:duration="67" 52 android:interpolator="@android:interpolator/fast_out_slow_in" 53 android:propertyName="rotation" 54 android:valueFrom="8" 55 android:valueTo="-8"/> 56 <objectAnimator 57 android:duration="67" 58 android:interpolator="@android:interpolator/fast_out_slow_in" 59 android:propertyName="rotation" 60 android:valueFrom="-8" 61 android:valueTo="8"/> 62 <objectAnimator 63 android:duration="67" 64 android:interpolator="@android:interpolator/fast_out_slow_in" 65 android:propertyName="rotation" 66 android:valueFrom="8" 67 android:valueTo="-8"/> 68 <objectAnimator 69 android:duration="33" 70 android:interpolator="@android:interpolator/fast_out_slow_in" 71 android:propertyName="rotation" 72 android:valueFrom="-8" 73 android:valueTo="0"/> 74</set>