Signal-Android/app/src/main/res/anim/text_entry_exit.xml
2022-03-28 19:07:20 -04:00

11 lines
318 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set
xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="@integer/text_entry_exit_duration"
android:interpolator="@android:anim/accelerate_interpolator">
<translate
android:fromYDelta="0"
android:toYDelta="9%p"/>
</set>