Add a shake animation on a terminal bell

This commit is contained in:
Fredrik Fornwall
2016-11-19 15:41:24 +01:00
parent a0fa51eb92
commit 883be37b98
2 changed files with 27 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="30"
android:fromXDelta="-1%"
android:repeatCount="1"
android:repeatMode="reverse"
android:toXDelta="1%"/>
</set>