Use a central attribute for animation speed

This commit is contained in:
Torsten Grote
2021-02-09 14:37:24 -03:00
parent 4f08f81779
commit eb9ff9c954
11 changed files with 30 additions and 37 deletions

View File

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