Refresh authorization token on failed synchronizations when notification error is...
[pub/Android/ownCloud.git] / res / anim / shrink_from_bottomleft_to_topright.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <set xmlns:android="http://schemas.android.com/apk/res/android">
3 <scale
4 android:fromXScale="1.0" android:toXScale="0.3"
5 android:fromYScale="1.0" android:toYScale="0.3"
6 android:pivotX="100%" android:pivotY="0%"
7 android:duration="@android:integer/config_shortAnimTime"
8 />
9 <alpha
10 android:interpolator="@android:anim/accelerate_interpolator"
11 android:fromAlpha="1.0" android:toAlpha="0.0"
12 android:duration="@android:integer/config_shortAnimTime"
13 />
14 </set>