mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-10 12:10:29 -06:00
6 lines
375 B
XML
6 lines
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:interpolator="@android:anim/linear_interpolator" android:duration="100" android:fromDegrees="0" android:toDegrees="180" android:pivotX="50%" android:pivotY="50%"
|
|
tools:keep="@anim/sync_rotate_0_180" />
|