Changes of com.discord v923

This commit is contained in:
root 2019-07-24 13:27:29 +02:00
parent e85c2cf0c0
commit 6d19e001e8
21296 changed files with 3125625 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<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" />
</set>

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromAlpha="1.0" android:toAlpha="0.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View 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">
<scale android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityDefaultDur" android:pivotX="50.0%" android:pivotY="100.0%" android:fromXScale="0.9" android:toXScale="1.0" android:fromYScale="0.9" android:toYScale="1.0" />
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?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/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?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/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View 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">
<scale android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityDefaultDur" android:pivotX="50.0%" android:pivotY="100.0%" android:fromXScale="1.0" android:toXScale="0.9" android:fromYScale="1.0" android:toYScale="0.9" />
<alpha android:interpolator="@android:anim/decelerate_interpolator" android:duration="@integer/abc_config_activityShortDur" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="50.0%p" android:toYDelta="0.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:interpolator="@android:anim/decelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="-50.0%p" android:toYDelta="0.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0" android:toYDelta="50.0%p"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:interpolator="@android:anim/accelerate_interpolator" android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0" android:toYDelta="-50.0%p"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@android:interpolator/decelerate_quad" android:duration="@integer/config_tooltipAnimTime" android:fromAlpha="0.0" android:toAlpha="1.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<alpha android:interpolator="@android:interpolator/accelerate_quad" android:duration="@integer/config_tooltipAnimTime" android:fromAlpha="1.0" android:toAlpha="0.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="-100.0%" android:toXDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="0.0%" android:toXDelta="100.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="100.0%" android:toXDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="0.0%" android:toXDelta="-100.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="95.00001%p" android:toXScale="100.0%p" android:fromYScale="95.00001%p" android:toYScale="100.0%p" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="0.0%" android:toXDelta="100.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="95.00001%p" android:fromYScale="100.0%p" android:toYScale="95.00001%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.5" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="100.0%" android:toXDelta="0.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="95.00001%p" android:toXScale="100.0%p" android:fromYScale="95.00001%p" android:toYScale="100.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.5" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="95.00001%p" android:fromYScale="100.0%p" android:toYScale="95.00001%p" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="90.0%p" android:toXScale="100.0%p" android:fromYScale="90.0%p" android:toYScale="100.0%p" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="0.0%" android:toYDelta="100.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="90.0%p" android:fromYScale="100.0%p" android:toYScale="90.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="100.0%" android:toYDelta="0.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="90.0%p" android:toXScale="100.0%p" android:fromYScale="90.0%p" android:toYScale="100.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="90.0%p" android:fromYScale="100.0%p" android:toYScale="90.0%p" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="-100.0%" android:toYDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="0.0%" android:toYDelta="100.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="100.0%" android:toYDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromYDelta="0.0%" android:toYDelta="-100.0%" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="95.00001%p" android:toXScale="100.0%p" android:fromYScale="95.00001%p" android:toYScale="100.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.25" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="0.0%" android:toXDelta="75.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="75.0%p" android:fromYScale="100.0%p" android:toYScale="75.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:zAdjustment="top"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@integer/animation_time_standard" android:fromXDelta="75.0%" android:toXDelta="0.0%" />
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="75.0%p" android:toXScale="100.0%p" android:fromYScale="75.0%p" android:toYScale="100.0%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="0.25" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate"
xmlns:android="http://schemas.android.com/apk/res/android">
<scale android:duration="@integer/animation_time_standard" android:pivotX="50.0%p" android:pivotY="50.0%p" android:fromXScale="100.0%p" android:toXScale="95.00001%p" android:fromYScale="100.0%p" android:toYScale="95.00001%p" />
<alpha android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.25" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:interpolator="@android:anim/accelerate_interpolator" android:duration="@integer/animation_time_standard" android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<alpha android:interpolator="@android:anim/accelerate_interpolator" android:duration="@integer/animation_time_standard" android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,3 @@
<?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" />

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="-100.0%" android:toYDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="100.0%" android:toYDelta="0.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0%" android:toYDelta="100.0%" />
</set>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/overshoot_interpolator"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:duration="@android:integer/config_mediumAnimTime" android:fromYDelta="0.0%" android:toYDelta="-100.0%" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/accelerate_decelerate_interpolator" 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" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:anim/accelerate_interpolator" 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" />
</set>

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:fromYDelta="100.0%" android:toYDelta="0.0"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<translate android:fromYDelta="0.0" android:toYDelta="100.0%"
xmlns:android="http://schemas.android.com/apk/res/android" />

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_decelerate" android:duration="@android:integer/config_shortAnimTime"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:interpolator="@android:interpolator/anticipate_overshoot" android:fromXDelta="-50.0%" android:toXDelta="0.0%" />
<alpha android:fromAlpha="0.0" android:toAlpha="1.0" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:interpolator="@android:interpolator/accelerate_quad" android:duration="@android:integer/config_shortAnimTime"
xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:interpolator="@android:interpolator/anticipate" android:fromXDelta="0.0%" android:toXDelta="50.0%" />
<alpha android:fromAlpha="1.0" android:toAlpha="0.0" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="@integer/ucrop_progress_loading_anim_time" android:repeatCount="infinite" android:valueFrom="0" android:valueTo="1" android:valueType="floatType" android:propertyName="trimPathEnd" />
<objectAnimator android:duration="@integer/ucrop_progress_loading_anim_time" android:repeatCount="infinite" android:valueFrom="1" android:valueTo="0" android:valueType="floatType" android:propertyName="strokeAlpha" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="@integer/ucrop_progress_loading_anim_time" android:repeatCount="infinite" android:valueFrom="0.666" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:duration="@integer/ucrop_progress_loading_anim_time" android:repeatCount="infinite" android:valueFrom="0.666" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleY" />
<objectAnimator android:duration="@integer/ucrop_progress_loading_anim_time" android:repeatCount="infinite" android:valueFrom="0" android:valueTo="360" android:valueType="floatType" android:propertyName="rotation" />
</set>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_pressed_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_enabled="true" android:state_hovered="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_hovered_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_focused="true" android:state_enabled="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_focused_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_enabled="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_z" android:valueType="floatType" android:propertyName="translationZ" android:startDelay="@integer/mtrl_btn_anim_delay_ms" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item>
<set>
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_disabled_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_disabled_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
</selector>

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="true" app:state_liftable="true" app:state_lifted="false">
<objectAnimator android:duration="@integer/app_bar_elevation_anim_duration" android:valueTo="0.0dip" android:valueType="floatType" android:propertyName="elevation" />
</item>
<item android:state_enabled="true">
<objectAnimator android:duration="@integer/app_bar_elevation_anim_duration" android:valueTo="@dimen/design_appbar_elevation" android:valueType="floatType" android:propertyName="elevation" />
</item>
<item>
<objectAnimator android:duration="0" android:valueTo="0" android:valueType="floatType" android:propertyName="elevation" />
</item>
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_linear_in" android:duration="200" android:startOffset="0" android:propertyName="opacity" />
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_linear_in" android:duration="200" android:startOffset="0" android:propertyName="scale" />
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_slow_in" android:duration="0" android:startOffset="200" android:propertyName="iconScale" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:interpolator="@interpolator/mtrl_linear_out_slow_in" android:duration="200" android:startOffset="0" android:propertyName="opacity" />
<objectAnimator android:interpolator="@interpolator/mtrl_linear_out_slow_in" android:duration="200" android:startOffset="0" android:propertyName="scale" />
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_slow_in" android:duration="0" android:startOffset="0" android:propertyName="iconScale" />
</set>

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_pressed_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_enabled="true" android:state_hovered="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_hovered_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_focused="true" android:state_enabled="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_focused_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item android:state_enabled="true">
<set>
<objectAnimator android:duration="@integer/mtrl_btn_anim_duration_ms" android:valueTo="@dimen/mtrl_btn_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
<item>
<set>
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_disabled_z" android:valueType="floatType" android:propertyName="translationZ" />
<objectAnimator android:duration="0" android:valueTo="@dimen/mtrl_btn_disabled_elevation" android:valueType="floatType" android:propertyName="elevation" />
</set>
</item>
</selector>

View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<selector />

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true">
<objectAnimator android:duration="@integer/mtrl_chip_anim_duration" android:valueTo="@dimen/mtrl_chip_pressed_translation_z" android:valueType="floatType" android:propertyName="translationZ" />
</item>
<item android:state_enabled="true">
<objectAnimator android:duration="@integer/mtrl_chip_anim_duration" android:valueTo="0" android:valueType="floatType" android:propertyName="translationZ" />
</item>
<item>
<objectAnimator android:duration="0" android:valueTo="0" android:valueType="floatType" android:propertyName="translationZ" />
</item>
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:interpolator="@interpolator/mtrl_linear" android:duration="15" android:startOffset="150" android:propertyName="opacity" />
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_linear_in" android:duration="135" android:startOffset="0" android:propertyName="scale" />
<objectAnimator android:interpolator="@interpolator/mtrl_fast_out_linear_in" android:duration="180" android:startOffset="0" android:propertyName="iconScale" />
</set>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:interpolator="@interpolator/mtrl_linear" android:duration="15" android:startOffset="30" android:propertyName="opacity" />
<objectAnimator android:interpolator="@interpolator/mtrl_linear_out_slow_in" android:duration="330" android:startOffset="0" android:propertyName="scale" />
<objectAnimator android:interpolator="@interpolator/mtrl_linear_out_slow_in" android:duration="240" android:startOffset="90" android:propertyName="iconScale" />
</set>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="150" android:startOffset="150" android:propertyName="elevation" />
<objectAnimator android:duration="300" android:startOffset="0" android:propertyName="translationXLinear" />
<objectAnimator android:duration="255" android:startOffset="0" android:propertyName="translationXCurveUpwards" />
<objectAnimator android:duration="255" android:startOffset="45" android:propertyName="translationXCurveDownwards" />
<objectAnimator android:duration="300" android:startOffset="0" android:propertyName="translationYLinear" />
<objectAnimator android:duration="255" android:startOffset="45" android:propertyName="translationYCurveUpwards" />
<objectAnimator android:duration="255" android:startOffset="0" android:propertyName="translationYCurveDownwards" />
<objectAnimator android:duration="150" android:startOffset="150" android:propertyName="iconFade" />
<objectAnimator android:duration="180" android:startOffset="0" android:propertyName="expansion" />
<objectAnimator android:duration="150" android:startOffset="60" android:propertyName="color" />
<objectAnimator android:duration="75" android:startOffset="0" android:propertyName="contentFade" />
</set>

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="150" android:startOffset="0" android:propertyName="elevation" />
<objectAnimator android:duration="345" android:startOffset="0" android:propertyName="translationXLinear" />
<objectAnimator android:duration="150" android:startOffset="0" android:propertyName="translationXCurveUpwards" />
<objectAnimator android:duration="345" android:startOffset="0" android:propertyName="translationXCurveDownwards" />
<objectAnimator android:duration="345" android:startOffset="0" android:propertyName="translationYLinear" />
<objectAnimator android:duration="345" android:startOffset="0" android:propertyName="translationYCurveUpwards" />
<objectAnimator android:duration="150" android:startOffset="0" android:propertyName="translationYCurveDownwards" />
<objectAnimator android:duration="120" android:startOffset="0" android:propertyName="iconFade" />
<objectAnimator android:duration="255" android:startOffset="45" android:propertyName="expansion" />
<objectAnimator android:duration="75" android:startOffset="75" android:propertyName="color" />
<objectAnimator android:duration="150" android:startOffset="150" android:propertyName="contentFade" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="1.0" android:valueType="floatType" android:propertyName="scaleY" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<set android:ordering="together"
xmlns:android="http://schemas.android.com/apk/res/android">
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="@string/selection_shrink_scale" android:valueType="floatType" android:propertyName="scaleX" />
<objectAnimator android:duration="@android:integer/config_shortAnimTime" android:valueTo="@string/selection_shrink_scale" android:valueType="floatType" android:propertyName="scaleY" />
</set>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?android:textColorSecondary" />
<item android:color="?colorAccent" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?android:textColorSecondary" android:alpha="?android:disabledAlpha" />
<item android:color="?colorAccent" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?android:textColorPrimary" android:alpha="?android:disabledAlpha" />
<item android:color="?android:textColorPrimaryInverse" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_checked="true" android:color="?android:colorControlActivated" android:alpha="@dimen/highlight_alpha_material_colored" />
<item android:color="?android:colorControlHighlight" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?colorControlNormal" android:alpha="?android:disabledAlpha" />
<item android:state_checked="true" android:color="?colorControlActivated" />
<item android:color="?colorControlNormal" />
</selector>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?colorControlNormal" android:alpha="?android:disabledAlpha" />
<item android:state_focused="true" android:color="?colorControlActivated" />
<item android:state_pressed="true" android:color="?colorControlActivated" />
<item android:color="?colorControlActivated" android:state_activated="true" />
<item android:state_selected="true" android:color="?colorControlActivated" />
<item android:state_checked="true" android:color="?colorControlActivated" />
<item android:color="?colorControlNormal" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?colorControlNormal" android:alpha="?android:disabledAlpha" />
<item android:state_focused="false" android:state_pressed="false" android:color="?colorControlNormal" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?colorControlActivated" android:alpha="?android:disabledAlpha" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?colorControlNormal" android:alpha="?android:disabledAlpha" />
<item android:state_focused="false" android:state_pressed="false" android:color="?colorControlNormal" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?android:colorForeground" android:alpha="0.1" />
<item android:state_checked="true" android:color="?colorControlActivated" android:alpha="0.3" />
<item android:color="?android:colorForeground" android:alpha="0.3" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="?flexInputIconColorDisabled" />
<item android:state_selected="true" android:color="?flexInputIconColorActivated" />
<item android:color="?flexInputIconColor" />
</selector>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="?android:colorForeground" android:alpha="0.54" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/background_material_dark" android:state_accelerated="false" />
<item android:color="@android:color/transparent" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/background_material_light" android:state_accelerated="false" />
<item android:color="@android:color/transparent" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?android:textColorSecondary" app:alpha="?android:disabledAlpha" />
<item android:color="?colorAccent" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?android:textColorPrimary" app:alpha="?android:disabledAlpha" />
<item android:color="?android:textColorPrimaryInverse" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/foreground_material_dark" android:alpha="@dimen/hint_pressed_alpha_material_dark" />
<item android:color="@color/foreground_material_dark" android:alpha="@dimen/hint_alpha_material_dark" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:state_pressed="true" android:color="@color/foreground_material_light" android:alpha="@dimen/hint_pressed_alpha_material_light" />
<item android:color="@color/foreground_material_light" android:alpha="@dimen/hint_alpha_material_light" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_dark" />
<item android:color="@color/bright_foreground_material_dark" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/bright_foreground_disabled_material_light" />
<item android:color="@color/bright_foreground_material_light" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/primary_text_disabled_material_dark" />
<item android:color="@color/primary_text_default_material_dark" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/primary_text_disabled_material_light" />
<item android:color="@color/primary_text_default_material_light" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed" />
<item android:state_selected="true" android:color="@color/abc_search_url_text_selected" />
<item android:color="@color/abc_search_url_text_normal" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_dark" />
<item android:color="@color/secondary_text_default_material_dark" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/secondary_text_disabled_material_light" />
<item android:color="@color/secondary_text_default_material_light" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?colorControlNormal" app:alpha="?android:disabledAlpha" />
<item android:state_checked="true" android:color="?colorControlActivated" />
<item android:color="?colorControlNormal" />
</selector>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?colorControlNormal" app:alpha="?android:disabledAlpha" />
<item android:state_focused="true" android:color="?colorControlActivated" />
<item android:state_pressed="true" android:color="?colorControlActivated" />
<item android:color="?colorControlActivated" android:state_activated="true" />
<item android:state_selected="true" android:color="?colorControlActivated" />
<item android:state_checked="true" android:color="?colorControlActivated" />
<item android:color="?colorControlNormal" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?colorControlNormal" app:alpha="?android:disabledAlpha" />
<item android:state_focused="false" android:state_pressed="false" android:color="?colorControlNormal" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?colorControlActivated" app:alpha="?android:disabledAlpha" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?colorControlNormal" app:alpha="?android:disabledAlpha" />
<item android:state_focused="false" android:state_pressed="false" android:color="?colorControlNormal" />
<item android:color="?colorControlActivated" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:state_enabled="false" android:color="?android:colorForeground" app:alpha="0.1" />
<item android:state_checked="true" android:color="?colorControlActivated" app:alpha="0.3" />
<item android:color="?android:colorForeground" app:alpha="0.3" />
</selector>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="false" android:color="@color/flexInputIconColorDisabled" />
<item android:state_selected="true" android:color="@color/flexInputIconColorActivated" />
<item android:color="@color/flexInputIconColor" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:color="@color/primary_400" />
<item android:state_selected="true" android:color="@color/primary_100" />
</selector>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_selected="false" android:color="@color/primary_400" />
<item android:state_selected="true" android:color="@color/primary_100" />
</selector>

Some files were not shown because too many files have changed in this diff Show more