feat: discord status switcher (#211)
This commit is contained in:
parent
da22347267
commit
a5567ef909
8 changed files with 76 additions and 4 deletions
9
app/src/main/res/anim/bounce_zoom.xml
Normal file
9
app/src/main/res/anim/bounce_zoom.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<scale xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:fromXScale="0.3"
|
||||
android:toXScale="1.0"
|
||||
android:fromYScale="0.3"
|
||||
android:toYScale="1.0"
|
||||
android:pivotX="50%"
|
||||
android:pivotY="50%"
|
||||
android:duration="1000"
|
||||
android:interpolator="@android:anim/overshoot_interpolator"/>
|
Loading…
Add table
Add a link
Reference in a new issue