Files
termux-app/app/src/main/res/anim/on_bell.xml
2016-11-19 15:41:24 +01:00

8 lines
271 B
XML

<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>