mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
12 lines
318 B
XML
12 lines
318 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- slide in from right -->
|
|
<translate
|
|
android:duration="@integer/animationSpeed"
|
|
android:fromXDelta="100%p"
|
|
android:interpolator="@android:interpolator/decelerate_quad"
|
|
android:toXDelta="0" />
|
|
|
|
</set>
|