公告板
版本库
filestore
活动
搜索
登录
叶怿
/
smart_train
硬件组-智慧驾培
概况
操作记录
提交次数
目录
工单
文档
派生
对比
blame
|
历史
|
原始文档
根据FingerPrint区分自己的设备和别家设备,来进行发送规则参数和允许sd权限后,发送地图;
endian11
2020-11-30
e53d56119019c69c69c604daafcf71c29e231490
[~yy/smart_train.git]
/
app
/
src
/
main
/
res
/
anim
/
rotating.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="1500"
android:fillAfter="true"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="-1"
android:toDegrees="360" >
</rotate>