Changes of com.discord v1134
This commit is contained in:
parent
f1b997dae1
commit
e9d6f57b66
19532 changed files with 1506564 additions and 1486687 deletions
6
com.discord/res/anim/anim_typing_dots_scale_down.xml
Normal file
6
com.discord/res/anim/anim_typing_dots_scale_down.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:anim/accelerate_decelerate_interpolator" android:fillAfter="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%" android:pivotY="50.0%" android:fromXScale="@integer/typing_dots_max_scale" android:toXScale="@integer/typing_dots_min_scale" android:fromYScale="@integer/typing_dots_max_scale" android:toYScale="@integer/typing_dots_min_scale" />
|
||||
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="@integer/typing_dots_max_alpha" android:toAlpha="@integer/typing_dots_min_alpha" />
|
||||
</set>
|
6
com.discord/res/anim/anim_typing_dots_scale_up.xml
Normal file
6
com.discord/res/anim/anim_typing_dots_scale_up.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:anim/accelerate_decelerate_interpolator" android:fillAfter="true"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%" android:pivotY="50.0%" android:fromXScale="@integer/typing_dots_min_scale" android:toXScale="@integer/typing_dots_max_scale" android:fromYScale="@integer/typing_dots_min_scale" android:toYScale="@integer/typing_dots_max_scale" />
|
||||
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="@integer/typing_dots_min_alpha" android:toAlpha="@integer/typing_dots_max_alpha" />
|
||||
</set>
|
Loading…
Add table
Add a link
Reference in a new issue