aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/anim/fade_out.xml
blob: d615f2a1db4d0a41506a9ee3c546a65708e6a6ad (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
	   android:duration="500"
	   android:fromAlpha="1.0"
	   android:toAlpha="0.0" />