Changes of com.discord v1134

This commit is contained in:
root 2020-05-11 21:22:21 +02:00
parent f1b997dae1
commit e9d6f57b66
19532 changed files with 1506564 additions and 1486687 deletions

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

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