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