apkfuckery/com.discord/res/animator/selection_shrink.xml

6 lines
518 B
XML

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