blob: 1479734c4e590bbe3f28f8440b602e6baed3192d (
plain)
1
2
3
4
5
6
7
|
<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="250"
android:propertyName="rotation"
android:valueFrom="-180"
android:valueTo="-90"/>
|