Changes of com.discord v987
This commit is contained in:
parent
4f9eb81121
commit
cb948578ae
8953 changed files with 78928 additions and 88209 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:anim/accelerate_decelerate_interpolator" android:duration="@integer/bottom_sheet_slide_duration"
|
||||
<set android:interpolator="@android:interpolator/fast_out_linear_in" android:duration="@integer/bottom_sheet_slide_duration"
|
||||
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" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:interpolator="@android:anim/accelerate_interpolator" android:duration="@integer/bottom_sheet_slide_duration"
|
||||
<set android:interpolator="@android:interpolator/fast_out_slow_in" android:duration="@integer/bottom_sheet_slide_duration"
|
||||
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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue