aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim/fade_out_delayed.xml
blob: ab7703cdedba22b28d757300e5b1beeb02d5be8b (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
	android:fromAlpha="1.0"
	android:toAlpha="0.0"
	android:duration="500"
	android:startOffset="1000"
	android:fillAfter="true"
	/>