UNPKG
weex-eros-template
Version:
latest (1.0.1)
1.0.1
本木前端 weex 集成方案
weex-eros-template
/
template
/
android
/
WeexFrameworkWrapper
/
wxframework
/
src
/
main
/
res
/
anim
/
view_stay.xml
8 lines
•
237 B
text/xml
View Raw
1
2
3
4
5
6
7
8
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
set
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
alpha
android:fromAlpha
=
"1"
android:toAlpha
=
"1"
android:duration
=
"200"
/>
</
set
>