Refresh authorization token on failed synchronizations when notification error is...
[pub/Android/ownCloud.git] / res / anim / disappear.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <set xmlns:android="http://schemas.android.com/apk/res/android">
3
4 <alpha
5 android:interpolator="@android:anim/decelerate_interpolator"
6 android:fromAlpha="1.0" android:toAlpha="0.0"
7 android:duration="400"
8 />
9 </set>