Changes of com.discord v1017
This commit is contained in:
parent
346c5a87ca
commit
f68d8f1190
3195 changed files with 220840 additions and 133867 deletions
6
com.discord/res/anim/mtrl_bottom_sheet_slide_in.xml
Normal file
6
com.discord/res/anim/mtrl_bottom_sheet_slide_in.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:interpolator/linear_out_slow_in" android:duration="250"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="20.000004%p" android:toYDelta="0.0" />
|
||||
<alpha android:fromAlpha="0.0" android:toAlpha="1.0" />
|
||||
</set>
|
6
com.discord/res/anim/mtrl_bottom_sheet_slide_out.xml
Normal file
6
com.discord/res/anim/mtrl_bottom_sheet_slide_out.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:interpolator/fast_out_linear_in" android:duration="200"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<translate android:fromYDelta="0.0" android:toYDelta="20.000004%p" />
|
||||
<alpha android:fromAlpha="1.0" android:toAlpha="0.0" />
|
||||
</set>
|
3
com.discord/res/anim/mtrl_card_lowers_interpolator.xml
Normal file
3
com.discord/res/anim/mtrl_card_lowers_interpolator.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:controlX1="0.4" android:controlY1="0.0" android:controlX2="0.6" android:controlY2="1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
Loading…
Add table
Add a link
Reference in a new issue