Changes of com.discord v1181
This commit is contained in:
parent
f52990c3c2
commit
5a8adcbf82
29917 changed files with 1840412 additions and 1765629 deletions
|
@ -1,3 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<scale android:duration="@android:integer/config_shortAnimTime" android:pivotX="50.0%" android:pivotY="50.0%" android:fillAfter="false" android:repeatMode="reverse" android:fromXScale="1.0" android:toXScale="1.2" android:fromYScale="1.0" android:toYScale="1.2"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
6
com.discord/res/anim/fragment_close_enter.xml
Normal file
6
com.discord/res/anim/fragment_close_enter.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:shareInterpolator="false"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="50" android:fillBefore="true" android:fillAfter="true" android:startOffset="66" android:fromAlpha="0.0" android:toAlpha="1.0" android:fillEnabled="true" />
|
||||
<scale android:interpolator="@anim/fragment_fast_out_extra_slow_in" android:duration="300" android:pivotX="50.0%" android:pivotY="50.0%" android:fillBefore="true" android:fillAfter="true" android:fromXScale="1.1" android:toXScale="1.0" android:fromYScale="1.1" android:toYScale="1.0" android:fillEnabled="true" />
|
||||
</set>
|
6
com.discord/res/anim/fragment_close_exit.xml
Normal file
6
com.discord/res/anim/fragment_close_exit.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:shareInterpolator="false" android:zAdjustment="top"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="50" android:fillBefore="true" android:fillAfter="true" android:startOffset="66" android:fromAlpha="1.0" android:toAlpha="0.0" android:fillEnabled="true" />
|
||||
<scale android:interpolator="@anim/fragment_fast_out_extra_slow_in" android:duration="300" android:pivotX="50.0%" android:pivotY="50.0%" android:fillBefore="true" android:fillAfter="true" android:fromXScale="1.0" android:toXScale="0.9" android:fromYScale="1.0" android:toYScale="0.9" android:fillEnabled="true" />
|
||||
</set>
|
3
com.discord/res/anim/fragment_fade_enter.xml
Normal file
3
com.discord/res/anim/fragment_fade_enter.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="150" android:fromAlpha="0.0" android:toAlpha="1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
3
com.discord/res/anim/fragment_fade_exit.xml
Normal file
3
com.discord/res/anim/fragment_fade_exit.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="150" android:fromAlpha="1.0" android:toAlpha="0.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
3
com.discord/res/anim/fragment_fast_out_extra_slow_in.xml
Normal file
3
com.discord/res/anim/fragment_fast_out_extra_slow_in.xml
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<pathInterpolator android:pathData="M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
6
com.discord/res/anim/fragment_open_enter.xml
Normal file
6
com.discord/res/anim/fragment_open_enter.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:shareInterpolator="false"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="50" android:fillBefore="true" android:fillAfter="true" android:startOffset="35" android:fromAlpha="0.0" android:toAlpha="1.0" android:fillEnabled="true" />
|
||||
<scale android:interpolator="@anim/fragment_fast_out_extra_slow_in" android:duration="300" android:pivotX="50.0%" android:pivotY="50.0%" android:fillBefore="true" android:fillAfter="true" android:fromXScale="0.85" android:toXScale="1.0" android:fromYScale="0.85" android:toYScale="1.0" android:fillEnabled="true" />
|
||||
</set>
|
6
com.discord/res/anim/fragment_open_exit.xml
Normal file
6
com.discord/res/anim/fragment_open_exit.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set android:shareInterpolator="false"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<alpha android:interpolator="@android:anim/linear_interpolator" android:duration="50" android:fillBefore="true" android:fillAfter="true" android:startOffset="35" android:fromAlpha="1.0" android:toAlpha="0.0" android:fillEnabled="true" />
|
||||
<scale android:interpolator="@anim/fragment_fast_out_extra_slow_in" android:duration="300" android:pivotX="50.0%" android:pivotY="50.0%" android:fillBefore="true" android:fillAfter="true" android:fromXScale="1.0" android:toXScale="1.15" android:fromYScale="1.0" android:toYScale="1.15" android:fillEnabled="true" />
|
||||
</set>
|
Loading…
Add table
Add a link
Reference in a new issue