mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Use a central attribute for animation speed
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- slide out to right -->
|
||||
<translate
|
||||
android:duration="@android:integer/config_mediumAnimTime"
|
||||
android:duration="@integer/animationSpeed"
|
||||
android:fromXDelta="0"
|
||||
android:interpolator="@android:interpolator/accelerate_quad"
|
||||
android:toXDelta="100%p"/>
|
||||
android:toXDelta="100%p" />
|
||||
|
||||
</set>
|
||||
|
||||
Reference in New Issue
Block a user