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
/
fadein.xml
1
<?xml version="1.0" encoding="utf-8"?>
2
<set xmlns:android="http://schemas.android.com/apk/res/android"
3
android:interpolator="@android:anim/linear_interpolator">
4
<alpha
5
android:fromAlpha="0.1"
6
android:toAlpha="1.0"
7
android:duration="1500"
8
/>
9
</set>