mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
12 lines
389 B
XML
12 lines
389 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<animated-rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:drawable="@drawable/spinner_inner"
|
||
|
android:pivotX="50%"
|
||
|
android:pivotY="50%"
|
||
|
android:fromDegrees="0"
|
||
|
android:toDegrees="360"
|
||
|
android:interpolator="@android:anim/linear_interpolator"
|
||
|
android:duration="1000"
|
||
|
android:startOffset="0"/>
|