mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
12 lines
317 B
XML
12 lines
317 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<set xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- slide out to right -->
|
|
<translate
|
|
android:duration="@integer/animationSpeed"
|
|
android:fromXDelta="0"
|
|
android:interpolator="@android:interpolator/accelerate_quad"
|
|
android:toXDelta="100%p" />
|
|
|
|
</set>
|