公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
OnPro
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2023年04月13日14:33:48
wjc
2023-04-13
02a194a40228251fef82dbca6c7687263b55b0b9
[~wxr/OnPro.git]
/
ys
/
EzvizSDK
/
app
/
src
/
main
/
res
/
anim
/
button_shake.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="60"
android:fromDegrees="-4"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="3"
android:repeatMode="restart"
android:toDegrees="4" />