forked from GitHub-Mirror/riotX-android
Crypto
This commit is contained in:
committed by
Benoit Marty
parent
6aae943e77
commit
1436667e7d
10
vector/src/main/res/anim/exit_fade_out.xml
Normal file
10
vector/src/main/res/anim/exit_fade_out.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/default_animation_duration"
|
||||
android:shareInterpolator="false">
|
||||
|
||||
<alpha
|
||||
android:fromAlpha="1"
|
||||
android:toAlpha="0" />
|
||||
|
||||
</set>
|
Reference in New Issue
Block a user