mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
7 lines
262 B
XML
7 lines
262 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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" />
|