projects
/
pub
/
Android
/
ownCloud.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial commit
[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>