zcash-android-wallet-zcon1/zcash-android-wallet-app/app/src/main/res/anim/nav_default_pop_enter_anim.xml

7 lines
260 B
XML
Raw Normal View History

2018-11-12 10:38:37 -08:00
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
2018-11-12 12:11:28 -08:00
<alpha
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="@integer/nav_default_quick_transition_duration" />
2018-11-12 10:38:37 -08:00
</set>