blob: 6fa46e9e7f3f4206774275a43371b74df02248ed (
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="-90"
android:valueTo="-180"/>
|