Tôi đã tạo một tệp anim.xml chẳng hạn như bên dưới để lắc imageview giống như biểu tượng IOS lắc trong Android. Tuy nhiên nó không cung cấp cho tôi kết quả tương tự. Có ý tưởng nào tốt hơn không?
<?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" />