mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 11:34:07 +08:00
Add a shake animation on a terminal bell
This commit is contained in:
7
app/src/main/res/anim/on_bell.xml
Normal file
7
app/src/main/res/anim/on_bell.xml
Normal 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>
|
Reference in New Issue
Block a user