J'ai créé un fichier anim.xml tel que ci-dessous pour secouer imageview comme l'icône IOS tremblant dans Android. Cependant, cela ne me donne pas le même résultat. Y a-t-il une meilleure idée?
<?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" />