mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
10 lines
No EOL
363 B
XML
10 lines
No EOL
363 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:fillAfter="true" >
|
|
<rotate android:fromDegrees="45"
|
|
android:toDegrees="0"
|
|
android:pivotX="50%"
|
|
android:pivotY="50%"
|
|
android:duration="300"
|
|
android:interpolator="@android:anim/linear_interpolator"/>
|
|
</set> |