discord-jadx/app/src/main/res/anim/anim_fade_in_fast.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

4 lines
275 B
XML

<?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_fast" android:fromAlpha="0" android:toAlpha="1"/>
</set>