apkfuckery/com.discord/res/anim/anim_typing_dots_scale_down...

6 lines
691 B
XML

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