mirror of
https://github.com/Evolution-X/packages_apps_EvoEgg
synced 2026-01-27 11:41:14 +00:00
* Referenced from : https://github.com/AICP/packages_apps_Settings/blob/n7.1/src/com/android/settings/aicp/Nyandroid.java All credits for Nyandroid.java go to the original authors. Check the following commit for more details: AICP/packages_apps_Settings@b16b149 Co-authored-by: oddlyspaced <oddlyspaced1@gmail.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
10 lines
584 B
XML
10 lines
584 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animation-list android:oneshot="false"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:duration="200" android:drawable="@drawable/star0" />
|
|
<item android:duration="200" android:drawable="@drawable/star1" />
|
|
<item android:duration="200" android:drawable="@drawable/star2" />
|
|
<item android:duration="200" android:drawable="@drawable/star3" />
|
|
<item android:duration="200" android:drawable="@drawable/star4" />
|
|
<item android:duration="200" android:drawable="@drawable/star5" />
|
|
</animation-list> |