相关疑难解决方法(0)

在android中摇动/摆动视图动画

我创建了一个anim.xml文件,如下面的动摇图像视图像IOS图标震动在android中.但它并没有给我同样的结果.有什么好主意吗?

<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="300"

    android:fromDegrees="-2"
    android:pivotX="50%"
    android:pivotY="50%"
    android:repeatCount="infinite"
    android:toDegrees="2" />
Run Code Online (Sandbox Code Playgroud)

android android-animation

71
推荐指数
9
解决办法
6万
查看次数

标签 统计

android ×1

android-animation ×1