fnp
/
wl-app.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added Android code
[wl-app.git]
/
Android
/
folioreader
/
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>