Skip to content

Instantly share code, notes, and snippets.

@Nyame123
Created November 15, 2020 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nyame123/d7ad4a58e020c3a314f240467f786c43 to your computer and use it in GitHub Desktop.
Save Nyame123/d7ad4a58e020c3a314f240467f786c43 to your computer and use it in GitHub Desktop.
Creating animation list xml sample
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
<item
android:drawable="@drawable/baseline_star_border_black_18dp"
android:duration="200" />
<item
android:drawable="@drawable/baseline_star_half_black_18dp"
android:duration="200" />
<item
android:drawable="@drawable/baseline_star_black_18dp"
android:duration="200" />
</animation-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment