Added Animation and Sound for Game End
This commit is contained in:
8
app/src/main/res/anim/shake.xml
Normal file
8
app/src/main/res/anim/shake.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="50"
|
||||
android:fromXDelta="0"
|
||||
android:toXDelta="15"
|
||||
android:repeatCount="8"
|
||||
android:repeatMode="reverse"
|
||||
android:interpolator="@android:anim/linear_interpolator" />
|
||||
Reference in New Issue
Block a user