mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
463 B
18 lines
463 B
<?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/emoji_angry_f0"
|
|
android:duration="100" />
|
|
<item
|
|
android:drawable="@drawable/emoji_angry_f1"
|
|
android:duration="100" />
|
|
<item
|
|
android:drawable="@drawable/emoji_angry_f2"
|
|
android:duration="100" />
|
|
<item
|
|
android:drawable="@drawable/emoji_angry_f3"
|
|
android:duration="100" />
|
|
|
|
</animation-list>
|
|
|