mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 06:29:15 +01:00
Remove unused FAB animations
This commit is contained in:
parent
3892b93bca
commit
ab2bdfc508
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:interpolator="@android:interpolator/accelerate_quint"
|
|
||||||
android:fromYDelta="0"
|
|
||||||
android:toYDelta="30%p"
|
|
||||||
android:duration="200" />
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<translate xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:interpolator="@android:interpolator/accelerate_cubic"
|
|
||||||
android:fromYDelta="30%p"
|
|
||||||
android:toYDelta="0"
|
|
||||||
android:duration="300" />
|
|
Loading…
Reference in New Issue
Block a user