公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_android
张氏APP Android端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
提交代码
Linjiajia
2023-05-15
a0dc6be52293a64ebfe38b8c2391dc7d2ffe63ae
[zhangshi_app_android.git]
/
app_base
/
src
/
main
/
res
/
anim
/
top_out_window.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate
android:duration="400"
android:toYDelta="-100%p" />
</set>